Shades of Blackberry #52193C
Tints of Blackberry #52193C
RGB
CMYK
RGB Variations
Color information
#52193C (or 0x52193C) is known color: Blackberry. HEX triplet: 52, 19 and 3C. RGB value is (82,25,60). Sum of RGB (Red+Green+Blue) = 82+25+60=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52193C is #ADE6C3. Grayscale: #2D2D2D. Windows color (decimal): -11396804 or 3938642. OLE color: 3938642.
HSL color Cylindrical-coordinate representation of color #52193C: hue angle of 323.16º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52193C is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 60 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.68 |
| HSL | 323.16º | 0.53% | 0.21% | - |
| HSV(B) | 323.16º | 0.7% | 0.32% | - |
| XYZ | 4.64 | 2.82 | 4.57 | - |
| YUV | 46.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 60 | 0 | 0.70 | 0.27 | 0.68 | 323.16 | 0.53 | 0.21 |
| Hex | 52 | 19 | 3C | 0 | 46 | 1B | 44 | 143 | 35 | 15 |
| Octal | 122 | 31 | 74 | 0 | 106 | 33 | 104 | 503 | 65 | 25 |
| Binary | 1010010 | 11001 | 111100 | 0 | 1000110 | 11011 | 1000100 | 101000011 | 110101 | 10101 |
Color Harmonies of #52193C
Complementary color
Monochromatic Colors of #52193C
Black with #52193C
Text Example
Text Example
White with #52193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52193C; }
p { color: rgb(82,25,60); }
H1.HeaderClassName
{
color: #52193C;
}
.AnyTagClassName
{
color: #52193C;
}
</style>
background-color css
<style>
a { background-color: #52193C; }
a { background-color: rgb(82,25,60); }
div.DivClassName
{
background-color: #52193C;
}
.BgClassName
{
background-color: #52193C;
}
</style>
border-color css
<style>
span { border-color: #52193C; }
span { border-color: rgb(82,25,60); }
td.TdClassName
{
border-color: #52193C;
}
.TagClassName
{
border-color: #52193C;
}
</style>