#0B0D16

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

Shades of Black Russian #0B0D16

Tints of Black Russian #0B0D16

Color information

#0B0D16 (or 0x0B0D16) is unknown color: approx Black Russian. HEX triplet: 0B, 0D and 16. RGB value is (11,13,22). Sum of RGB (Red+Green+Blue) = 11+13+22=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D16 is #F4F2E9. Grayscale: #0D0D0D. Windows color (decimal): -16052970 or 1445131. OLE color: 1445131.

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

Color convert

RGB111322-
CMYK0.50.4100.91
HSL229.09º33.33%6.47%-
HSV(B)229.09º50%8.63%-
XYZ0.430.420.82-
YUV13.43132.84126.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=23.91%
G=28.26%
B=47.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1113220.50.4100.91229.0933.336.47
HexBD16322905Be5216
Octal13152662510133345416
Binary10111101101101100101010010101101111100101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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