#0D1F09

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

Shades of Myrtle #0D1F09

Tints of Myrtle #0D1F09

Color information

#0D1F09 (or 0x0D1F09) is unknown color: approx Myrtle. HEX triplet: 0D, 1F and 09. RGB value is (13,31,9). Sum of RGB (Red+Green+Blue) = 13+31+9=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F09 is #F2E0F6. Grayscale: #171717. Windows color (decimal): -15917303 or 597773. OLE color: 597773.

HSL color Cylindrical-coordinate representation of color #0D1F09: hue angle of 109.09º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D1F09 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB13319-
CMYK0.5800.710.88
HSL109.09º55%7.84%-
HSV(B)109.09º70.97%12.16%-
XYZ0.711.090.43-
YUV23.11120.04120.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.53%
GREEN value IS 31 (12.5% from 255) = 58.49%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=24.53%
G=58.49%
B=16.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal133190.5800.710.88109.09557.84
HexD1F93A047586d378
Octal1537117201071301556710
Binary110111111100111101001000111101100011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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