Shades of Blackberry #521B35
Tints of Blackberry #521B35
RGB
CMYK
RGB Variations
Color information
#521B35 (or 0x521B35) is known color: Blackberry. HEX triplet: 52, 1B and 35. RGB value is (82,27,53). Sum of RGB (Red+Green+Blue) = 82+27+53=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B35 is #ADE4CA. Grayscale: #2E2E2E. Windows color (decimal): -11396299 or 3480402. OLE color: 3480402.
HSL color Cylindrical-coordinate representation of color #521B35: hue angle of 331.64º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B35 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 53 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.68 |
| HSL | 331.64º | 0.5% | 0.21% | - |
| HSV(B) | 331.64º | 0.67% | 0.32% | - |
| XYZ | 4.51 | 2.83 | 3.68 | - |
| YUV | 46.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 53 | 0 | 0.67 | 0.35 | 0.68 | 331.64 | 0.5 | 0.21 |
| Hex | 52 | 1B | 35 | 0 | 43 | 23 | 44 | 14C | 32 | 15 |
| Octal | 122 | 33 | 65 | 0 | 103 | 43 | 104 | 514 | 62 | 25 |
| Binary | 1010010 | 11011 | 110101 | 0 | 1000011 | 100011 | 1000100 | 101001100 | 110010 | 10101 |
Color Harmonies of #521B35
Complementary color
Monochromatic Colors of #521B35
Black with #521B35
Text Example
Text Example
White with #521B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B35; }
p { color: rgb(82,27,53); }
H1.HeaderClassName
{
color: #521B35;
}
.AnyTagClassName
{
color: #521B35;
}
</style>
background-color css
<style>
a { background-color: #521B35; }
a { background-color: rgb(82,27,53); }
div.DivClassName
{
background-color: #521B35;
}
.BgClassName
{
background-color: #521B35;
}
</style>
border-color css
<style>
span { border-color: #521B35; }
span { border-color: rgb(82,27,53); }
td.TdClassName
{
border-color: #521B35;
}
.TagClassName
{
border-color: #521B35;
}
</style>