Shades of Blackberry #52173F
Tints of Blackberry #52173F
RGB
CMYK
RGB Variations
Color information
#52173F (or 0x52173F) is known color: Blackberry. HEX triplet: 52, 17 and 3F. RGB value is (82,23,63). Sum of RGB (Red+Green+Blue) = 82+23+63=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52173F is #ADE8C0. Grayscale: #2D2D2D. Windows color (decimal): -11397313 or 4134738. OLE color: 4134738.
HSL color Cylindrical-coordinate representation of color #52173F: hue angle of 319.32º 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 #52173F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 63 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.68 |
| HSL | 319.32º | 0.56% | 0.21% | - |
| HSV(B) | 319.32º | 0.72% | 0.32% | - |
| XYZ | 4.68 | 2.77 | 4.99 | - |
| YUV | 45.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 63 | 0 | 0.72 | 0.23 | 0.68 | 319.32 | 0.56 | 0.21 |
| Hex | 52 | 17 | 3F | 0 | 48 | 17 | 44 | 13F | 38 | 15 |
| Octal | 122 | 27 | 77 | 0 | 110 | 27 | 104 | 477 | 70 | 25 |
| Binary | 1010010 | 10111 | 111111 | 0 | 1001000 | 10111 | 1000100 | 100111111 | 111000 | 10101 |
Color Harmonies of #52173F
Complementary color
Monochromatic Colors of #52173F
Black with #52173F
Text Example
Text Example
White with #52173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52173F; }
p { color: rgb(82,23,63); }
H1.HeaderClassName
{
color: #52173F;
}
.AnyTagClassName
{
color: #52173F;
}
</style>
background-color css
<style>
a { background-color: #52173F; }
a { background-color: rgb(82,23,63); }
div.DivClassName
{
background-color: #52173F;
}
.BgClassName
{
background-color: #52173F;
}
</style>
border-color css
<style>
span { border-color: #52173F; }
span { border-color: rgb(82,23,63); }
td.TdClassName
{
border-color: #52173F;
}
.TagClassName
{
border-color: #52173F;
}
</style>