#080B18

Color #080B18 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080B18

Tints of Black Russian #080B18

Color information

#080B18 (or 0x080B18) is unknown color: approx 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

RGB81124-
CMYK0.670.5400.91
HSL228.75º50%6.27%-
HSV(B)228.75º66.67%9.41%-
XYZ0.380.360.91-
YUV11.58135.01125.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 11 (4.69% from 255) = 25.58%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=18.60%
G=25.58%
B=55.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal811240.670.5400.91228.75506.27
Hex8B18433605Be5326
Octal101330103660133345626
Binary100010111100010000111101100101101111100101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>