Shades of Blackberry #521441
Tints of Blackberry #521441
RGB
CMYK
RGB Variations
Color information
#521441 (or 0x521441) is known color: Blackberry. HEX triplet: 52, 14 and 41. RGB value is (82,20,65). Sum of RGB (Red+Green+Blue) = 82+20+65=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521441 is #ADEBBE. Grayscale: #2B2B2B. Windows color (decimal): -11398079 or 4265042. OLE color: 4265042.
HSL color Cylindrical-coordinate representation of color #521441: hue angle of 316.45º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521441 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 65 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.68 |
| HSL | 316.45º | 0.61% | 0.2% | - |
| HSV(B) | 316.45º | 0.76% | 0.32% | - |
| XYZ | 4.68 | 2.68 | 5.27 | - |
| YUV | 43.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 65 | 0 | 0.76 | 0.21 | 0.68 | 316.45 | 0.61 | 0.2 |
| Hex | 52 | 14 | 41 | 0 | 4C | 15 | 44 | 13C | 3D | 14 |
| Octal | 122 | 24 | 101 | 0 | 114 | 25 | 104 | 474 | 75 | 24 |
| Binary | 1010010 | 10100 | 1000001 | 0 | 1001100 | 10101 | 1000100 | 100111100 | 111101 | 10100 |
Color Harmonies of #521441
Complementary color
Monochromatic Colors of #521441
Black with #521441
Text Example
Text Example
White with #521441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521441; }
p { color: rgb(82,20,65); }
H1.HeaderClassName
{
color: #521441;
}
.AnyTagClassName
{
color: #521441;
}
</style>
background-color css
<style>
a { background-color: #521441; }
a { background-color: rgb(82,20,65); }
div.DivClassName
{
background-color: #521441;
}
.BgClassName
{
background-color: #521441;
}
</style>
border-color css
<style>
span { border-color: #521441; }
span { border-color: rgb(82,20,65); }
td.TdClassName
{
border-color: #521441;
}
.TagClassName
{
border-color: #521441;
}
</style>