#0E1224

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

Shades of Black Russian #0E1224

Tints of Black Russian #0E1224

Color information

#0E1224 (or 0x0E1224) is unknown color: approx Black Russian. HEX triplet: 0E, 12 and 24. RGB value is (14,18,36). Sum of RGB (Red+Green+Blue) = 14+18+36=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #0E1224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1224 is #F1EDDB. Grayscale: #121212. Windows color (decimal): -15855068 or 2363918. OLE color: 2363918.

HSL color Cylindrical-coordinate representation of color #0E1224: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E1224 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB141836-
CMYK0.610.500.86
HSL229.09º44%9.8%-
HSV(B)229.09º61.11%14.12%-
XYZ0.720.651.76-
YUV18.86137.67124.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.59%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 36 (14.45% from 255) = 52.94%
R=20.59%
G=26.47%
B=52.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1418360.610.500.86229.09449.8
HexE12243D32056e52ca
Octal162244756201263455412
Binary11101001010010011110111001001010110111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,18,36); }

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

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

 a { background-color: rgb(14,18,36); }

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

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

 span { border-color: rgb(14,18,36); }

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