Shades of Blackberry #52103A
Tints of Blackberry #52103A
RGB
CMYK
RGB Variations
Color information
#52103A (or 0x52103A) is known color: Blackberry. HEX triplet: 52, 10 and 3A. RGB value is (82,16,58). Sum of RGB (Red+Green+Blue) = 82+16+58=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #52103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52103A is #ADEFC5. Grayscale: #282828. Windows color (decimal): -11399110 or 3805266. OLE color: 3805266.
HSL color Cylindrical-coordinate representation of color #52103A: hue angle of 321.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52103A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 58 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.68 |
| HSL | 321.82º | 0.67% | 0.19% | - |
| HSV(B) | 321.82º | 0.8% | 0.32% | - |
| XYZ | 4.43 | 2.47 | 4.25 | - |
| YUV | 40.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 58 | 0 | 0.80 | 0.29 | 0.68 | 321.82 | 0.67 | 0.19 |
| Hex | 52 | 10 | 3A | 0 | 50 | 1D | 44 | 142 | 43 | 13 |
| Octal | 122 | 20 | 72 | 0 | 120 | 35 | 104 | 502 | 103 | 23 |
| Binary | 1010010 | 10000 | 111010 | 0 | 1010000 | 11101 | 1000100 | 101000010 | 1000011 | 10011 |
Color Harmonies of #52103A
Complementary color
Monochromatic Colors of #52103A
Black with #52103A
Text Example
Text Example
White with #52103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52103A; }
p { color: rgb(82,16,58); }
H1.HeaderClassName
{
color: #52103A;
}
.AnyTagClassName
{
color: #52103A;
}
</style>
background-color css
<style>
a { background-color: #52103A; }
a { background-color: rgb(82,16,58); }
div.DivClassName
{
background-color: #52103A;
}
.BgClassName
{
background-color: #52103A;
}
</style>
border-color css
<style>
span { border-color: #52103A; }
span { border-color: rgb(82,16,58); }
td.TdClassName
{
border-color: #52103A;
}
.TagClassName
{
border-color: #52103A;
}
</style>