Shades of Zuccini #11412B
Tints of Zuccini #11412B
RGB
CMYK
RGB Variations
Color information
#11412B (or 0x11412B) is known color: Zuccini. HEX triplet: 11, 41 and 2B. RGB value is (17,65,43). Sum of RGB (Red+Green+Blue) = 17+65+43=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #11412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11412B is #EEBED4. Grayscale: #303030. Windows color (decimal): -15646421 or 2834705. OLE color: 2834705.
HSL color Cylindrical-coordinate representation of color #11412B: hue angle of 152.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11412B is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 43 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.75 |
| HSL | 152.5º | 0.59% | 0.16% | - |
| HSV(B) | 152.5º | 0.74% | 0.25% | - |
| XYZ | 2.56 | 4.07 | 2.94 | - |
| YUV | 48.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 43 | 0.74 | 0 | 0.34 | 0.75 | 152.5 | 0.59 | 0.16 |
| Hex | 11 | 41 | 2B | 4A | 0 | 22 | 4B | 98 | 3B | 10 |
| Octal | 21 | 101 | 53 | 112 | 0 | 42 | 113 | 230 | 73 | 20 |
| Binary | 10001 | 1000001 | 101011 | 1001010 | 0 | 100010 | 1001011 | 10011000 | 111011 | 10000 |
Color Harmonies of #11412B
Complementary color
Monochromatic Colors of #11412B
Black with #11412B
Text Example
Text Example
White with #11412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11412B; }
p { color: rgb(17,65,43); }
H1.HeaderClassName
{
color: #11412B;
}
.AnyTagClassName
{
color: #11412B;
}
</style>
background-color css
<style>
a { background-color: #11412B; }
a { background-color: rgb(17,65,43); }
div.DivClassName
{
background-color: #11412B;
}
.BgClassName
{
background-color: #11412B;
}
</style>
border-color css
<style>
span { border-color: #11412B; }
span { border-color: rgb(17,65,43); }
td.TdClassName
{
border-color: #11412B;
}
.TagClassName
{
border-color: #11412B;
}
</style>