Shades of Zuccini #14412B
Tints of Zuccini #14412B
RGB
CMYK
RGB Variations
Color information
#14412B (or 0x14412B) is known color: Zuccini. HEX triplet: 14, 41 and 2B. RGB value is (20,65,43). Sum of RGB (Red+Green+Blue) = 20+65+43=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #14412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14412B is #EBBED4. Grayscale: #313131. Windows color (decimal): -15449813 or 2834708. OLE color: 2834708.
HSL color Cylindrical-coordinate representation of color #14412B: hue angle of 150.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14412B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 43 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.75 |
| HSL | 150.67º | 0.53% | 0.17% | - |
| HSV(B) | 150.67º | 0.69% | 0.25% | - |
| XYZ | 2.61 | 4.1 | 2.94 | - |
| YUV | 49.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 43 | 0.69 | 0 | 0.34 | 0.75 | 150.67 | 0.53 | 0.17 |
| Hex | 14 | 41 | 2B | 45 | 0 | 22 | 4B | 97 | 35 | 11 |
| Octal | 24 | 101 | 53 | 105 | 0 | 42 | 113 | 227 | 65 | 21 |
| Binary | 10100 | 1000001 | 101011 | 1000101 | 0 | 100010 | 1001011 | 10010111 | 110101 | 10001 |
Color Harmonies of #14412B
Complementary color
Monochromatic Colors of #14412B
Black with #14412B
Text Example
Text Example
White with #14412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14412B; }
p { color: rgb(20,65,43); }
H1.HeaderClassName
{
color: #14412B;
}
.AnyTagClassName
{
color: #14412B;
}
</style>
background-color css
<style>
a { background-color: #14412B; }
a { background-color: rgb(20,65,43); }
div.DivClassName
{
background-color: #14412B;
}
.BgClassName
{
background-color: #14412B;
}
</style>
border-color css
<style>
span { border-color: #14412B; }
span { border-color: rgb(20,65,43); }
td.TdClassName
{
border-color: #14412B;
}
.TagClassName
{
border-color: #14412B;
}
</style>