Html Css Color HEX #0D1D09 Myrtle

📋 copy color: '#0D1D09'

red 13 ◦ green 29 ◦ blue 9

#0D1D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0D1D09

Tints of Myrtle #0D1D09

RGB

 RED value IS 13 (5.47% from 255) = 25.49%

 GREEN value IS 29 (11.72% from 255) = 56.86%

 BLUE value IS 9 (3.91% from 255) = 17.65%

R = 25.49%
G = 56.86%
B = 17.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#0D1D09 (or 0x0D1D09) is known color: Myrtle. HEX triplet: 0D, 1D and 09. RGB value is (13,29,9). Sum of RGB (Red+Green+Blue) = 13+29+9=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D09 is #F2E2F6. Grayscale: #151515. Windows color (decimal): -15917815 or 597261. OLE color: 597261.

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

Color convert

RGB 13 29 9 -
CMYK 0.55 0 0.69 0.89
HSL 108º 0.53% 0.07% -
HSV(B) 108º 0.69% 0.11% -
XYZ 0.65 0.98 0.41 -
YUV 21.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 13 29 9 0.55 0 0.69 0.89 108 0.53 0.07
Hex D 1D 9 37 0 45 59 6C 35 7
Octal 15 35 11 67 0 105 131 154 65 7
Binary 1101 11101 1001 110111 0 1000101 1011001 1101100 110101 111

Color Harmonies of #0D1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D09

Black with #0D1D09

Text Example


Text Example

White with #0D1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D1D09;
 }
 .AnyTagClassName
 {
   color: #0D1D09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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