Shades of Blackberry #52123C
Tints of Blackberry #52123C
RGB
CMYK
RGB Variations
Color information
#52123C (or 0x52123C) is known color: Blackberry. HEX triplet: 52, 12 and 3C. RGB value is (82,18,60). Sum of RGB (Red+Green+Blue) = 82+18+60=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52123C is #ADEDC3. Grayscale: #292929. Windows color (decimal): -11398596 or 3936850. OLE color: 3936850.
HSL color Cylindrical-coordinate representation of color #52123C: hue angle of 320.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52123C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 60 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.68 |
| HSL | 320.63º | 0.64% | 0.2% | - |
| HSV(B) | 320.63º | 0.78% | 0.32% | - |
| XYZ | 4.51 | 2.55 | 4.53 | - |
| YUV | 41.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 60 | 0 | 0.78 | 0.27 | 0.68 | 320.63 | 0.64 | 0.2 |
| Hex | 52 | 12 | 3C | 0 | 4E | 1B | 44 | 141 | 40 | 14 |
| Octal | 122 | 22 | 74 | 0 | 116 | 33 | 104 | 501 | 100 | 24 |
| Binary | 1010010 | 10010 | 111100 | 0 | 1001110 | 11011 | 1000100 | 101000001 | 1000000 | 10100 |
Color Harmonies of #52123C
Complementary color
Monochromatic Colors of #52123C
Black with #52123C
Text Example
Text Example
White with #52123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52123C; }
p { color: rgb(82,18,60); }
H1.HeaderClassName
{
color: #52123C;
}
.AnyTagClassName
{
color: #52123C;
}
</style>
background-color css
<style>
a { background-color: #52123C; }
a { background-color: rgb(82,18,60); }
div.DivClassName
{
background-color: #52123C;
}
.BgClassName
{
background-color: #52123C;
}
</style>
border-color css
<style>
span { border-color: #52123C; }
span { border-color: rgb(82,18,60); }
td.TdClassName
{
border-color: #52123C;
}
.TagClassName
{
border-color: #52123C;
}
</style>