#0E1116

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

Shades of Black Russian #0E1116

Tints of Black Russian #0E1116

Color information

#0E1116 (or 0x0E1116) is unknown color: approx Black Russian. HEX triplet: 0E, 11 and 16. RGB value is (14,17,22). Sum of RGB (Red+Green+Blue) = 14+17+22=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E1116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1116 is #F1EEE9. Grayscale: #101010. Windows color (decimal): -15855338 or 1446158. OLE color: 1446158.

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

Color convert

RGB141722-
CMYK0.360.2300.91
HSL217.5º22.22%7.06%-
HSV(B)217.5º36.36%8.63%-
XYZ0.530.550.84-
YUV16.67131.01126.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.42%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=26.42%
G=32.08%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1417220.360.2300.91217.522.227.06
HexE1116241705Bda167
Octal16212644270133332267
Binary1110100011011010010010111010110111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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