Html Css Color HEX #080B18 Black Russian

📋 copy color: '#080B18'

red 8 ◦ green 11 ◦ blue 24

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

Shades of Black Russian #080B18

Tints of Black Russian #080B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 55.81%

R = 18.6%
G = 25.58%
B = 55.81%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080B18 (or 0x080B18) is known color: Black Russian. HEX triplet: 08, 0B and 18. RGB value is (8,11,24). Sum of RGB (Red+Green+Blue) = 8+11+24=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #080B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B18 is #F7F4E7. Grayscale: #0B0B0B. Windows color (decimal): -16250088 or 1575688. OLE color: 1575688.

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

Color convert

RGB 8 11 24 -
CMYK 0.67 0.54 0 0.91
HSL 228.75º 0.5% 0.06% -
HSV(B) 228.75º 0.67% 0.09% -
XYZ 0.38 0.36 0.91 -
YUV 11.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 8 11 24 0.67 0.54 0 0.91 228.75 0.5 0.06
Hex 8 B 18 43 36 0 5B E5 32 6
Octal 10 13 30 103 66 0 133 345 62 6
Binary 1000 1011 11000 1000011 110110 0 1011011 11100101 110010 110

Color Harmonies of #080B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B18

Black with #080B18

Text Example


Text Example

White with #080B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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