Html Css Color HEX #080B16 Black Russian

📋 copy color: '#080B16'

red 8 ◦ green 11 ◦ blue 22

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

Shades of Black Russian #080B16

Tints of Black Russian #080B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 26.83%

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

R = 19.51%
G = 26.83%
B = 53.66%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080B16 (or 0x080B16) is known color: Black Russian. HEX triplet: 08, 0B and 16. RGB value is (8,11,22). Sum of RGB (Red+Green+Blue) = 8+11+22=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #080B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B16 is #F7F4E9. Grayscale: #0B0B0B. Windows color (decimal): -16250090 or 1444616. OLE color: 1444616.

HSL color Cylindrical-coordinate representation of color #080B16: hue angle of 227.14º 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 #080B16 is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 11 22 -
CMYK 0.64 0.5 0 0.91
HSL 227.14º 0.47% 0.06% -
HSV(B) 227.14º 0.64% 0.09% -
XYZ 0.36 0.35 0.81 -
YUV 11.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 8 11 22 0.64 0.5 0 0.91 227.14 0.47 0.06
Hex 8 B 16 40 32 0 5B E3 2F 6
Octal 10 13 26 100 62 0 133 343 57 6
Binary 1000 1011 10110 1000000 110010 0 1011011 11100011 101111 110

Color Harmonies of #080B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B16

Black with #080B16

Text Example


Text Example

White with #080B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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