#0C122B

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

Shades of Black Russian #0C122B

Tints of Black Russian #0C122B

Color information

#0C122B (or 0x0C122B) is unknown color: approx Black Russian. HEX triplet: 0C, 12 and 2B. RGB value is (12,18,43). Sum of RGB (Red+Green+Blue) = 12+18+43=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C122B is #F3EDD4. Grayscale: #121212. Windows color (decimal): -15986133 or 2822668. OLE color: 2822668.

HSL color Cylindrical-coordinate representation of color #0C122B: hue angle of 228.39º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C122B is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB121843-
CMYK0.720.5800.83
HSL228.39º56.36%10.78%-
HSV(B)228.39º72.09%16.86%-
XYZ0.80.692.38-
YUV19.06141.51122.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 43 (17.19% from 255) = 58.90%
R=16.44%
G=24.66%
B=58.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1218430.720.5800.83228.3956.3610.78
HexC122B483A053e438b
Octal1422531107201233447013
Binary110010010101011100100011101001010011111001001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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