Shades of Blackberry #521333
Tints of Blackberry #521333
RGB
CMYK
RGB Variations
Color information
#521333 (or 0x521333) is known color: Blackberry. HEX triplet: 52, 13 and 33. RGB value is (82,19,51). Sum of RGB (Red+Green+Blue) = 82+19+51=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #521333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521333 is #ADECCC. Grayscale: #292929. Windows color (decimal): -11398349 or 3347282. OLE color: 3347282.
HSL color Cylindrical-coordinate representation of color #521333: hue angle of 329.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521333 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 51 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.68 |
| HSL | 329.52º | 0.62% | 0.2% | - |
| HSV(B) | 329.52º | 0.77% | 0.32% | - |
| XYZ | 4.31 | 2.5 | 3.39 | - |
| YUV | 41.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 51 | 0 | 0.77 | 0.38 | 0.68 | 329.52 | 0.62 | 0.2 |
| Hex | 52 | 13 | 33 | 0 | 4D | 26 | 44 | 14A | 3E | 14 |
| Octal | 122 | 23 | 63 | 0 | 115 | 46 | 104 | 512 | 76 | 24 |
| Binary | 1010010 | 10011 | 110011 | 0 | 1001101 | 100110 | 1000100 | 101001010 | 111110 | 10100 |
Color Harmonies of #521333
Complementary color
Monochromatic Colors of #521333
Black with #521333
Text Example
Text Example
White with #521333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521333; }
p { color: rgb(82,19,51); }
H1.HeaderClassName
{
color: #521333;
}
.AnyTagClassName
{
color: #521333;
}
</style>
background-color css
<style>
a { background-color: #521333; }
a { background-color: rgb(82,19,51); }
div.DivClassName
{
background-color: #521333;
}
.BgClassName
{
background-color: #521333;
}
</style>
border-color css
<style>
span { border-color: #521333; }
span { border-color: rgb(82,19,51); }
td.TdClassName
{
border-color: #521333;
}
.TagClassName
{
border-color: #521333;
}
</style>