Shades of Blackberry #521D3C
Tints of Blackberry #521D3C
RGB
CMYK
RGB Variations
Color information
#521D3C (or 0x521D3C) is known color: Blackberry. HEX triplet: 52, 1D and 3C. RGB value is (82,29,60). Sum of RGB (Red+Green+Blue) = 82+29+60=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D3C is #ADE2C3. Grayscale: #303030. Windows color (decimal): -11395780 or 3939666. OLE color: 3939666.
HSL color Cylindrical-coordinate representation of color #521D3C: hue angle of 324.91º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D3C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 60 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.68 |
| HSL | 324.91º | 0.48% | 0.22% | - |
| HSV(B) | 324.91º | 0.65% | 0.32% | - |
| XYZ | 4.73 | 3 | 4.6 | - |
| YUV | 48.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 60 | 0 | 0.65 | 0.27 | 0.68 | 324.91 | 0.48 | 0.22 |
| Hex | 52 | 1D | 3C | 0 | 41 | 1B | 44 | 145 | 30 | 16 |
| Octal | 122 | 35 | 74 | 0 | 101 | 33 | 104 | 505 | 60 | 26 |
| Binary | 1010010 | 11101 | 111100 | 0 | 1000001 | 11011 | 1000100 | 101000101 | 110000 | 10110 |
Color Harmonies of #521D3C
Complementary color
Monochromatic Colors of #521D3C
Black with #521D3C
Text Example
Text Example
White with #521D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D3C; }
p { color: rgb(82,29,60); }
H1.HeaderClassName
{
color: #521D3C;
}
.AnyTagClassName
{
color: #521D3C;
}
</style>
background-color css
<style>
a { background-color: #521D3C; }
a { background-color: rgb(82,29,60); }
div.DivClassName
{
background-color: #521D3C;
}
.BgClassName
{
background-color: #521D3C;
}
</style>
border-color css
<style>
span { border-color: #521D3C; }
span { border-color: rgb(82,29,60); }
td.TdClassName
{
border-color: #521D3C;
}
.TagClassName
{
border-color: #521D3C;
}
</style>