Shades of Zuccini #1B412C
Tints of Zuccini #1B412C
RGB
CMYK
RGB Variations
Color information
#1B412C (or 0x1B412C) is known color: Zuccini. HEX triplet: 1B, 41 and 2C. RGB value is (27,65,44). Sum of RGB (Red+Green+Blue) = 27+65+44=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #1B412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B412C is #E4BED3. Grayscale: #333333. Windows color (decimal): -14991060 or 2900251. OLE color: 2900251.
HSL color Cylindrical-coordinate representation of color #1B412C: hue angle of 146.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B412C is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 44 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.75 |
| HSL | 146.84º | 0.41% | 0.18% | - |
| HSV(B) | 146.84º | 0.58% | 0.25% | - |
| XYZ | 2.8 | 4.2 | 3.05 | - |
| YUV | 51.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 44 | 0.58 | 0 | 0.32 | 0.75 | 146.84 | 0.41 | 0.18 |
| Hex | 1B | 41 | 2C | 3A | 0 | 20 | 4B | 93 | 29 | 12 |
| Octal | 33 | 101 | 54 | 72 | 0 | 40 | 113 | 223 | 51 | 22 |
| Binary | 11011 | 1000001 | 101100 | 111010 | 0 | 100000 | 1001011 | 10010011 | 101001 | 10010 |
Color Harmonies of #1B412C
Complementary color
Monochromatic Colors of #1B412C
Black with #1B412C
Text Example
Text Example
White with #1B412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B412C; }
p { color: rgb(27,65,44); }
H1.HeaderClassName
{
color: #1B412C;
}
.AnyTagClassName
{
color: #1B412C;
}
</style>
background-color css
<style>
a { background-color: #1B412C; }
a { background-color: rgb(27,65,44); }
div.DivClassName
{
background-color: #1B412C;
}
.BgClassName
{
background-color: #1B412C;
}
</style>
border-color css
<style>
span { border-color: #1B412C; }
span { border-color: rgb(27,65,44); }
td.TdClassName
{
border-color: #1B412C;
}
.TagClassName
{
border-color: #1B412C;
}
</style>