Html Css Color HEX #11310D Myrtle

📋 copy color: '#11310D'

red 17 ◦ green 49 ◦ blue 13

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

Shades of Myrtle #11310D

Tints of Myrtle #11310D

RGB

 RED value IS 17 (7.03% from 255) = 21.52%

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

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 21.52%
G = 62.03%
B = 16.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#11310D (or 0x11310D) is known color: Myrtle. HEX triplet: 11, 31 and 0D. RGB value is (17,49,13). Sum of RGB (Red+Green+Blue) = 17+49+13=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #11310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11310D is #EECEF2. Grayscale: #232323. Windows color (decimal): -15650547 or 864529. OLE color: 864529.

HSL color Cylindrical-coordinate representation of color #11310D: hue angle of 113.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11310D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 13 -
CMYK 0.65 0 0.73 0.81
HSL 113.33º 0.58% 0.12% -
HSV(B) 113.33º 0.73% 0.19% -
XYZ 1.4 2.34 0.76 -
YUV 35.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 17 49 13 0.65 0 0.73 0.81 113.33 0.58 0.12
Hex 11 31 D 41 0 49 51 71 3A C
Octal 21 61 15 101 0 111 121 161 72 14
Binary 10001 110001 1101 1000001 0 1001001 1010001 1110001 111010 1100

Color Harmonies of #11310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11310D

Black with #11310D

Text Example


Text Example

White with #11310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11310D; }

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

 H1.HeaderClassName
 {
   color: #11310D;
 }
 .AnyTagClassName
 {
   color: #11310D;
 }
</style>

background-color css

<style>
 a { background-color: #11310D; }

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

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

border-color css

<style>
 span { border-color: #11310D; }

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

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