Shades of Blackberry #52123D
Tints of Blackberry #52123D
RGB
CMYK
RGB Variations
Color information
#52123D (or 0x52123D) is known color: Blackberry. HEX triplet: 52, 12 and 3D. RGB value is (82,18,61). Sum of RGB (Red+Green+Blue) = 82+18+61=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52123D is #ADEDC2. Grayscale: #292929. Windows color (decimal): -11398595 or 4002386. OLE color: 4002386.
HSL color Cylindrical-coordinate representation of color #52123D: hue angle of 319.69º 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 #52123D is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 61 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.68 |
| HSL | 319.69º | 0.64% | 0.2% | - |
| HSV(B) | 319.69º | 0.78% | 0.32% | - |
| XYZ | 4.54 | 2.56 | 4.67 | - |
| YUV | 42.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 61 | 0 | 0.78 | 0.26 | 0.68 | 319.69 | 0.64 | 0.2 |
| Hex | 52 | 12 | 3D | 0 | 4E | 1A | 44 | 140 | 40 | 14 |
| Octal | 122 | 22 | 75 | 0 | 116 | 32 | 104 | 500 | 100 | 24 |
| Binary | 1010010 | 10010 | 111101 | 0 | 1001110 | 11010 | 1000100 | 101000000 | 1000000 | 10100 |
Color Harmonies of #52123D
Complementary color
Monochromatic Colors of #52123D
Black with #52123D
Text Example
Text Example
White with #52123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52123D; }
p { color: rgb(82,18,61); }
H1.HeaderClassName
{
color: #52123D;
}
.AnyTagClassName
{
color: #52123D;
}
</style>
background-color css
<style>
a { background-color: #52123D; }
a { background-color: rgb(82,18,61); }
div.DivClassName
{
background-color: #52123D;
}
.BgClassName
{
background-color: #52123D;
}
</style>
border-color css
<style>
span { border-color: #52123D; }
span { border-color: rgb(82,18,61); }
td.TdClassName
{
border-color: #52123D;
}
.TagClassName
{
border-color: #52123D;
}
</style>