#08021D

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

Shades of Black Russian #08021D

Tints of Black Russian #08021D

Color information

#08021D (or 0x08021D) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 1D. RGB value is (8,2,29). Sum of RGB (Red+Green+Blue) = 8+2+29=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #08021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021D is #F7FDE2. Grayscale: #060606. Windows color (decimal): -16252387 or 1901064. OLE color: 1901064.

HSL color Cylindrical-coordinate representation of color #08021D: hue angle of 253.33º 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 #08021D is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB8229-
CMYK0.720.9300.89
HSL253.33º87.1%6.08%-
HSV(B)253.33º93.1%11.37%-
XYZ0.340.181.18-
YUV6.87140.49128.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 29 (11.72% from 255) = 74.36%
R=20.51%
G=5.13%
B=74.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82290.720.9300.89253.3387.16.08
Hex821D485D059fd576
Octal1023511013501313751276
Binary100010111011001000101110101011001111111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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