Shades of Blackberry #521A3D
Tints of Blackberry #521A3D
RGB
CMYK
RGB Variations
Color information
#521A3D (or 0x521A3D) is known color: Blackberry. HEX triplet: 52, 1A and 3D. RGB value is (82,26,61). Sum of RGB (Red+Green+Blue) = 82+26+61=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #521A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A3D is #ADE5C2. Grayscale: #2E2E2E. Windows color (decimal): -11396547 or 4004434. OLE color: 4004434.
HSL color Cylindrical-coordinate representation of color #521A3D: hue angle of 322.5º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A3D is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 61 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.68 |
| HSL | 322.5º | 0.52% | 0.21% | - |
| HSV(B) | 322.5º | 0.68% | 0.32% | - |
| XYZ | 4.69 | 2.87 | 4.72 | - |
| YUV | 46.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 61 | 0 | 0.68 | 0.26 | 0.68 | 322.5 | 0.52 | 0.21 |
| Hex | 52 | 1A | 3D | 0 | 44 | 1A | 44 | 142 | 34 | 15 |
| Octal | 122 | 32 | 75 | 0 | 104 | 32 | 104 | 502 | 64 | 25 |
| Binary | 1010010 | 11010 | 111101 | 0 | 1000100 | 11010 | 1000100 | 101000010 | 110100 | 10101 |
Color Harmonies of #521A3D
Complementary color
Monochromatic Colors of #521A3D
Black with #521A3D
Text Example
Text Example
White with #521A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A3D; }
p { color: rgb(82,26,61); }
H1.HeaderClassName
{
color: #521A3D;
}
.AnyTagClassName
{
color: #521A3D;
}
</style>
background-color css
<style>
a { background-color: #521A3D; }
a { background-color: rgb(82,26,61); }
div.DivClassName
{
background-color: #521A3D;
}
.BgClassName
{
background-color: #521A3D;
}
</style>
border-color css
<style>
span { border-color: #521A3D; }
span { border-color: rgb(82,26,61); }
td.TdClassName
{
border-color: #521A3D;
}
.TagClassName
{
border-color: #521A3D;
}
</style>