Shades of Blackberry #52062F
Tints of Blackberry #52062F
RGB
CMYK
RGB Variations
Color information
#52062F (or 0x52062F) is known color: Blackberry. HEX triplet: 52, 06 and 2F. RGB value is (82,6,47). Sum of RGB (Red+Green+Blue) = 82+6+47=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52062F is #ADF9D0. Grayscale: #212121. Windows color (decimal): -11401681 or 3081810. OLE color: 3081810.
HSL color Cylindrical-coordinate representation of color #52062F: hue angle of 327.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52062F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 47 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.68 |
| HSL | 327.63º | 0.86% | 0.17% | - |
| HSV(B) | 327.63º | 0.93% | 0.32% | - |
| XYZ | 4.06 | 2.13 | 2.89 | - |
| YUV | 33.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 47 | 0 | 0.93 | 0.43 | 0.68 | 327.63 | 0.86 | 0.17 |
| Hex | 52 | 6 | 2F | 0 | 5D | 2B | 44 | 148 | 56 | 11 |
| Octal | 122 | 6 | 57 | 0 | 135 | 53 | 104 | 510 | 126 | 21 |
| Binary | 1010010 | 110 | 101111 | 0 | 1011101 | 101011 | 1000100 | 101001000 | 1010110 | 10001 |
Color Harmonies of #52062F
Complementary color
Monochromatic Colors of #52062F
Black with #52062F
Text Example
Text Example
White with #52062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52062F; }
p { color: rgb(82,6,47); }
H1.HeaderClassName
{
color: #52062F;
}
.AnyTagClassName
{
color: #52062F;
}
</style>
background-color css
<style>
a { background-color: #52062F; }
a { background-color: rgb(82,6,47); }
div.DivClassName
{
background-color: #52062F;
}
.BgClassName
{
background-color: #52062F;
}
</style>
border-color css
<style>
span { border-color: #52062F; }
span { border-color: rgb(82,6,47); }
td.TdClassName
{
border-color: #52062F;
}
.TagClassName
{
border-color: #52062F;
}
</style>