#080B17

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

Shades of Black Russian #080B17

Tints of Black Russian #080B17

Color information

#080B17 (or 0x080B17) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 17. RGB value is (8,11,23). Sum of RGB (Red+Green+Blue) = 8+11+23=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #080B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B17 is #F7F4E8. Grayscale: #0B0B0B. Windows color (decimal): -16250089 or 1510152. OLE color: 1510152.

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

Color convert

RGB81123-
CMYK0.650.5200.91
HSL228º48.39%6.08%-
HSV(B)228º65.22%9.02%-
XYZ0.370.350.86-
YUV11.47134.51125.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 11 (4.69% from 255) = 26.19%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=19.05%
G=26.19%
B=54.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal811230.650.5200.9122848.396.08
Hex8B17413405Be4306
Octal101327101640133344606
Binary100010111011110000011101000101101111100100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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