Shades of Blackberry #521B3E
Tints of Blackberry #521B3E
RGB
CMYK
RGB Variations
Color information
#521B3E (or 0x521B3E) is known color: Blackberry. HEX triplet: 52, 1B and 3E. RGB value is (82,27,62). Sum of RGB (Red+Green+Blue) = 82+27+62=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B3E is #ADE4C1. Grayscale: #2F2F2F. Windows color (decimal): -11396290 or 4070226. OLE color: 4070226.
HSL color Cylindrical-coordinate representation of color #521B3E: hue angle of 321.82º 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 #521B3E is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 62 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.68 |
| HSL | 321.82º | 0.5% | 0.21% | - |
| HSV(B) | 321.82º | 0.67% | 0.32% | - |
| XYZ | 4.74 | 2.93 | 4.87 | - |
| YUV | 47.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 62 | 0 | 0.67 | 0.24 | 0.68 | 321.82 | 0.5 | 0.21 |
| Hex | 52 | 1B | 3E | 0 | 43 | 18 | 44 | 142 | 32 | 15 |
| Octal | 122 | 33 | 76 | 0 | 103 | 30 | 104 | 502 | 62 | 25 |
| Binary | 1010010 | 11011 | 111110 | 0 | 1000011 | 11000 | 1000100 | 101000010 | 110010 | 10101 |
Color Harmonies of #521B3E
Complementary color
Monochromatic Colors of #521B3E
Black with #521B3E
Text Example
Text Example
White with #521B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B3E; }
p { color: rgb(82,27,62); }
H1.HeaderClassName
{
color: #521B3E;
}
.AnyTagClassName
{
color: #521B3E;
}
</style>
background-color css
<style>
a { background-color: #521B3E; }
a { background-color: rgb(82,27,62); }
div.DivClassName
{
background-color: #521B3E;
}
.BgClassName
{
background-color: #521B3E;
}
</style>
border-color css
<style>
span { border-color: #521B3E; }
span { border-color: rgb(82,27,62); }
td.TdClassName
{
border-color: #521B3E;
}
.TagClassName
{
border-color: #521B3E;
}
</style>