#0E110D

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

Shades of Black Forest #0E110D

Tints of Black Forest #0E110D

Color information

#0E110D (or 0x0E110D) is unknown color: approx Black Forest. HEX triplet: 0E, 11 and 0D. RGB value is (14,17,13). Sum of RGB (Red+Green+Blue) = 14+17+13=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110D is #F1EEF2. Grayscale: #0F0F0F. Windows color (decimal): -15855347 or 856334. OLE color: 856334.

HSL color Cylindrical-coordinate representation of color #0E110D: hue angle of 105º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #0E110D is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB141713-
CMYK0.1800.240.93
HSL105º13.33%5.88%-
HSV(B)105º23.53%6.67%-
XYZ0.450.520.46-
YUV15.65126.51126.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.82%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=31.82%
G=38.64%
B=29.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1417130.1800.240.9310513.335.88
HexE11D120185D69d6
Octal16211522030135151156
Binary111010001110110010011000101110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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