Html Css Color HEX #080B14 Black Russian

📋 copy color: '#080B14'

red 8 ◦ green 11 ◦ blue 20

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

Shades of Black Russian #080B14

Tints of Black Russian #080B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 51.28%

R = 20.51%
G = 28.21%
B = 51.28%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080B14 (or 0x080B14) is known color: Black Russian. HEX triplet: 08, 0B and 14. RGB value is (8,11,20). Sum of RGB (Red+Green+Blue) = 8+11+20=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #080B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B14 is #F7F4EB. Grayscale: #0B0B0B. Windows color (decimal): -16250092 or 1313544. OLE color: 1313544.

HSL color Cylindrical-coordinate representation of color #080B14: hue angle of 225º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080B14 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 11 20 -
CMYK 0.60 0.45 0 0.92
HSL 225º 0.43% 0.05% -
HSV(B) 225º 0.6% 0.08% -
XYZ 0.35 0.34 0.71 -
YUV 11.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 8 11 20 0.60 0.45 0 0.92 225 0.43 0.05
Hex 8 B 14 3C 2D 0 5C E1 2B 5
Octal 10 13 24 74 55 0 134 341 53 5
Binary 1000 1011 10100 111100 101101 0 1011100 11100001 101011 101

Color Harmonies of #080B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B14

Black with #080B14

Text Example


Text Example

White with #080B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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