#0C0B16

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

Shades of Black Russian #0C0B16

Tints of Black Russian #0C0B16

Color information

#0C0B16 (or 0x0C0B16) is unknown color: approx Black Russian. HEX triplet: 0C, 0B and 16. RGB value is (12,11,22). Sum of RGB (Red+Green+Blue) = 12+11+22=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B16 is #F3F4E9. Grayscale: #0C0C0C. Windows color (decimal): -15987946 or 1444620. OLE color: 1444620.

HSL color Cylindrical-coordinate representation of color #0C0B16: hue angle of 245.45º 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 #0C0B16 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB121122-
CMYK0.450.500.91
HSL245.45º33.33%6.47%-
HSV(B)245.45º50%8.63%-
XYZ0.420.380.81-
YUV12.55133.33127.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 11 (4.69% from 255) = 24.44%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=26.67%
G=24.44%
B=48.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1211220.450.500.91245.4533.336.47
HexCB162D3205Bf5216
Octal14132655620133365416
Binary11001011101101011011100100101101111110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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