Shades of Blackberry #521B3D
Tints of Blackberry #521B3D
RGB
CMYK
RGB Variations
Color information
#521B3D (or 0x521B3D) is known color: Blackberry. HEX triplet: 52, 1B and 3D. RGB value is (82,27,61). Sum of RGB (Red+Green+Blue) = 82+27+61=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B3D is #ADE4C2. Grayscale: #2F2F2F. Windows color (decimal): -11396291 or 4004690. OLE color: 4004690.
HSL color Cylindrical-coordinate representation of color #521B3D: hue angle of 322.91º 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 #521B3D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 61 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.68 |
| HSL | 322.91º | 0.5% | 0.21% | - |
| HSV(B) | 322.91º | 0.67% | 0.32% | - |
| XYZ | 4.71 | 2.91 | 4.73 | - |
| YUV | 47.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 61 | 0 | 0.67 | 0.26 | 0.68 | 322.91 | 0.5 | 0.21 |
| Hex | 52 | 1B | 3D | 0 | 43 | 1A | 44 | 143 | 32 | 15 |
| Octal | 122 | 33 | 75 | 0 | 103 | 32 | 104 | 503 | 62 | 25 |
| Binary | 1010010 | 11011 | 111101 | 0 | 1000011 | 11010 | 1000100 | 101000011 | 110010 | 10101 |
Color Harmonies of #521B3D
Complementary color
Monochromatic Colors of #521B3D
Black with #521B3D
Text Example
Text Example
White with #521B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B3D; }
p { color: rgb(82,27,61); }
H1.HeaderClassName
{
color: #521B3D;
}
.AnyTagClassName
{
color: #521B3D;
}
</style>
background-color css
<style>
a { background-color: #521B3D; }
a { background-color: rgb(82,27,61); }
div.DivClassName
{
background-color: #521B3D;
}
.BgClassName
{
background-color: #521B3D;
}
</style>
border-color css
<style>
span { border-color: #521B3D; }
span { border-color: rgb(82,27,61); }
td.TdClassName
{
border-color: #521B3D;
}
.TagClassName
{
border-color: #521B3D;
}
</style>