#0A1609

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

Shades of Myrtle #0A1609

Tints of Myrtle #0A1609

Color information

#0A1609 (or 0x0A1609) is unknown color: approx Myrtle. HEX triplet: 0A, 16 and 09. RGB value is (10,22,9). Sum of RGB (Red+Green+Blue) = 10+22+9=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1609 is #F5E9F6. Grayscale: #101010. Windows color (decimal): -16116215 or 595466. OLE color: 595466.

HSL color Cylindrical-coordinate representation of color #0A1609: hue angle of 115.38º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0A1609 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB10229-
CMYK0.5500.590.91
HSL115.38º41.94%6.08%-
HSV(B)115.38º59.09%8.63%-
XYZ0.460.660.36-
YUV16.93123.52123.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=24.39%
G=53.66%
B=21.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102290.5500.590.91115.3841.946.08
HexA1693703B5B732a6
Octal12261167073133163526
Binary1010101101001110111011101110110111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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