#08020C

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

Shades of Blackcurrant #08020C

Tints of Blackcurrant #08020C

Color information

#08020C (or 0x08020C) is unknown color: approx Blackcurrant. HEX triplet: 08, 02 and 0C. RGB value is (8,2,12). Sum of RGB (Red+Green+Blue) = 8+2+12=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #08020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020C is #F7FDF3. Grayscale: #040404. Windows color (decimal): -16252404 or 786952. OLE color: 786952.

HSL color Cylindrical-coordinate representation of color #08020C: hue angle of 276º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08020C is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB8212-
CMYK0.330.8300.95
HSL276º71.43%2.75%-
HSV(B)276º83.33%4.71%-
XYZ0.190.120.36-
YUV4.93131.99130.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 12 (5.08% from 255) = 54.55%
R=36.36%
G=9.09%
B=54.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal82120.330.8300.9527671.432.75
Hex82C215305F114473
Octal102144112301374241073
Binary1000101100100001101001101011111100010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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