Html Css Color HEX #0D2709 Myrtle

📋 copy color: '#0D2709'

red 13 ◦ green 39 ◦ blue 9

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

Shades of Myrtle #0D2709

Tints of Myrtle #0D2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 63.93%

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

R = 21.31%
G = 63.93%
B = 14.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#0D2709 (or 0x0D2709) is known color: Myrtle. HEX triplet: 0D, 27 and 09. RGB value is (13,39,9). Sum of RGB (Red+Green+Blue) = 13+39+9=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #0D2709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2709 is #F2D8F6. Grayscale: #1B1B1B. Windows color (decimal): -15915255 or 599821. OLE color: 599821.

HSL color Cylindrical-coordinate representation of color #0D2709: hue angle of 112º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2709 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 39 9 -
CMYK 0.67 0 0.77 0.85
HSL 112º 0.63% 0.09% -
HSV(B) 112º 0.77% 0.15% -
XYZ 0.94 1.56 0.51 -
YUV 27.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 13 39 9 0.67 0 0.77 0.85 112 0.63 0.09
Hex D 27 9 43 0 4D 55 70 3E 9
Octal 15 47 11 103 0 115 125 160 76 11
Binary 1101 100111 1001 1000011 0 1001101 1010101 1110000 111110 1001

Color Harmonies of #0D2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2709

Black with #0D2709

Text Example


Text Example

White with #0D2709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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