Shades of Zuccini #19412B
Tints of Zuccini #19412B
RGB
CMYK
RGB Variations
Color information
#19412B (or 0x19412B) is known color: Zuccini. HEX triplet: 19, 41 and 2B. RGB value is (25,65,43). Sum of RGB (Red+Green+Blue) = 25+65+43=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #19412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19412B is #E6BED4. Grayscale: #323232. Windows color (decimal): -15122133 or 2834713. OLE color: 2834713.
HSL color Cylindrical-coordinate representation of color #19412B: hue angle of 147º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19412B is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 43 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.75 |
| HSL | 147º | 0.44% | 0.18% | - |
| HSV(B) | 147º | 0.62% | 0.25% | - |
| XYZ | 2.73 | 4.16 | 2.95 | - |
| YUV | 50.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 43 | 0.62 | 0 | 0.34 | 0.75 | 147 | 0.44 | 0.18 |
| Hex | 19 | 41 | 2B | 3E | 0 | 22 | 4B | 93 | 2C | 12 |
| Octal | 31 | 101 | 53 | 76 | 0 | 42 | 113 | 223 | 54 | 22 |
| Binary | 11001 | 1000001 | 101011 | 111110 | 0 | 100010 | 1001011 | 10010011 | 101100 | 10010 |
Color Harmonies of #19412B
Complementary color
Monochromatic Colors of #19412B
Black with #19412B
Text Example
Text Example
White with #19412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19412B; }
p { color: rgb(25,65,43); }
H1.HeaderClassName
{
color: #19412B;
}
.AnyTagClassName
{
color: #19412B;
}
</style>
background-color css
<style>
a { background-color: #19412B; }
a { background-color: rgb(25,65,43); }
div.DivClassName
{
background-color: #19412B;
}
.BgClassName
{
background-color: #19412B;
}
</style>
border-color css
<style>
span { border-color: #19412B; }
span { border-color: rgb(25,65,43); }
td.TdClassName
{
border-color: #19412B;
}
.TagClassName
{
border-color: #19412B;
}
</style>