#11320B

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

Shades of Myrtle #11320B

Tints of Myrtle #11320B

Color information

#11320B (or 0x11320B) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 0B. RGB value is (17,50,11). Sum of RGB (Red+Green+Blue) = 17+50+11=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #11320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11320B is #EECDF4. Grayscale: #232323. Windows color (decimal): -15650293 or 733713. OLE color: 733713.

HSL color Cylindrical-coordinate representation of color #11320B: hue angle of 110.77º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11320B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB175011-
CMYK0.6600.780.80
HSL110.77º63.93%11.96%-
HSV(B)110.77º78%19.61%-
XYZ1.432.420.71-
YUV35.69114.07114.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 50 (19.92% from 255) = 64.10%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=21.79%
G=64.10%
B=14.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750110.6600.780.80110.7763.9311.96
Hex1132B4204E506f40c
Octal216213102011612015710014
Binary1000111001010111000010010011101010000110111110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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