Shades of Blackberry #521A3E
Tints of Blackberry #521A3E
RGB
CMYK
RGB Variations
Color information
#521A3E (or 0x521A3E) is known color: Blackberry. HEX triplet: 52, 1A and 3E. RGB value is (82,26,62). Sum of RGB (Red+Green+Blue) = 82+26+62=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A3E is #ADE5C1. Grayscale: #2E2E2E. Windows color (decimal): -11396546 or 4069970. OLE color: 4069970.
HSL color Cylindrical-coordinate representation of color #521A3E: hue angle of 321.43º 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 #521A3E is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 62 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.68 |
| HSL | 321.43º | 0.52% | 0.21% | - |
| HSV(B) | 321.43º | 0.68% | 0.32% | - |
| XYZ | 4.72 | 2.88 | 4.86 | - |
| YUV | 46.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 62 | 0 | 0.68 | 0.24 | 0.68 | 321.43 | 0.52 | 0.21 |
| Hex | 52 | 1A | 3E | 0 | 44 | 18 | 44 | 141 | 34 | 15 |
| Octal | 122 | 32 | 76 | 0 | 104 | 30 | 104 | 501 | 64 | 25 |
| Binary | 1010010 | 11010 | 111110 | 0 | 1000100 | 11000 | 1000100 | 101000001 | 110100 | 10101 |
Color Harmonies of #521A3E
Complementary color
Monochromatic Colors of #521A3E
Black with #521A3E
Text Example
Text Example
White with #521A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A3E; }
p { color: rgb(82,26,62); }
H1.HeaderClassName
{
color: #521A3E;
}
.AnyTagClassName
{
color: #521A3E;
}
</style>
background-color css
<style>
a { background-color: #521A3E; }
a { background-color: rgb(82,26,62); }
div.DivClassName
{
background-color: #521A3E;
}
.BgClassName
{
background-color: #521A3E;
}
</style>
border-color css
<style>
span { border-color: #521A3E; }
span { border-color: rgb(82,26,62); }
td.TdClassName
{
border-color: #521A3E;
}
.TagClassName
{
border-color: #521A3E;
}
</style>