#0C142C

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

Shades of Black Russian #0C142C

Tints of Black Russian #0C142C

Color information

#0C142C (or 0x0C142C) is unknown color: approx Black Russian. HEX triplet: 0C, 14 and 2C. RGB value is (12,20,44). Sum of RGB (Red+Green+Blue) = 12+20+44=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142C is #F3EBD3. Grayscale: #141414. Windows color (decimal): -15985620 or 2888716. OLE color: 2888716.

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

Color convert

RGB122044-
CMYK0.730.5500.83
HSL225º57.14%10.98%-
HSV(B)225º72.73%17.25%-
XYZ0.860.762.48-
YUV20.34141.35122.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=15.79%
G=26.32%
B=57.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1220440.730.5500.8322557.1410.98
HexC142C4937053e139b
Octal1424541116701233417113
Binary110010100101100100100111011101010011111000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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