Shades of Blackberry #521542
Tints of Blackberry #521542
RGB
CMYK
RGB Variations
Color information
#521542 (or 0x521542) is known color: Blackberry. HEX triplet: 52, 15 and 42. RGB value is (82,21,66). Sum of RGB (Red+Green+Blue) = 82+21+66=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #521542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521542 is #ADEABD. Grayscale: #2C2C2C. Windows color (decimal): -11397822 or 4330834. OLE color: 4330834.
HSL color Cylindrical-coordinate representation of color #521542: hue angle of 315.74º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521542 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 66 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.68 |
| HSL | 315.74º | 0.59% | 0.2% | - |
| HSV(B) | 315.74º | 0.74% | 0.32% | - |
| XYZ | 4.73 | 2.72 | 5.43 | - |
| YUV | 44.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 66 | 0 | 0.74 | 0.20 | 0.68 | 315.74 | 0.59 | 0.2 |
| Hex | 52 | 15 | 42 | 0 | 4A | 14 | 44 | 13C | 3B | 14 |
| Octal | 122 | 25 | 102 | 0 | 112 | 24 | 104 | 474 | 73 | 24 |
| Binary | 1010010 | 10101 | 1000010 | 0 | 1001010 | 10100 | 1000100 | 100111100 | 111011 | 10100 |
Color Harmonies of #521542
Complementary color
Monochromatic Colors of #521542
Black with #521542
Text Example
Text Example
White with #521542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521542; }
p { color: rgb(82,21,66); }
H1.HeaderClassName
{
color: #521542;
}
.AnyTagClassName
{
color: #521542;
}
</style>
background-color css
<style>
a { background-color: #521542; }
a { background-color: rgb(82,21,66); }
div.DivClassName
{
background-color: #521542;
}
.BgClassName
{
background-color: #521542;
}
</style>
border-color css
<style>
span { border-color: #521542; }
span { border-color: rgb(82,21,66); }
td.TdClassName
{
border-color: #521542;
}
.TagClassName
{
border-color: #521542;
}
</style>