#0D2109

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

Shades of Myrtle #0D2109

Tints of Myrtle #0D2109

Color information

#0D2109 (or 0x0D2109) is unknown color: approx Myrtle. HEX triplet: 0D, 21 and 09. RGB value is (13,33,9). Sum of RGB (Red+Green+Blue) = 13+33+9=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2109 is #F2DEF6. Grayscale: #181818. Windows color (decimal): -15916791 or 598285. OLE color: 598285.

HSL color Cylindrical-coordinate representation of color #0D2109: hue angle of 110º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D2109 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB13339-
CMYK0.6100.730.87
HSL110º57.14%8.24%-
HSV(B)110º72.73%12.94%-
XYZ0.761.190.45-
YUV24.28119.37119.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.64%
GREEN value IS 33 (13.28% from 255) = 60%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=23.64%
G=60%
B=16.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133390.6100.730.8711057.148.24
HexD2193D049576e398
Octal1541117501111271567110
Binary1101100001100111110101001001101011111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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