Shades of Zuccini #10422B
Tints of Zuccini #10422B
RGB
CMYK
RGB Variations
Color information
#10422B (or 0x10422B) is known color: Zuccini. HEX triplet: 10, 42 and 2B. RGB value is (16,66,43). Sum of RGB (Red+Green+Blue) = 16+66+43=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #10422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10422B is #EFBDD4. Grayscale: #303030. Windows color (decimal): -15711701 or 2834960. OLE color: 2834960.
HSL color Cylindrical-coordinate representation of color #10422B: hue angle of 152.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10422B is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 43 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.74 |
| HSL | 152.4º | 0.61% | 0.16% | - |
| HSV(B) | 152.4º | 0.76% | 0.26% | - |
| XYZ | 2.6 | 4.18 | 2.96 | - |
| YUV | 48.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 43 | 0.76 | 0 | 0.35 | 0.74 | 152.4 | 0.61 | 0.16 |
| Hex | 10 | 42 | 2B | 4C | 0 | 23 | 4A | 98 | 3D | 10 |
| Octal | 20 | 102 | 53 | 114 | 0 | 43 | 112 | 230 | 75 | 20 |
| Binary | 10000 | 1000010 | 101011 | 1001100 | 0 | 100011 | 1001010 | 10011000 | 111101 | 10000 |
Color Harmonies of #10422B
Complementary color
Monochromatic Colors of #10422B
Black with #10422B
Text Example
Text Example
White with #10422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10422B; }
p { color: rgb(16,66,43); }
H1.HeaderClassName
{
color: #10422B;
}
.AnyTagClassName
{
color: #10422B;
}
</style>
background-color css
<style>
a { background-color: #10422B; }
a { background-color: rgb(16,66,43); }
div.DivClassName
{
background-color: #10422B;
}
.BgClassName
{
background-color: #10422B;
}
</style>
border-color css
<style>
span { border-color: #10422B; }
span { border-color: rgb(16,66,43); }
td.TdClassName
{
border-color: #10422B;
}
.TagClassName
{
border-color: #10422B;
}
</style>