#11220B

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

Shades of Myrtle #11220B

Tints of Myrtle #11220B

Color information

#11220B (or 0x11220B) is unknown color: approx Myrtle. HEX triplet: 11, 22 and 0B. RGB value is (17,34,11). Sum of RGB (Red+Green+Blue) = 17+34+11=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #11220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11220B is #EEDDF4. Grayscale: #1A1A1A. Windows color (decimal): -15654389 or 729617. OLE color: 729617.

HSL color Cylindrical-coordinate representation of color #11220B: hue angle of 104.35º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11220B is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB173411-
CMYK0.5000.680.87
HSL104.35º51.11%8.82%-
HSV(B)104.35º67.65%13.33%-
XYZ0.861.290.52-
YUV26.3119.37121.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 34 (13.67% from 255) = 54.84%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=27.42%
G=54.84%
B=17.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734110.5000.680.87104.3551.118.82
Hex1122B320445768339
Octal2142136201041271506311
Binary10001100010101111001001000100101011111010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11220B; }

 p { color: rgb(17,34,11); }

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

<style>
 a { background-color: #11220B; }

 a { background-color: rgb(17,34,11); }

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

<style>
 span { border-color: #11220B; }

 span { border-color: rgb(17,34,11); }

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