Shades of Zuccini #1F442C
Tints of Zuccini #1F442C
RGB
CMYK
RGB Variations
Color information
#1F442C (or 0x1F442C) is known color: Zuccini. HEX triplet: 1F, 44 and 2C. RGB value is (31,68,44). Sum of RGB (Red+Green+Blue) = 31+68+44=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #1F442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F442C is #E0BBD3. Grayscale: #363636. Windows color (decimal): -14728148 or 2901023. OLE color: 2901023.
HSL color Cylindrical-coordinate representation of color #1F442C: hue angle of 141.08º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F442C is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 44 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.73 |
| HSL | 141.08º | 0.37% | 0.19% | - |
| HSV(B) | 141.08º | 0.54% | 0.27% | - |
| XYZ | 3.09 | 4.61 | 3.11 | - |
| YUV | 54.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 44 | 0.54 | 0 | 0.35 | 0.73 | 141.08 | 0.37 | 0.19 |
| Hex | 1F | 44 | 2C | 36 | 0 | 23 | 49 | 8D | 25 | 13 |
| Octal | 37 | 104 | 54 | 66 | 0 | 43 | 111 | 215 | 45 | 23 |
| Binary | 11111 | 1000100 | 101100 | 110110 | 0 | 100011 | 1001001 | 10001101 | 100101 | 10011 |
Color Harmonies of #1F442C
Complementary color
Monochromatic Colors of #1F442C
Black with #1F442C
Text Example
Text Example
White with #1F442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F442C; }
p { color: rgb(31,68,44); }
H1.HeaderClassName
{
color: #1F442C;
}
.AnyTagClassName
{
color: #1F442C;
}
</style>
background-color css
<style>
a { background-color: #1F442C; }
a { background-color: rgb(31,68,44); }
div.DivClassName
{
background-color: #1F442C;
}
.BgClassName
{
background-color: #1F442C;
}
</style>
border-color css
<style>
span { border-color: #1F442C; }
span { border-color: rgb(31,68,44); }
td.TdClassName
{
border-color: #1F442C;
}
.TagClassName
{
border-color: #1F442C;
}
</style>