#0C0C11

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

Shades of Black Russian #0C0C11

Tints of Black Russian #0C0C11

Color information

#0C0C11 (or 0x0C0C11) is unknown color: approx Black Russian. HEX triplet: 0C, 0C and 11. RGB value is (12,12,17). Sum of RGB (Red+Green+Blue) = 12+12+17=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C11 is #F3F3EE. Grayscale: #0C0C0C. Windows color (decimal): -15987695 or 1117196. OLE color: 1117196.

HSL color Cylindrical-coordinate representation of color #0C0C11: hue angle of 240º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C0C11 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB121217-
CMYK0.290.2900.93
HSL240º17.24%5.69%-
HSV(B)240º29.41%6.67%-
XYZ0.380.380.58-
YUV12.57130.5127.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=29.27%
G=29.27%
B=41.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1212170.290.2900.9324017.245.69
HexCC111D1D05Df0116
Octal14142135350135360216
Binary11001100100011110111101010111011111000010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,12,17); }

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

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

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

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

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

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

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