#0E130D

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

Shades of Myrtle #0E130D

Tints of Myrtle #0E130D

Color information

#0E130D (or 0x0E130D) is unknown color: approx Myrtle. HEX triplet: 0E, 13 and 0D. RGB value is (14,19,13). Sum of RGB (Red+Green+Blue) = 14+19+13=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130D is #F1ECF2. Grayscale: #101010. Windows color (decimal): -15854835 or 856846. OLE color: 856846.

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

Color convert

RGB141913-
CMYK0.2600.320.93
HSL110º18.75%6.27%-
HSV(B)110º31.58%7.45%-
XYZ0.490.590.47-
YUV16.82125.84125.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=30.43%
G=41.30%
B=28.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1419130.2600.320.9311018.756.27
HexE13D1A0205D6e136
Octal16231532040135156236
Binary11101001111011101001000001011101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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