#0E111C

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

Shades of Black Russian #0E111C

Tints of Black Russian #0E111C

Color information

#0E111C (or 0x0E111C) is unknown color: approx Black Russian. HEX triplet: 0E, 11 and 1C. RGB value is (14,17,28). Sum of RGB (Red+Green+Blue) = 14+17+28=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E111C is #F1EEE3. Grayscale: #111111. Windows color (decimal): -15855332 or 1839374. OLE color: 1839374.

HSL color Cylindrical-coordinate representation of color #0E111C: hue angle of 227.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E111C is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB141728-
CMYK0.500.3900.89
HSL227.14º33.33%8.24%-
HSV(B)227.14º50%10.98%-
XYZ0.590.581.18-
YUV17.36134.01125.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.73%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=23.73%
G=28.81%
B=47.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1417280.500.3900.89227.1433.338.24
HexE111C3227059e3218
Octal162134624701313434110
Binary1110100011110011001010011101011001111000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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