#0A0E09

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

Shades of Myrtle #0A0E09

Tints of Myrtle #0A0E09

Color information

#0A0E09 (or 0x0A0E09) is unknown color: approx Myrtle. HEX triplet: 0A, 0E and 09. RGB value is (10,14,9). Sum of RGB (Red+Green+Blue) = 10+14+9=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E09 is #F5F1F6. Grayscale: #0C0C0C. Windows color (decimal): -16118263 or 593418. OLE color: 593418.

HSL color Cylindrical-coordinate representation of color #0A0E09: hue angle of 108º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0A0E09 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB10149-
CMYK0.2900.360.95
HSL108º21.74%4.51%-
HSV(B)108º35.71%5.49%-
XYZ0.330.40.32-
YUV12.23126.17126.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 30.30%
GREEN value IS 14 (5.86% from 255) = 42.42%
BLUE value IS 9 (3.91% from 255) = 27.27%
R=30.30%
G=42.42%
B=27.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101490.2900.360.9510821.744.51
HexAE91D0245F6c165
Octal12161135044137154265
Binary1010111010011110101001001011111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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