Html Css Color HEX #0D3109 Myrtle

📋 copy color: '#0D3109'

red 13 ◦ green 49 ◦ blue 9

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

Shades of Myrtle #0D3109

Tints of Myrtle #0D3109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 69.01%

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

R = 18.31%
G = 69.01%
B = 12.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#0D3109 (or 0x0D3109) is known color: Myrtle. HEX triplet: 0D, 31 and 09. RGB value is (13,49,9). Sum of RGB (Red+Green+Blue) = 13+49+9=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3109 is #F2CEF6. Grayscale: #212121. Windows color (decimal): -15912695 or 602381. OLE color: 602381.

HSL color Cylindrical-coordinate representation of color #0D3109: hue angle of 114º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D3109 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 49 9 -
CMYK 0.73 0 0.82 0.81
HSL 114º 0.69% 0.11% -
HSV(B) 114º 0.82% 0.19% -
XYZ 1.31 2.3 0.63 -
YUV 33.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 13 49 9 0.73 0 0.82 0.81 114 0.69 0.11
Hex D 31 9 49 0 52 51 72 45 B
Octal 15 61 11 111 0 122 121 162 105 13
Binary 1101 110001 1001 1001001 0 1010010 1010001 1110010 1000101 1011

Color Harmonies of #0D3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3109

Black with #0D3109

Text Example


Text Example

White with #0D3109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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