#0C122D

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

Shades of Black Russian #0C122D

Tints of Black Russian #0C122D

Color information

#0C122D (or 0x0C122D) is unknown color: approx Black Russian. HEX triplet: 0C, 12 and 2D. RGB value is (12,18,45). Sum of RGB (Red+Green+Blue) = 12+18+45=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C122D is #F3EDD2. Grayscale: #131313. Windows color (decimal): -15986131 or 2953740. OLE color: 2953740.

HSL color Cylindrical-coordinate representation of color #0C122D: hue angle of 229.09º 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 #0C122D is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB121845-
CMYK0.730.600.82
HSL229.09º57.89%11.18%-
HSV(B)229.09º73.33%17.65%-
XYZ0.840.72.57-
YUV19.28142.51122.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 45 (17.97% from 255) = 60%
R=16%
G=24%
B=60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1218450.730.600.82229.0957.8911.18
HexC122D493C052e53ab
Octal1422551117401223457213
Binary110010010101101100100111110001010010111001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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