#0C122C

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

Shades of Black Russian #0C122C

Tints of Black Russian #0C122C

Color information

#0C122C (or 0x0C122C) is unknown color: approx Black Russian. HEX triplet: 0C, 12 and 2C. RGB value is (12,18,44). Sum of RGB (Red+Green+Blue) = 12+18+44=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C122C is #F3EDD3. Grayscale: #131313. Windows color (decimal): -15986132 or 2888204. OLE color: 2888204.

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

Color convert

RGB121844-
CMYK0.730.5900.83
HSL228.75º57.14%10.98%-
HSV(B)228.75º72.73%17.25%-
XYZ0.820.692.47-
YUV19.17142.01122.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=16.22%
G=24.32%
B=59.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1218440.730.5900.83228.7557.1410.98
HexC122C493B053e539b
Octal1422541117301233457113
Binary110010010101100100100111101101010011111001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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