#0E0C18

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

Shades of Black Russian #0E0C18

Tints of Black Russian #0E0C18

Color information

#0E0C18 (or 0x0E0C18) is unknown color: approx Black Russian. HEX triplet: 0E, 0C and 18. RGB value is (14,12,24). Sum of RGB (Red+Green+Blue) = 14+12+24=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C18 is #F1F3E7. Grayscale: #0D0D0D. Windows color (decimal): -15856616 or 1575950. OLE color: 1575950.

HSL color Cylindrical-coordinate representation of color #0E0C18: hue angle of 250º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E0C18 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB141224-
CMYK0.420.5000.91
HSL250º33.33%7.06%-
HSV(B)250º50%9.41%-
XYZ0.480.420.92-
YUV13.97133.66128.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 24 (9.77% from 255) = 48%
R=28%
G=24%
B=48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1412240.420.5000.9125033.337.06
HexEC182A3205Bfa217
Octal16143052620133372417
Binary11101100110001010101100100101101111111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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