#0D1A09

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

Shades of Myrtle #0D1A09

Tints of Myrtle #0D1A09

Color information

#0D1A09 (or 0x0D1A09) is unknown color: approx Myrtle. HEX triplet: 0D, 1A and 09. RGB value is (13,26,9). Sum of RGB (Red+Green+Blue) = 13+26+9=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A09 is #F2E5F6. Grayscale: #141414. Windows color (decimal): -15918583 or 596493. OLE color: 596493.

HSL color Cylindrical-coordinate representation of color #0D1A09: hue angle of 105.88º 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 #0D1A09 is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB13269-
CMYK0.500.650.90
HSL105.88º48.57%6.86%-
HSV(B)105.88º65.38%10.2%-
XYZ0.580.840.39-
YUV20.17121.69122.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=27.08%
G=54.17%
B=18.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal132690.500.650.90105.8848.576.86
HexD1A9320415A6a317
Octal153211620101132152617
Binary11011101010011100100100000110110101101010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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