#0D1E09

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

Shades of Myrtle #0D1E09

Tints of Myrtle #0D1E09

Color information

#0D1E09 (or 0x0D1E09) is unknown color: approx Myrtle. HEX triplet: 0D, 1E and 09. RGB value is (13,30,9). Sum of RGB (Red+Green+Blue) = 13+30+9=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E09 is #F2E1F6. Grayscale: #161616. Windows color (decimal): -15917559 or 597517. OLE color: 597517.

HSL color Cylindrical-coordinate representation of color #0D1E09: hue angle of 108.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D1E09 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB13309-
CMYK0.5700.700.88
HSL108.57º53.85%7.65%-
HSV(B)108.57º70%11.76%-
XYZ0.681.030.42-
YUV22.52120.37121.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 57.69%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=25%
G=57.69%
B=17.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal133090.5700.700.88108.5753.857.65
HexD1E939046586d368
Octal1536117101061301556610
Binary110111110100111100101000110101100011011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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