Shades of Blackberry #521738
Tints of Blackberry #521738
RGB
CMYK
RGB Variations
Color information
#521738 (or 0x521738) is known color: Blackberry. HEX triplet: 52, 17 and 38. RGB value is (82,23,56). Sum of RGB (Red+Green+Blue) = 82+23+56=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521738 is #ADE8C7. Grayscale: #2C2C2C. Windows color (decimal): -11397320 or 3675986. OLE color: 3675986.
HSL color Cylindrical-coordinate representation of color #521738: hue angle of 326.44º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521738 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 56 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.68 |
| HSL | 326.44º | 0.56% | 0.21% | - |
| HSV(B) | 326.44º | 0.72% | 0.32% | - |
| XYZ | 4.5 | 2.69 | 4.02 | - |
| YUV | 44.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 56 | 0 | 0.72 | 0.32 | 0.68 | 326.44 | 0.56 | 0.21 |
| Hex | 52 | 17 | 38 | 0 | 48 | 20 | 44 | 146 | 38 | 15 |
| Octal | 122 | 27 | 70 | 0 | 110 | 40 | 104 | 506 | 70 | 25 |
| Binary | 1010010 | 10111 | 111000 | 0 | 1001000 | 100000 | 1000100 | 101000110 | 111000 | 10101 |
Color Harmonies of #521738
Complementary color
Monochromatic Colors of #521738
Black with #521738
Text Example
Text Example
White with #521738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521738; }
p { color: rgb(82,23,56); }
H1.HeaderClassName
{
color: #521738;
}
.AnyTagClassName
{
color: #521738;
}
</style>
background-color css
<style>
a { background-color: #521738; }
a { background-color: rgb(82,23,56); }
div.DivClassName
{
background-color: #521738;
}
.BgClassName
{
background-color: #521738;
}
</style>
border-color css
<style>
span { border-color: #521738; }
span { border-color: rgb(82,23,56); }
td.TdClassName
{
border-color: #521738;
}
.TagClassName
{
border-color: #521738;
}
</style>