Html Css Color HEX #080A16 Black Russian

📋 copy color: '#080A16'

red 8 ◦ green 10 ◦ blue 22

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

Shades of Black Russian #080A16

Tints of Black Russian #080A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 25%

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

R = 20%
G = 25%
B = 55%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080A16 (or 0x080A16) is known color: Black Russian. HEX triplet: 08, 0A and 16. RGB value is (8,10,22). Sum of RGB (Red+Green+Blue) = 8+10+22=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #080A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A16 is #F7F5E9. Grayscale: #0A0A0A. Windows color (decimal): -16250346 or 1444360. OLE color: 1444360.

HSL color Cylindrical-coordinate representation of color #080A16: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #080A16 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 10 22 -
CMYK 0.64 0.55 0 0.91
HSL 231.43º 0.47% 0.06% -
HSV(B) 231.43º 0.64% 0.09% -
XYZ 0.35 0.33 0.8 -
YUV 10.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 8 10 22 0.64 0.55 0 0.91 231.43 0.47 0.06
Hex 8 A 16 40 37 0 5B E7 2F 6
Octal 10 12 26 100 67 0 133 347 57 6
Binary 1000 1010 10110 1000000 110111 0 1011011 11100111 101111 110

Color Harmonies of #080A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A16

Black with #080A16

Text Example


Text Example

White with #080A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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