#0E150D

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

Shades of Myrtle #0E150D

Tints of Myrtle #0E150D

Color information

#0E150D (or 0x0E150D) is unknown color: approx Myrtle. HEX triplet: 0E, 15 and 0D. RGB value is (14,21,13). Sum of RGB (Red+Green+Blue) = 14+21+13=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0E150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E150D is #F1EAF2. Grayscale: #121212. Windows color (decimal): -15854323 or 857358. OLE color: 857358.

HSL color Cylindrical-coordinate representation of color #0E150D: hue angle of 112.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0E150D is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB142113-
CMYK0.3300.380.92
HSL112.5º23.53%6.67%-
HSV(B)112.5º38.1%8.24%-
XYZ0.520.660.48-
YUV17.99125.18125.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.17%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=29.17%
G=43.75%
B=27.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1421130.3300.380.92112.523.536.67
HexE15D210265C70187
Octal16251541046134160307
Binary111010101110110000101001101011100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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