Shades of Zuccini #113B2B
Tints of Zuccini #113B2B
RGB
CMYK
RGB Variations
Color information
#113B2B (or 0x113B2B) is known color: Zuccini. HEX triplet: 11, 3B and 2B. RGB value is (17,59,43). Sum of RGB (Red+Green+Blue) = 17+59+43=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #113B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B2B is #EEC4D4. Grayscale: #2C2C2C. Windows color (decimal): -15647957 or 2833169. OLE color: 2833169.
HSL color Cylindrical-coordinate representation of color #113B2B: hue angle of 157.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B2B is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 43 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.77 |
| HSL | 157.14º | 0.55% | 0.15% | - |
| HSV(B) | 157.14º | 0.71% | 0.23% | - |
| XYZ | 2.23 | 3.42 | 2.83 | - |
| YUV | 44.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 43 | 0.71 | 0 | 0.27 | 0.77 | 157.14 | 0.55 | 0.15 |
| Hex | 11 | 3B | 2B | 47 | 0 | 1B | 4D | 9D | 37 | F |
| Octal | 21 | 73 | 53 | 107 | 0 | 33 | 115 | 235 | 67 | 17 |
| Binary | 10001 | 111011 | 101011 | 1000111 | 0 | 11011 | 1001101 | 10011101 | 110111 | 1111 |
Color Harmonies of #113B2B
Complementary color
Monochromatic Colors of #113B2B
Black with #113B2B
Text Example
Text Example
White with #113B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B2B; }
p { color: rgb(17,59,43); }
H1.HeaderClassName
{
color: #113B2B;
}
.AnyTagClassName
{
color: #113B2B;
}
</style>
background-color css
<style>
a { background-color: #113B2B; }
a { background-color: rgb(17,59,43); }
div.DivClassName
{
background-color: #113B2B;
}
.BgClassName
{
background-color: #113B2B;
}
</style>
border-color css
<style>
span { border-color: #113B2B; }
span { border-color: rgb(17,59,43); }
td.TdClassName
{
border-color: #113B2B;
}
.TagClassName
{
border-color: #113B2B;
}
</style>