Shades of Blackberry #52082F
Tints of Blackberry #52082F
RGB
CMYK
RGB Variations
Color information
#52082F (or 0x52082F) is known color: Blackberry. HEX triplet: 52, 08 and 2F. RGB value is (82,8,47). Sum of RGB (Red+Green+Blue) = 82+8+47=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #52082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52082F is #ADF7D0. Grayscale: #222222. Windows color (decimal): -11401169 or 3082322. OLE color: 3082322.
HSL color Cylindrical-coordinate representation of color #52082F: hue angle of 328.38º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52082F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 47 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.68 |
| HSL | 328.38º | 0.82% | 0.18% | - |
| HSV(B) | 328.38º | 0.9% | 0.32% | - |
| XYZ | 4.08 | 2.17 | 2.89 | - |
| YUV | 34.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 47 | 0 | 0.90 | 0.43 | 0.68 | 328.38 | 0.82 | 0.18 |
| Hex | 52 | 8 | 2F | 0 | 5A | 2B | 44 | 148 | 52 | 12 |
| Octal | 122 | 10 | 57 | 0 | 132 | 53 | 104 | 510 | 122 | 22 |
| Binary | 1010010 | 1000 | 101111 | 0 | 1011010 | 101011 | 1000100 | 101001000 | 1010010 | 10010 |
Color Harmonies of #52082F
Complementary color
Monochromatic Colors of #52082F
Black with #52082F
Text Example
Text Example
White with #52082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52082F; }
p { color: rgb(82,8,47); }
H1.HeaderClassName
{
color: #52082F;
}
.AnyTagClassName
{
color: #52082F;
}
</style>
background-color css
<style>
a { background-color: #52082F; }
a { background-color: rgb(82,8,47); }
div.DivClassName
{
background-color: #52082F;
}
.BgClassName
{
background-color: #52082F;
}
</style>
border-color css
<style>
span { border-color: #52082F; }
span { border-color: rgb(82,8,47); }
td.TdClassName
{
border-color: #52082F;
}
.TagClassName
{
border-color: #52082F;
}
</style>