Shades of Zuccini #1B412B
Tints of Zuccini #1B412B
RGB
CMYK
RGB Variations
Color information
#1B412B (or 0x1B412B) is known color: Zuccini. HEX triplet: 1B, 41 and 2B. RGB value is (27,65,43). Sum of RGB (Red+Green+Blue) = 27+65+43=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #1B412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B412B is #E4BED4. Grayscale: #333333. Windows color (decimal): -14991061 or 2834715. OLE color: 2834715.
HSL color Cylindrical-coordinate representation of color #1B412B: hue angle of 145.26º 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 #1B412B is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 43 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.75 |
| HSL | 145.26º | 0.41% | 0.18% | - |
| HSV(B) | 145.26º | 0.58% | 0.25% | - |
| XYZ | 2.78 | 4.19 | 2.95 | - |
| YUV | 51.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 43 | 0.58 | 0 | 0.34 | 0.75 | 145.26 | 0.41 | 0.18 |
| Hex | 1B | 41 | 2B | 3A | 0 | 22 | 4B | 91 | 29 | 12 |
| Octal | 33 | 101 | 53 | 72 | 0 | 42 | 113 | 221 | 51 | 22 |
| Binary | 11011 | 1000001 | 101011 | 111010 | 0 | 100010 | 1001011 | 10010001 | 101001 | 10010 |
Color Harmonies of #1B412B
Complementary color
Monochromatic Colors of #1B412B
Black with #1B412B
Text Example
Text Example
White with #1B412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B412B; }
p { color: rgb(27,65,43); }
H1.HeaderClassName
{
color: #1B412B;
}
.AnyTagClassName
{
color: #1B412B;
}
</style>
background-color css
<style>
a { background-color: #1B412B; }
a { background-color: rgb(27,65,43); }
div.DivClassName
{
background-color: #1B412B;
}
.BgClassName
{
background-color: #1B412B;
}
</style>
border-color css
<style>
span { border-color: #1B412B; }
span { border-color: rgb(27,65,43); }
td.TdClassName
{
border-color: #1B412B;
}
.TagClassName
{
border-color: #1B412B;
}
</style>