Shades of Blackberry #53052B
Tints of Blackberry #53052B
RGB
CMYK
RGB Variations
Color information
#53052B (or 0x53052B) is known color: Blackberry. HEX triplet: 53, 05 and 2B. RGB value is (83,5,43). Sum of RGB (Red+Green+Blue) = 83+5+43=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53052B is #ACFAD4. Grayscale: #202020. Windows color (decimal): -11336405 or 2819411. OLE color: 2819411.
HSL color Cylindrical-coordinate representation of color #53052B: hue angle of 330.77º 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 #53052B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 43 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.67 |
| HSL | 330.77º | 0.89% | 0.17% | - |
| HSV(B) | 330.77º | 0.94% | 0.33% | - |
| XYZ | 4.06 | 2.12 | 2.48 | - |
| YUV | 32.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 43 | 0 | 0.94 | 0.48 | 0.67 | 330.77 | 0.89 | 0.17 |
| Hex | 53 | 5 | 2B | 0 | 5E | 30 | 43 | 14B | 59 | 11 |
| Octal | 123 | 5 | 53 | 0 | 136 | 60 | 103 | 513 | 131 | 21 |
| Binary | 1010011 | 101 | 101011 | 0 | 1011110 | 110000 | 1000011 | 101001011 | 1011001 | 10001 |
Color Harmonies of #53052B
Complementary color
Monochromatic Colors of #53052B
Black with #53052B
Text Example
Text Example
White with #53052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53052B; }
p { color: rgb(83,5,43); }
H1.HeaderClassName
{
color: #53052B;
}
.AnyTagClassName
{
color: #53052B;
}
</style>
background-color css
<style>
a { background-color: #53052B; }
a { background-color: rgb(83,5,43); }
div.DivClassName
{
background-color: #53052B;
}
.BgClassName
{
background-color: #53052B;
}
</style>
border-color css
<style>
span { border-color: #53052B; }
span { border-color: rgb(83,5,43); }
td.TdClassName
{
border-color: #53052B;
}
.TagClassName
{
border-color: #53052B;
}
</style>