#080B15

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

Shades of Black Russian #080B15

Tints of Black Russian #080B15

Color information

#080B15 (or 0x080B15) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 15. RGB value is (8,11,21). Sum of RGB (Red+Green+Blue) = 8+11+21=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #080B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B15 is #F7F4EA. Grayscale: #0B0B0B. Windows color (decimal): -16250091 or 1379080. OLE color: 1379080.

HSL color Cylindrical-coordinate representation of color #080B15: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080B15 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81121-
CMYK0.620.4800.92
HSL226.15º44.83%5.69%-
HSV(B)226.15º61.9%8.24%-
XYZ0.360.350.76-
YUV11.24133.51125.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=20%
G=27.5%
B=52.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal811210.620.4800.92226.1544.835.69
Hex8B153E3005Ce22d6
Octal10132576600134342556
Binary10001011101011111101100000101110011100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #080B15;
 }
 .AnyTagClassName
 {
   color: #080B15;
 }
</style>
background-color css

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

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

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

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

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

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