Html Css Color HEX #080421 Black Russian

📋 copy color: '#080421'

red 8 ◦ green 4 ◦ blue 33

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

Shades of Black Russian #080421

Tints of Black Russian #080421

RGB

 RED value IS 8 (3.52% from 255) = 17.78%

 GREEN value IS 4 (1.95% from 255) = 8.89%

 BLUE value IS 33 (13.28% from 255) = 73.33%

R = 17.78%
G = 8.89%
B = 73.33%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080421 (or 0x080421) is known color: Black Russian. HEX triplet: 08, 04 and 21. RGB value is (8,4,33). Sum of RGB (Red+Green+Blue) = 8+4+33=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #080421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080421 is #F7FBDE. Grayscale: #080808. Windows color (decimal): -16251871 or 2163720. OLE color: 2163720.

HSL color Cylindrical-coordinate representation of color #080421: hue angle of 248.28º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080421 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 4 33 -
CMYK 0.76 0.88 0 0.87
HSL 248.28º 0.78% 0.07% -
HSV(B) 248.28º 0.88% 0.13% -
XYZ 0.42 0.25 1.46 -
YUV 8.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 8 4 33 0.76 0.88 0 0.87 248.28 0.78 0.07
Hex 8 4 21 4C 58 0 57 F8 4E 7
Octal 10 4 41 114 130 0 127 370 116 7
Binary 1000 100 100001 1001100 1011000 0 1010111 11111000 1001110 111

Color Harmonies of #080421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080421

Black with #080421

Text Example


Text Example

White with #080421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080421; }

 p { color: rgb(8,4,33); }

 H1.HeaderClassName
 {
   color: #080421;
 }
 .AnyTagClassName
 {
   color: #080421;
 }
</style>

background-color css

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

 a { background-color: rgb(8,4,33); }

 div.DivClassName
 {
   background-color: #080421;
 }
 .BgClassName
 {
   background-color: #080421;
 }
</style>

border-color css

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

 span { border-color: rgb(8,4,33); }

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