#08040F

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

Shades of Blackcurrant #08040F

Tints of Blackcurrant #08040F

Color information

#08040F (or 0x08040F) is unknown color: approx Blackcurrant. HEX triplet: 08, 04 and 0F. RGB value is (8,4,15). Sum of RGB (Red+Green+Blue) = 8+4+15=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #08040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08040F is #F7FBF0. Grayscale: #060606. Windows color (decimal): -16251889 or 984072. OLE color: 984072.

HSL color Cylindrical-coordinate representation of color #08040F: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08040F is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB8415-
CMYK0.470.7300.94
HSL261.82º57.89%3.73%-
HSV(B)261.82º73.33%5.88%-
XYZ0.230.170.47-
YUV6.45132.83129.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 15 (6.25% from 255) = 55.56%
R=29.63%
G=14.81%
B=55.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal84150.470.7300.94261.8257.893.73
Hex84F2F4905E1063a4
Octal10417571110136406724
Binary10001001111101111100100101011110100000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08040F; }

 p { color: rgb(8,4,15); }

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

<style>
 a { background-color: #08040F; }

 a { background-color: rgb(8,4,15); }

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

<style>
 span { border-color: #08040F; }

 span { border-color: rgb(8,4,15); }

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