Html Css Color HEX #080416 Black Russian

📋 copy color: '#080416'

red 8 ◦ green 4 ◦ blue 22

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

Shades of Black Russian #080416

Tints of Black Russian #080416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 64.71%

R = 23.53%
G = 11.76%
B = 64.71%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080416 (or 0x080416) is known color: Black Russian. HEX triplet: 08, 04 and 16. RGB value is (8,4,22). Sum of RGB (Red+Green+Blue) = 8+4+22=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #080416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080416 is #F7FBE9. Grayscale: #070707. Windows color (decimal): -16251882 or 1442824. OLE color: 1442824.

HSL color Cylindrical-coordinate representation of color #080416: hue angle of 253.33º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080416 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 4 22 -
CMYK 0.64 0.82 0 0.91
HSL 253.33º 0.69% 0.05% -
HSV(B) 253.33º 0.82% 0.09% -
XYZ 0.29 0.2 0.78 -
YUV 7.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 8 4 22 0.64 0.82 0 0.91 253.33 0.69 0.05
Hex 8 4 16 40 52 0 5B FD 45 5
Octal 10 4 26 100 122 0 133 375 105 5
Binary 1000 100 10110 1000000 1010010 0 1011011 11111101 1000101 101

Color Harmonies of #080416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080416

Black with #080416

Text Example


Text Example

White with #080416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080416; }

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

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

background-color css

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

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

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

border-color css

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

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

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