Shades of Blackberry #52173D
Tints of Blackberry #52173D
RGB
CMYK
RGB Variations
Color information
#52173D (or 0x52173D) is known color: Blackberry. HEX triplet: 52, 17 and 3D. RGB value is (82,23,61). Sum of RGB (Red+Green+Blue) = 82+23+61=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52173D is #ADE8C2. Grayscale: #2C2C2C. Windows color (decimal): -11397315 or 4003666. OLE color: 4003666.
HSL color Cylindrical-coordinate representation of color #52173D: hue angle of 321.36º 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 #52173D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 61 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.68 |
| HSL | 321.36º | 0.56% | 0.21% | - |
| HSV(B) | 321.36º | 0.72% | 0.32% | - |
| XYZ | 4.63 | 2.74 | 4.7 | - |
| YUV | 44.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 61 | 0 | 0.72 | 0.26 | 0.68 | 321.36 | 0.56 | 0.21 |
| Hex | 52 | 17 | 3D | 0 | 48 | 1A | 44 | 141 | 38 | 15 |
| Octal | 122 | 27 | 75 | 0 | 110 | 32 | 104 | 501 | 70 | 25 |
| Binary | 1010010 | 10111 | 111101 | 0 | 1001000 | 11010 | 1000100 | 101000001 | 111000 | 10101 |
Color Harmonies of #52173D
Complementary color
Monochromatic Colors of #52173D
Black with #52173D
Text Example
Text Example
White with #52173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52173D; }
p { color: rgb(82,23,61); }
H1.HeaderClassName
{
color: #52173D;
}
.AnyTagClassName
{
color: #52173D;
}
</style>
background-color css
<style>
a { background-color: #52173D; }
a { background-color: rgb(82,23,61); }
div.DivClassName
{
background-color: #52173D;
}
.BgClassName
{
background-color: #52173D;
}
</style>
border-color css
<style>
span { border-color: #52173D; }
span { border-color: rgb(82,23,61); }
td.TdClassName
{
border-color: #52173D;
}
.TagClassName
{
border-color: #52173D;
}
</style>