#0E0C20

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

Shades of Black Russian #0E0C20

Tints of Black Russian #0E0C20

Color information

#0E0C20 (or 0x0E0C20) is unknown color: approx Black Russian. HEX triplet: 0E, 0C and 20. RGB value is (14,12,32). Sum of RGB (Red+Green+Blue) = 14+12+32=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E0C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C20 is #F1F3DF. Grayscale: #0E0E0E. Windows color (decimal): -15856608 or 2100238. OLE color: 2100238.

HSL color Cylindrical-coordinate representation of color #0E0C20: hue angle of 246º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E0C20 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB141232-
CMYK0.560.6300.87
HSL246º45.45%8.63%-
HSV(B)246º62.5%12.55%-
XYZ0.570.461.43-
YUV14.88137.66127.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=24.14%
G=20.69%
B=55.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1412320.560.6300.8724645.458.63
HexEC20383F057f62d9
Octal161440707701273665511
Binary1110110010000011100011111101010111111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,32); }

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

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

 a { background-color: rgb(14,12,32); }

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

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

 span { border-color: rgb(14,12,32); }

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