Html Css Color HEX #0E110D Black Forest

📋 copy color: '#0E110D'

red 14 ◦ green 17 ◦ blue 13

#0E110D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #0E110D

Tints of Black Forest #0E110D

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 value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#0E110D (or 0x0E110D) is known color: 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

RGB 14 17 13 -
CMYK 0.18 0 0.24 0.93
HSL 105º 0.13% 0.06% -
HSV(B) 105º 0.24% 0.07% -
XYZ 0.45 0.52 0.46 -
YUV 15.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 14 17 13 0.18 0 0.24 0.93 105 0.13 0.06
Hex E 11 D 12 0 18 5D 69 D 6
Octal 16 21 15 22 0 30 135 151 15 6
Binary 1110 10001 1101 10010 0 11000 1011101 1101001 1101 110

Color Harmonies of #0E110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E110D

Black with #0E110D

Text Example


Text Example

White with #0E110D

Text Example


Text Example

HTML Codes & Css Web 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>