Shades of Zuccini #1C412B
Tints of Zuccini #1C412B
RGB
CMYK
RGB Variations
Color information
#1C412B (or 0x1C412B) is known color: Zuccini. HEX triplet: 1C, 41 and 2B. RGB value is (28,65,43). Sum of RGB (Red+Green+Blue) = 28+65+43=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #1C412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C412B is #E3BED4. Grayscale: #333333. Windows color (decimal): -14925525 or 2834716. OLE color: 2834716.
HSL color Cylindrical-coordinate representation of color #1C412B: hue angle of 144.32º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C412B is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 65 | 43 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.75 |
| HSL | 144.32º | 0.4% | 0.18% | - |
| HSV(B) | 144.32º | 0.57% | 0.25% | - |
| XYZ | 2.81 | 4.2 | 2.95 | - |
| YUV | 51.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 43 | 0.57 | 0 | 0.34 | 0.75 | 144.32 | 0.4 | 0.18 |
| Hex | 1C | 41 | 2B | 39 | 0 | 22 | 4B | 90 | 28 | 12 |
| Octal | 34 | 101 | 53 | 71 | 0 | 42 | 113 | 220 | 50 | 22 |
| Binary | 11100 | 1000001 | 101011 | 111001 | 0 | 100010 | 1001011 | 10010000 | 101000 | 10010 |
Color Harmonies of #1C412B
Complementary color
Monochromatic Colors of #1C412B
Black with #1C412B
Text Example
Text Example
White with #1C412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C412B; }
p { color: rgb(28,65,43); }
H1.HeaderClassName
{
color: #1C412B;
}
.AnyTagClassName
{
color: #1C412B;
}
</style>
background-color css
<style>
a { background-color: #1C412B; }
a { background-color: rgb(28,65,43); }
div.DivClassName
{
background-color: #1C412B;
}
.BgClassName
{
background-color: #1C412B;
}
</style>
border-color css
<style>
span { border-color: #1C412B; }
span { border-color: rgb(28,65,43); }
td.TdClassName
{
border-color: #1C412B;
}
.TagClassName
{
border-color: #1C412B;
}
</style>