#0A1C09

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

Shades of Myrtle #0A1C09

Tints of Myrtle #0A1C09

Color information

#0A1C09 (or 0x0A1C09) is unknown color: approx Myrtle. HEX triplet: 0A, 1C and 09. RGB value is (10,28,9). Sum of RGB (Red+Green+Blue) = 10+28+9=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C09 is #F5E3F6. Grayscale: #141414. Windows color (decimal): -16114679 or 597002. OLE color: 597002.

HSL color Cylindrical-coordinate representation of color #0A1C09: hue angle of 116.84º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1C09 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB10289-
CMYK0.6400.680.89
HSL116.84º51.35%7.25%-
HSV(B)116.84º67.86%10.98%-
XYZ0.590.910.4-
YUV20.45121.54120.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=21.28%
G=59.57%
B=19.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal102890.6400.680.89116.8451.357.25
HexA1C9400445975337
Octal1234111000104131165637
Binary101011100100110000000100010010110011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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