Html Css Color HEX #0D2309 Myrtle

📋 copy color: '#0D2309'

red 13 ◦ green 35 ◦ blue 9

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

Shades of Myrtle #0D2309

Tints of Myrtle #0D2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 61.4%

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

R = 22.81%
G = 61.4%
B = 15.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#0D2309 (or 0x0D2309) is known color: Myrtle. HEX triplet: 0D, 23 and 09. RGB value is (13,35,9). Sum of RGB (Red+Green+Blue) = 13+35+9=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2309 is #F2DCF6. Grayscale: #191919. Windows color (decimal): -15916279 or 598797. OLE color: 598797.

HSL color Cylindrical-coordinate representation of color #0D2309: hue angle of 110.77º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D2309 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 9 -
CMYK 0.63 0 0.74 0.86
HSL 110.77º 0.59% 0.09% -
HSV(B) 110.77º 0.74% 0.14% -
XYZ 0.82 1.31 0.47 -
YUV 25.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 13 35 9 0.63 0 0.74 0.86 110.77 0.59 0.09
Hex D 23 9 3F 0 4A 56 6F 3B 9
Octal 15 43 11 77 0 112 126 157 73 11
Binary 1101 100011 1001 111111 0 1001010 1010110 1101111 111011 1001

Color Harmonies of #0D2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2309

Black with #0D2309

Text Example


Text Example

White with #0D2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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