#0A1509

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

Shades of Myrtle #0A1509

Tints of Myrtle #0A1509

Color information

#0A1509 (or 0x0A1509) is unknown color: approx Myrtle. HEX triplet: 0A, 15 and 09. RGB value is (10,21,9). Sum of RGB (Red+Green+Blue) = 10+21+9=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1509 is #F5EAF6. Grayscale: #101010. Windows color (decimal): -16116471 or 595210. OLE color: 595210.

HSL color Cylindrical-coordinate representation of color #0A1509: hue angle of 115º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1509 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB10219-
CMYK0.5200.570.92
HSL115º40%5.88%-
HSV(B)115º57.14%8.24%-
XYZ0.440.620.35-
YUV16.34123.86123.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 52.5%
BLUE value IS 9 (3.91% from 255) = 22.5%
R=25%
G=52.5%
B=22.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102190.5200.570.92115405.88
HexA159340395C73286
Octal12251164071134163506
Binary1010101011001110100011100110111001110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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