#0A1909

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

Shades of Myrtle #0A1909

Tints of Myrtle #0A1909

Color information

#0A1909 (or 0x0A1909) is unknown color: approx Myrtle. HEX triplet: 0A, 19 and 09. RGB value is (10,25,9). Sum of RGB (Red+Green+Blue) = 10+25+9=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1909 is #F5E6F6. Grayscale: #121212. Windows color (decimal): -16115447 or 596234. OLE color: 596234.

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

Color convert

RGB10259-
CMYK0.6000.640.90
HSL116.25º47.06%6.67%-
HSV(B)116.25º64%9.8%-
XYZ0.520.780.38-
YUV18.69122.53121.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.73%
GREEN value IS 25 (10.16% from 255) = 56.82%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=22.73%
G=56.82%
B=20.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal102590.6000.640.90116.2547.066.67
HexA1993C0405A742f7
Octal123111740100132164577
Binary10101100110011111000100000010110101110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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