Shades of Blackberry #521B3F
Tints of Blackberry #521B3F
RGB
CMYK
RGB Variations
Color information
#521B3F (or 0x521B3F) is known color: Blackberry. HEX triplet: 52, 1B and 3F. RGB value is (82,27,63). Sum of RGB (Red+Green+Blue) = 82+27+63=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B3F is #ADE4C0. Grayscale: #2F2F2F. Windows color (decimal): -11396289 or 4135762. OLE color: 4135762.
HSL color Cylindrical-coordinate representation of color #521B3F: hue angle of 320.73º 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 #521B3F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 63 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.68 |
| HSL | 320.73º | 0.5% | 0.21% | - |
| HSV(B) | 320.73º | 0.67% | 0.32% | - |
| XYZ | 4.77 | 2.94 | 5.02 | - |
| YUV | 47.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 63 | 0 | 0.67 | 0.23 | 0.68 | 320.73 | 0.5 | 0.21 |
| Hex | 52 | 1B | 3F | 0 | 43 | 17 | 44 | 141 | 32 | 15 |
| Octal | 122 | 33 | 77 | 0 | 103 | 27 | 104 | 501 | 62 | 25 |
| Binary | 1010010 | 11011 | 111111 | 0 | 1000011 | 10111 | 1000100 | 101000001 | 110010 | 10101 |
Color Harmonies of #521B3F
Complementary color
Monochromatic Colors of #521B3F
Black with #521B3F
Text Example
Text Example
White with #521B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B3F; }
p { color: rgb(82,27,63); }
H1.HeaderClassName
{
color: #521B3F;
}
.AnyTagClassName
{
color: #521B3F;
}
</style>
background-color css
<style>
a { background-color: #521B3F; }
a { background-color: rgb(82,27,63); }
div.DivClassName
{
background-color: #521B3F;
}
.BgClassName
{
background-color: #521B3F;
}
</style>
border-color css
<style>
span { border-color: #521B3F; }
span { border-color: rgb(82,27,63); }
td.TdClassName
{
border-color: #521B3F;
}
.TagClassName
{
border-color: #521B3F;
}
</style>