#0C1126

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

Shades of Black Russian #0C1126

Tints of Black Russian #0C1126

Color information

#0C1126 (or 0x0C1126) is unknown color: approx Black Russian. HEX triplet: 0C, 11 and 26. RGB value is (12,17,38). Sum of RGB (Red+Green+Blue) = 12+17+38=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C1126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1126 is #F3EED9. Grayscale: #111111. Windows color (decimal): -15986394 or 2494732. OLE color: 2494732.

HSL color Cylindrical-coordinate representation of color #0C1126: hue angle of 228.46º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1126 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB121738-
CMYK0.680.5500.85
HSL228.46º52%9.8%-
HSV(B)228.46º68.42%14.9%-
XYZ0.70.621.92-
YUV17.9139.34123.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 38 (15.23% from 255) = 56.72%
R=17.91%
G=25.37%
B=56.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1217380.680.5500.85228.46529.8
HexC11264437055e434a
Octal1421461046701253446412
Binary110010001100110100010011011101010101111001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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