Shades of Camarone #216431
Tints of Camarone #216431
RGB
CMYK
RGB Variations
Color information
#216431 (or 0x216431) is known color: Camarone. HEX triplet: 21, 64 and 31. RGB value is (33,100,49). Sum of RGB (Red+Green+Blue) = 33+100+49=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #216431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216431 is #DE9BCE. Grayscale: #4A4A4A. Windows color (decimal): -14588879 or 3236897. OLE color: 3236897.
HSL color Cylindrical-coordinate representation of color #216431: hue angle of 134.33º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216431 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 100 | 49 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.61 |
| HSL | 134.33º | 0.5% | 0.26% | - |
| HSV(B) | 134.33º | 0.67% | 0.39% | - |
| XYZ | 5.74 | 9.66 | 4.47 | - |
| YUV | 74.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 49 | 0.67 | 0 | 0.51 | 0.61 | 134.33 | 0.5 | 0.26 |
| Hex | 21 | 64 | 31 | 43 | 0 | 33 | 3D | 86 | 32 | 1A |
| Octal | 41 | 144 | 61 | 103 | 0 | 63 | 75 | 206 | 62 | 32 |
| Binary | 100001 | 1100100 | 110001 | 1000011 | 0 | 110011 | 111101 | 10000110 | 110010 | 11010 |
Color Harmonies of #216431
Complementary color
Monochromatic Colors of #216431
Black with #216431
Text Example
Text Example
White with #216431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216431; }
p { color: rgb(33,100,49); }
H1.HeaderClassName
{
color: #216431;
}
.AnyTagClassName
{
color: #216431;
}
</style>
background-color css
<style>
a { background-color: #216431; }
a { background-color: rgb(33,100,49); }
div.DivClassName
{
background-color: #216431;
}
.BgClassName
{
background-color: #216431;
}
</style>
border-color css
<style>
span { border-color: #216431; }
span { border-color: rgb(33,100,49); }
td.TdClassName
{
border-color: #216431;
}
.TagClassName
{
border-color: #216431;
}
</style>