#2F0453

Color #2F0453 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2F0453

Tints of Blackcurrant #2F0453

Color information

#2F0453 (or 0x2F0453) is unknown color: approx Blackcurrant. HEX triplet: 2F, 04 and 53. RGB value is (47,4,83). Sum of RGB (Red+Green+Blue) = 47+4+83=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0453 is #D0FBAC. Grayscale: #191919. Windows color (decimal): -13695917 or 5440559. OLE color: 5440559.

HSL color Cylindrical-coordinate representation of color #2F0453: hue angle of 272.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0453 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB47483-
CMYK0.430.9500.67
HSL272.66º90.8%17.06%-
HSV(B)272.66º95.18%32.55%-
XYZ2.781.328.29-
YUV25.86160.25143.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 4 (1.95% from 255) = 2.99%
BLUE value IS 83 (32.81% from 255) = 61.94%
R=35.07%
G=2.99%
B=61.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal474830.430.9500.67272.6690.817.06
Hex2F4532B5F0431115b11
Octal57412353137010342113321
Binary1011111001010011101011101111101000011100010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0453; }

 p { color: rgb(47,4,83); }

 H1.HeaderClassName
 {
   color: #2F0453;
 }
 .AnyTagClassName
 {
   color: #2F0453;
 }
</style>
background-color css

<style>
 a { background-color: #2F0453; }

 a { background-color: rgb(47,4,83); }

 div.DivClassName
 {
   background-color: #2F0453;
 }
 .BgClassName
 {
   background-color: #2F0453;
 }
</style>
border-color css

<style>
 span { border-color: #2F0453; }

 span { border-color: rgb(47,4,83); }

 td.TdClassName
 {
   border-color: #2F0453;
 }
 .TagClassName
 {
   border-color: #2F0453;
 }
</style>