#08020F

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

Shades of Blackcurrant #08020F

Tints of Blackcurrant #08020F

Color information

#08020F (or 0x08020F) is unknown color: approx Blackcurrant. HEX triplet: 08, 02 and 0F. RGB value is (8,2,15). Sum of RGB (Red+Green+Blue) = 8+2+15=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 15 (6.25% from 255 or 60% from 25); Max value from RGB is 15 - color contains mainly: blue. Hex color #08020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020F is #F7FDF0. Grayscale: #050505. Windows color (decimal): -16252401 or 983560. OLE color: 983560.

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

Color convert

RGB8215-
CMYK0.470.8700.94
HSL267.69º76.47%3.33%-
HSV(B)267.69º86.67%5.88%-
XYZ0.210.130.47-
YUV5.28133.49129.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 15 (6.25% from 255) = 60%
R=32%
G=8%
B=60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal82150.470.8700.94267.6976.473.33
Hex82F2F5705E10c4c3
Octal102175712701364141143
Binary1000101111101111101011101011110100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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