#0E1117

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

Shades of Black Russian #0E1117

Tints of Black Russian #0E1117

Color information

#0E1117 (or 0x0E1117) is unknown color: approx Black Russian. HEX triplet: 0E, 11 and 17. RGB value is (14,17,23). Sum of RGB (Red+Green+Blue) = 14+17+23=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1117 is #F1EEE8. Grayscale: #101010. Windows color (decimal): -15855337 or 1511694. OLE color: 1511694.

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

Color convert

RGB141723-
CMYK0.390.2600.91
HSL220º24.32%7.25%-
HSV(B)220º39.13%9.02%-
XYZ0.540.560.89-
YUV16.79131.51126.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.93%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=25.93%
G=31.48%
B=42.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1417230.390.2600.9122024.327.25
HexE1117271A05Bdc187
Octal16212747320133334307
Binary1110100011011110011111010010110111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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