#11210D

Color #11210D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #11210D

Tints of Myrtle #11210D

Color information

#11210D (or 0x11210D) is unknown color: approx Myrtle. HEX triplet: 11, 21 and 0D. RGB value is (17,33,13). Sum of RGB (Red+Green+Blue) = 17+33+13=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #11210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11210D is #EEDEF2. Grayscale: #1A1A1A. Windows color (decimal): -15654643 or 860433. OLE color: 860433.

HSL color Cylindrical-coordinate representation of color #11210D: hue angle of 108º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11210D is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB173313-
CMYK0.4800.610.87
HSL108º43.48%9.02%-
HSV(B)108º60.61%12.94%-
XYZ0.851.240.57-
YUV25.94120.7121.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=26.98%
G=52.38%
B=20.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733130.4800.610.8710843.489.02
Hex1121D3003D576c2b9
Octal214115600751271545311
Binary1000110000111011100000111101101011111011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11210D;
 }
 .AnyTagClassName
 {
   color: #11210D;
 }
</style>
background-color css

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

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

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

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

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

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