#0E1D09

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

Shades of Myrtle #0E1D09

Tints of Myrtle #0E1D09

Color information

#0E1D09 (or 0x0E1D09) is unknown color: approx Myrtle. HEX triplet: 0E, 1D and 09. RGB value is (14,29,9). Sum of RGB (Red+Green+Blue) = 14+29+9=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D09 is #F1E2F6. Grayscale: #161616. Windows color (decimal): -15852279 or 597262. OLE color: 597262.

HSL color Cylindrical-coordinate representation of color #0E1D09: hue angle of 105º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E1D09 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB14299-
CMYK0.5200.690.89
HSL105º52.63%7.45%-
HSV(B)105º68.97%11.37%-
XYZ0.670.990.41-
YUV22.24120.53122.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 29 (11.72% from 255) = 55.77%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=26.92%
G=55.77%
B=17.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142990.5200.690.8910552.637.45
HexE1D9340455969357
Octal163511640105131151657
Binary11101110110011101000100010110110011101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,29,9); }

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

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

 a { background-color: rgb(14,29,9); }

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

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

 span { border-color: rgb(14,29,9); }

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