#0A1009

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

Shades of Myrtle #0A1009

Tints of Myrtle #0A1009

Color information

#0A1009 (or 0x0A1009) is unknown color: approx Myrtle. HEX triplet: 0A, 10 and 09. RGB value is (10,16,9). Sum of RGB (Red+Green+Blue) = 10+16+9=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #0A1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1009 is #F5EFF6. Grayscale: #0D0D0D. Windows color (decimal): -16117751 or 593930. OLE color: 593930.

HSL color Cylindrical-coordinate representation of color #0A1009: hue angle of 111.43º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A1009 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB10169-
CMYK0.3700.440.94
HSL111.43º28%4.9%-
HSV(B)111.43º43.75%6.27%-
XYZ0.360.450.33-
YUV13.41125.51125.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 28.57%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=28.57%
G=45.71%
B=25.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal101690.3700.440.94111.43284.9
HexA1092502C5E6f1c5
Octal12201145054136157345
Binary101010000100110010101011001011110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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