#0A0B16

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

Shades of Black Russian #0A0B16

Tints of Black Russian #0A0B16

Color information

#0A0B16 (or 0x0A0B16) is unknown color: approx Black Russian. HEX triplet: 0A, 0B and 16. RGB value is (10,11,22). Sum of RGB (Red+Green+Blue) = 10+11+22=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B16 is #F5F4E9. Grayscale: #0B0B0B. Windows color (decimal): -16119018 or 1444618. OLE color: 1444618.

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

Color convert

RGB101122-
CMYK0.550.500.91
HSL235º37.5%6.27%-
HSV(B)235º54.55%8.63%-
XYZ0.390.360.81-
YUV11.95133.67126.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.26%
GREEN value IS 11 (4.69% from 255) = 25.58%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=23.26%
G=25.58%
B=51.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1011220.550.500.9123537.56.27
HexAB16373205Beb256
Octal12132667620133353456
Binary10101011101101101111100100101101111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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