Html Css Color HEX #08021D Black Russian

📋 copy color: '#08021D'

red 8 ◦ green 2 ◦ blue 29

#08021D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #08021D

Tints of Black Russian #08021D

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 value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08021D (or 0x08021D) is known color: 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

RGB 8 2 29 -
CMYK 0.72 0.93 0 0.89
HSL 253.33º 0.87% 0.06% -
HSV(B) 253.33º 0.93% 0.11% -
XYZ 0.34 0.18 1.18 -
YUV 6.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 8 2 29 0.72 0.93 0 0.89 253.33 0.87 0.06
Hex 8 2 1D 48 5D 0 59 FD 57 6
Octal 10 2 35 110 135 0 131 375 127 6
Binary 1000 10 11101 1001000 1011101 0 1011001 11111101 1010111 110

Color Harmonies of #08021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08021D

Black with #08021D

Text Example


Text Example

White with #08021D

Text Example


Text Example

HTML Codes & Css Web 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>