#0E210B

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

Shades of Myrtle #0E210B

Tints of Myrtle #0E210B

Color information

#0E210B (or 0x0E210B) is unknown color: approx Myrtle. HEX triplet: 0E, 21 and 0B. RGB value is (14,33,11). Sum of RGB (Red+Green+Blue) = 14+33+11=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #0E210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E210B is #F1DEF4. Grayscale: #181818. Windows color (decimal): -15851253 or 729358. OLE color: 729358.

HSL color Cylindrical-coordinate representation of color #0E210B: hue angle of 111.82º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E210B is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB143311-
CMYK0.5800.670.87
HSL111.82º50%8.63%-
HSV(B)111.82º66.67%12.94%-
XYZ0.791.210.51-
YUV24.81120.21120.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 33 (13.28% from 255) = 56.90%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=24.14%
G=56.90%
B=18.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1433110.5800.670.87111.82508.63
HexE21B3A0435770329
Octal1641137201031271606211
Binary1110100001101111101001000011101011111100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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