#0E1A0B

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

Shades of Myrtle #0E1A0B

Tints of Myrtle #0E1A0B

Color information

#0E1A0B (or 0x0E1A0B) is unknown color: approx Myrtle. HEX triplet: 0E, 1A and 0B. RGB value is (14,26,11). Sum of RGB (Red+Green+Blue) = 14+26+11=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A0B is #F1E5F4. Grayscale: #141414. Windows color (decimal): -15853045 or 727566. OLE color: 727566.

HSL color Cylindrical-coordinate representation of color #0E1A0B: hue angle of 108º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E1A0B is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB142611-
CMYK0.4600.580.90
HSL108º40.54%7.25%-
HSV(B)108º57.69%10.2%-
XYZ0.610.860.45-
YUV20.7122.52123.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 26 (10.55% from 255) = 50.98%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=27.45%
G=50.98%
B=21.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1426110.4600.580.9010840.547.25
HexE1AB2E03A5A6c297
Octal16321356072132154517
Binary1110110101011101110011101010110101101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,26,11); }

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

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

 a { background-color: rgb(14,26,11); }

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

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

 span { border-color: rgb(14,26,11); }

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