#0E0C32

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

Shades of Black Russian #0E0C32

Tints of Black Russian #0E0C32

Color information

#0E0C32 (or 0x0E0C32) is unknown color: approx Black Russian. HEX triplet: 0E, 0C and 32. RGB value is (14,12,50). Sum of RGB (Red+Green+Blue) = 14+12+50=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E0C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C32 is #F1F3CD. Grayscale: #101010. Windows color (decimal): -15856590 or 3279886. OLE color: 3279886.

HSL color Cylindrical-coordinate representation of color #0E0C32: hue angle of 243.16º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E0C32 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB141250-
CMYK0.720.7600.80
HSL243.16º61.29%12.16%-
HSV(B)243.16º76%19.61%-
XYZ0.890.593.08-
YUV16.93146.66125.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=18.42%
G=15.79%
B=65.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1412500.720.7600.80243.1661.2912.16
HexEC32484C050f33dc
Octal16146211011401203637514
Binary111011001100101001000100110001010000111100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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