#0B0816

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

Shades of Black Russian #0B0816

Tints of Black Russian #0B0816

Color information

#0B0816 (or 0x0B0816) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 16. RGB value is (11,8,22). Sum of RGB (Red+Green+Blue) = 11+8+22=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0816 is #F4F7E9. Grayscale: #0A0A0A. Windows color (decimal): -16054250 or 1443851. OLE color: 1443851.

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

Color convert

RGB11822-
CMYK0.50.6400.91
HSL252.86º46.67%5.88%-
HSV(B)252.86º63.64%8.63%-
XYZ0.370.30.8-
YUV10.49134.49128.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.83%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=26.83%
G=19.51%
B=53.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal118220.50.6400.91252.8646.675.88
HexB816324005Bfd2f6
Octal131026621000133375576
Binary101110001011011001010000000101101111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0816; }

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

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

<style>
 a { background-color: #0B0816; }

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

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

<style>
 span { border-color: #0B0816; }

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

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