Shades of Blackberry #53052A
Tints of Blackberry #53052A
RGB
CMYK
RGB Variations
Color information
#53052A (or 0x53052A) is known color: Blackberry. HEX triplet: 53, 05 and 2A. RGB value is (83,5,42). Sum of RGB (Red+Green+Blue) = 83+5+42=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53052A is #ACFAD5. Grayscale: #202020. Windows color (decimal): -11336406 or 2753875. OLE color: 2753875.
HSL color Cylindrical-coordinate representation of color #53052A: hue angle of 331.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53052A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 42 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.67 |
| HSL | 331.54º | 0.89% | 0.17% | - |
| HSV(B) | 331.54º | 0.94% | 0.33% | - |
| XYZ | 4.04 | 2.11 | 2.39 | - |
| YUV | 32.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 42 | 0 | 0.94 | 0.49 | 0.67 | 331.54 | 0.89 | 0.17 |
| Hex | 53 | 5 | 2A | 0 | 5E | 31 | 43 | 14C | 59 | 11 |
| Octal | 123 | 5 | 52 | 0 | 136 | 61 | 103 | 514 | 131 | 21 |
| Binary | 1010011 | 101 | 101010 | 0 | 1011110 | 110001 | 1000011 | 101001100 | 1011001 | 10001 |
Color Harmonies of #53052A
Complementary color
Monochromatic Colors of #53052A
Black with #53052A
Text Example
Text Example
White with #53052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53052A; }
p { color: rgb(83,5,42); }
H1.HeaderClassName
{
color: #53052A;
}
.AnyTagClassName
{
color: #53052A;
}
</style>
background-color css
<style>
a { background-color: #53052A; }
a { background-color: rgb(83,5,42); }
div.DivClassName
{
background-color: #53052A;
}
.BgClassName
{
background-color: #53052A;
}
</style>
border-color css
<style>
span { border-color: #53052A; }
span { border-color: rgb(83,5,42); }
td.TdClassName
{
border-color: #53052A;
}
.TagClassName
{
border-color: #53052A;
}
</style>