Shades of Zuccini #11412D
Tints of Zuccini #11412D
RGB
CMYK
RGB Variations
Color information
#11412D (or 0x11412D) is known color: Zuccini. HEX triplet: 11, 41 and 2D. RGB value is (17,65,45). Sum of RGB (Red+Green+Blue) = 17+65+45=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #11412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11412D is #EEBED2. Grayscale: #303030. Windows color (decimal): -15646419 or 2965777. OLE color: 2965777.
HSL color Cylindrical-coordinate representation of color #11412D: hue angle of 155º 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 #11412D is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 45 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.75 |
| HSL | 155º | 0.59% | 0.16% | - |
| HSV(B) | 155º | 0.74% | 0.25% | - |
| XYZ | 2.6 | 4.09 | 3.14 | - |
| YUV | 48.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 45 | 0.74 | 0 | 0.31 | 0.75 | 155 | 0.59 | 0.16 |
| Hex | 11 | 41 | 2D | 4A | 0 | 1F | 4B | 9B | 3B | 10 |
| Octal | 21 | 101 | 55 | 112 | 0 | 37 | 113 | 233 | 73 | 20 |
| Binary | 10001 | 1000001 | 101101 | 1001010 | 0 | 11111 | 1001011 | 10011011 | 111011 | 10000 |
Color Harmonies of #11412D
Complementary color
Monochromatic Colors of #11412D
Black with #11412D
Text Example
Text Example
White with #11412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11412D; }
p { color: rgb(17,65,45); }
H1.HeaderClassName
{
color: #11412D;
}
.AnyTagClassName
{
color: #11412D;
}
</style>
background-color css
<style>
a { background-color: #11412D; }
a { background-color: rgb(17,65,45); }
div.DivClassName
{
background-color: #11412D;
}
.BgClassName
{
background-color: #11412D;
}
</style>
border-color css
<style>
span { border-color: #11412D; }
span { border-color: rgb(17,65,45); }
td.TdClassName
{
border-color: #11412D;
}
.TagClassName
{
border-color: #11412D;
}
</style>