Shades of Blackberry #52103D
Tints of Blackberry #52103D
RGB
CMYK
RGB Variations
Color information
#52103D (or 0x52103D) is known color: Blackberry. HEX triplet: 52, 10 and 3D. RGB value is (82,16,61). Sum of RGB (Red+Green+Blue) = 82+16+61=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52103D is #ADEFC2. Grayscale: #282828. Windows color (decimal): -11399107 or 4001874. OLE color: 4001874.
HSL color Cylindrical-coordinate representation of color #52103D: hue angle of 319.09º 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 #52103D is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 61 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.68 |
| HSL | 319.09º | 0.67% | 0.19% | - |
| HSV(B) | 319.09º | 0.8% | 0.32% | - |
| XYZ | 4.51 | 2.5 | 4.66 | - |
| YUV | 40.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 61 | 0 | 0.80 | 0.26 | 0.68 | 319.09 | 0.67 | 0.19 |
| Hex | 52 | 10 | 3D | 0 | 50 | 1A | 44 | 13F | 43 | 13 |
| Octal | 122 | 20 | 75 | 0 | 120 | 32 | 104 | 477 | 103 | 23 |
| Binary | 1010010 | 10000 | 111101 | 0 | 1010000 | 11010 | 1000100 | 100111111 | 1000011 | 10011 |
Color Harmonies of #52103D
Complementary color
Monochromatic Colors of #52103D
Black with #52103D
Text Example
Text Example
White with #52103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52103D; }
p { color: rgb(82,16,61); }
H1.HeaderClassName
{
color: #52103D;
}
.AnyTagClassName
{
color: #52103D;
}
</style>
background-color css
<style>
a { background-color: #52103D; }
a { background-color: rgb(82,16,61); }
div.DivClassName
{
background-color: #52103D;
}
.BgClassName
{
background-color: #52103D;
}
</style>
border-color css
<style>
span { border-color: #52103D; }
span { border-color: rgb(82,16,61); }
td.TdClassName
{
border-color: #52103D;
}
.TagClassName
{
border-color: #52103D;
}
</style>