#08021C

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

Shades of Black Russian #08021C

Tints of Black Russian #08021C

Color information

#08021C (or 0x08021C) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 1C. RGB value is (8,2,28). Sum of RGB (Red+Green+Blue) = 8+2+28=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #08021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021C is #F7FDE3. Grayscale: #060606. Windows color (decimal): -16252388 or 1835528. OLE color: 1835528.

HSL color Cylindrical-coordinate representation of color #08021C: hue angle of 253.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08021C is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB8228-
CMYK0.710.9300.89
HSL253.85º86.67%5.88%-
HSV(B)253.85º92.86%10.98%-
XYZ0.330.181.12-
YUV6.76139.99128.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.05%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 28 (11.33% from 255) = 73.68%
R=21.05%
G=5.26%
B=73.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82280.710.9300.89253.8586.675.88
Hex821C475D059fe576
Octal1023410713501313761276
Binary100010111001000111101110101011001111111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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