#0A1A09

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

Shades of Myrtle #0A1A09

Tints of Myrtle #0A1A09

Color information

#0A1A09 (or 0x0A1A09) is unknown color: approx Myrtle. HEX triplet: 0A, 1A and 09. RGB value is (10,26,9). Sum of RGB (Red+Green+Blue) = 10+26+9=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A09 is #F5E5F6. Grayscale: #131313. Windows color (decimal): -16115191 or 596490. OLE color: 596490.

HSL color Cylindrical-coordinate representation of color #0A1A09: hue angle of 116.47º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0A1A09 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB10269-
CMYK0.6200.650.90
HSL116.47º48.57%6.86%-
HSV(B)116.47º65.38%10.2%-
XYZ0.540.820.39-
YUV19.28122.2121.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.22%
GREEN value IS 26 (10.55% from 255) = 57.78%
BLUE value IS 9 (3.91% from 255) = 20%
R=22.22%
G=57.78%
B=20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal102690.6200.650.90116.4748.576.86
HexA1A93E0415A74317
Octal123211760101132164617
Binary10101101010011111100100000110110101110100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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