#0C111D

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

Shades of Black Russian #0C111D

Tints of Black Russian #0C111D

Color information

#0C111D (or 0x0C111D) is unknown color: approx Black Russian. HEX triplet: 0C, 11 and 1D. RGB value is (12,17,29). Sum of RGB (Red+Green+Blue) = 12+17+29=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C111D is #F3EEE2. Grayscale: #101010. Windows color (decimal): -15986403 or 1904908. OLE color: 1904908.

HSL color Cylindrical-coordinate representation of color #0C111D: hue angle of 222.35º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C111D is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB121729-
CMYK0.590.4100.89
HSL222.35º41.46%8.04%-
HSV(B)222.35º58.62%11.37%-
XYZ0.570.571.24-
YUV16.87134.84124.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 29 (11.72% from 255) = 50%
R=20.69%
G=29.31%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1217290.590.4100.89222.3541.468.04
HexC111D3B29059de298
Octal142135735101313365110
Binary1100100011110111101110100101011001110111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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