#0C112D

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

Shades of Black Russian #0C112D

Tints of Black Russian #0C112D

Color information

#0C112D (or 0x0C112D) is unknown color: approx Black Russian. HEX triplet: 0C, 11 and 2D. RGB value is (12,17,45). Sum of RGB (Red+Green+Blue) = 12+17+45=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C112D is #F3EED2. Grayscale: #121212. Windows color (decimal): -15986387 or 2953484. OLE color: 2953484.

HSL color Cylindrical-coordinate representation of color #0C112D: hue angle of 230.91º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C112D is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB121745-
CMYK0.730.6200.82
HSL230.91º57.89%11.18%-
HSV(B)230.91º73.33%17.65%-
XYZ0.830.672.57-
YUV18.7142.84123.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=16.22%
G=22.97%
B=60.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1217450.730.6200.82230.9157.8911.18
HexC112D493E052e73ab
Octal1421551117601223477213
Binary110010001101101100100111111001010010111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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