#0E200B

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

Shades of Myrtle #0E200B

Tints of Myrtle #0E200B

Color information

#0E200B (or 0x0E200B) is unknown color: approx Myrtle. HEX triplet: 0E, 20 and 0B. RGB value is (14,32,11). Sum of RGB (Red+Green+Blue) = 14+32+11=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0E200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E200B is #F1DFF4. Grayscale: #181818. Windows color (decimal): -15851509 or 729102. OLE color: 729102.

HSL color Cylindrical-coordinate representation of color #0E200B: hue angle of 111.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E200B is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB143211-
CMYK0.5600.660.87
HSL111.43º48.84%8.43%-
HSV(B)111.43º65.62%12.55%-
XYZ0.761.150.5-
YUV24.22120.54120.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.56%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=24.56%
G=56.14%
B=19.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1432110.5600.660.87111.4348.848.43
HexE20B38042576f318
Octal1640137001021271576110
Binary1110100000101111100001000010101011111011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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