#0E1118

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

Shades of Black Russian #0E1118

Tints of Black Russian #0E1118

Color information

#0E1118 (or 0x0E1118) is unknown color: approx Black Russian. HEX triplet: 0E, 11 and 18. RGB value is (14,17,24). Sum of RGB (Red+Green+Blue) = 14+17+24=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E1118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1118 is #F1EEE7. Grayscale: #101010. Windows color (decimal): -15855336 or 1577230. OLE color: 1577230.

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

Color convert

RGB141724-
CMYK0.420.2900.91
HSL222º26.32%7.45%-
HSV(B)222º41.67%9.41%-
XYZ0.550.560.94-
YUV16.9132.01125.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.45%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=25.45%
G=30.91%
B=43.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1417240.420.2900.9122226.327.45
HexE11182A1D05Bde1a7
Octal16213052350133336327
Binary1110100011100010101011101010110111101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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