Shades of Camarone #216333
Tints of Camarone #216333
RGB
CMYK
RGB Variations
Color information
#216333 (or 0x216333) is known color: Camarone. HEX triplet: 21, 63 and 33. RGB value is (33,99,51). Sum of RGB (Red+Green+Blue) = 33+99+51=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #216333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216333 is #DE9CCC. Grayscale: #494949. Windows color (decimal): -14589133 or 3367713. OLE color: 3367713.
HSL color Cylindrical-coordinate representation of color #216333: hue angle of 136.36º 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 #216333 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 51 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.61 |
| HSL | 136.36º | 0.5% | 0.26% | - |
| HSV(B) | 136.36º | 0.67% | 0.39% | - |
| XYZ | 5.69 | 9.49 | 4.66 | - |
| YUV | 73.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 51 | 0.67 | 0 | 0.48 | 0.61 | 136.36 | 0.5 | 0.26 |
| Hex | 21 | 63 | 33 | 43 | 0 | 30 | 3D | 88 | 32 | 1A |
| Octal | 41 | 143 | 63 | 103 | 0 | 60 | 75 | 210 | 62 | 32 |
| Binary | 100001 | 1100011 | 110011 | 1000011 | 0 | 110000 | 111101 | 10001000 | 110010 | 11010 |
Color Harmonies of #216333
Complementary color
Monochromatic Colors of #216333
Black with #216333
Text Example
Text Example
White with #216333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216333; }
p { color: rgb(33,99,51); }
H1.HeaderClassName
{
color: #216333;
}
.AnyTagClassName
{
color: #216333;
}
</style>
background-color css
<style>
a { background-color: #216333; }
a { background-color: rgb(33,99,51); }
div.DivClassName
{
background-color: #216333;
}
.BgClassName
{
background-color: #216333;
}
</style>
border-color css
<style>
span { border-color: #216333; }
span { border-color: rgb(33,99,51); }
td.TdClassName
{
border-color: #216333;
}
.TagClassName
{
border-color: #216333;
}
</style>