#11310B

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

Shades of Myrtle #11310B

Tints of Myrtle #11310B

Color information

#11310B (or 0x11310B) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 0B. RGB value is (17,49,11). Sum of RGB (Red+Green+Blue) = 17+49+11=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #11310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11310B is #EECEF4. Grayscale: #232323. Windows color (decimal): -15650549 or 733457. OLE color: 733457.

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

Color convert

RGB174911-
CMYK0.6500.780.81
HSL110.53º63.33%11.76%-
HSV(B)110.53º77.55%19.22%-
XYZ1.392.340.7-
YUV35.1114.4115.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=22.08%
G=63.64%
B=14.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749110.6500.780.81110.5363.3311.76
Hex1131B4104E516f3fc
Octal21611310101161211577714
Binary100011100011011100000101001110101000111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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