Shades of Blackberry #52102C
Tints of Blackberry #52102C
RGB
CMYK
RGB Variations
Color information
#52102C (or 0x52102C) is known color: Blackberry. HEX triplet: 52, 10 and 2C. RGB value is (82,16,44). Sum of RGB (Red+Green+Blue) = 82+16+44=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #52102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52102C is #ADEFD3. Grayscale: #262626. Windows color (decimal): -11399124 or 2887762. OLE color: 2887762.
HSL color Cylindrical-coordinate representation of color #52102C: hue angle of 334.55º 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 #52102C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 44 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.68 |
| HSL | 334.55º | 0.67% | 0.19% | - |
| HSV(B) | 334.55º | 0.8% | 0.32% | - |
| XYZ | 4.12 | 2.35 | 2.62 | - |
| YUV | 38.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 44 | 0 | 0.80 | 0.46 | 0.68 | 334.55 | 0.67 | 0.19 |
| Hex | 52 | 10 | 2C | 0 | 50 | 2E | 44 | 14F | 43 | 13 |
| Octal | 122 | 20 | 54 | 0 | 120 | 56 | 104 | 517 | 103 | 23 |
| Binary | 1010010 | 10000 | 101100 | 0 | 1010000 | 101110 | 1000100 | 101001111 | 1000011 | 10011 |
Color Harmonies of #52102C
Complementary color
Monochromatic Colors of #52102C
Black with #52102C
Text Example
Text Example
White with #52102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52102C; }
p { color: rgb(82,16,44); }
H1.HeaderClassName
{
color: #52102C;
}
.AnyTagClassName
{
color: #52102C;
}
</style>
background-color css
<style>
a { background-color: #52102C; }
a { background-color: rgb(82,16,44); }
div.DivClassName
{
background-color: #52102C;
}
.BgClassName
{
background-color: #52102C;
}
</style>
border-color css
<style>
span { border-color: #52102C; }
span { border-color: rgb(82,16,44); }
td.TdClassName
{
border-color: #52102C;
}
.TagClassName
{
border-color: #52102C;
}
</style>