Shades of Blackberry #521A35
Tints of Blackberry #521A35
RGB
CMYK
RGB Variations
Color information
#521A35 (or 0x521A35) is known color: Blackberry. HEX triplet: 52, 1A and 35. RGB value is (82,26,53). Sum of RGB (Red+Green+Blue) = 82+26+53=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A35 is #ADE5CA. Grayscale: #2D2D2D. Windows color (decimal): -11396555 or 3480146. OLE color: 3480146.
HSL color Cylindrical-coordinate representation of color #521A35: hue angle of 331.07º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A35 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 53 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.68 |
| HSL | 331.07º | 0.52% | 0.21% | - |
| HSV(B) | 331.07º | 0.68% | 0.32% | - |
| XYZ | 4.49 | 2.79 | 3.67 | - |
| YUV | 45.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 53 | 0 | 0.68 | 0.35 | 0.68 | 331.07 | 0.52 | 0.21 |
| Hex | 52 | 1A | 35 | 0 | 44 | 23 | 44 | 14B | 34 | 15 |
| Octal | 122 | 32 | 65 | 0 | 104 | 43 | 104 | 513 | 64 | 25 |
| Binary | 1010010 | 11010 | 110101 | 0 | 1000100 | 100011 | 1000100 | 101001011 | 110100 | 10101 |
Color Harmonies of #521A35
Complementary color
Monochromatic Colors of #521A35
Black with #521A35
Text Example
Text Example
White with #521A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A35; }
p { color: rgb(82,26,53); }
H1.HeaderClassName
{
color: #521A35;
}
.AnyTagClassName
{
color: #521A35;
}
</style>
background-color css
<style>
a { background-color: #521A35; }
a { background-color: rgb(82,26,53); }
div.DivClassName
{
background-color: #521A35;
}
.BgClassName
{
background-color: #521A35;
}
</style>
border-color css
<style>
span { border-color: #521A35; }
span { border-color: rgb(82,26,53); }
td.TdClassName
{
border-color: #521A35;
}
.TagClassName
{
border-color: #521A35;
}
</style>