Shades of Blackberry #53152F
Tints of Blackberry #53152F
RGB
CMYK
RGB Variations
Color information
#53152F (or 0x53152F) is known color: Blackberry. HEX triplet: 53, 15 and 2F. RGB value is (83,21,47). Sum of RGB (Red+Green+Blue) = 83+21+47=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53152F is #ACEAD0. Grayscale: #2A2A2A. Windows color (decimal): -11332305 or 3085651. OLE color: 3085651.
HSL color Cylindrical-coordinate representation of color #53152F: hue angle of 334.84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53152F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 47 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.67 |
| HSL | 334.84º | 0.6% | 0.2% | - |
| HSV(B) | 334.84º | 0.75% | 0.33% | - |
| XYZ | 4.35 | 2.58 | 2.96 | - |
| YUV | 42.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 47 | 0 | 0.75 | 0.43 | 0.67 | 334.84 | 0.6 | 0.2 |
| Hex | 53 | 15 | 2F | 0 | 4B | 2B | 43 | 14F | 3C | 14 |
| Octal | 123 | 25 | 57 | 0 | 113 | 53 | 103 | 517 | 74 | 24 |
| Binary | 1010011 | 10101 | 101111 | 0 | 1001011 | 101011 | 1000011 | 101001111 | 111100 | 10100 |
Color Harmonies of #53152F
Complementary color
Monochromatic Colors of #53152F
Black with #53152F
Text Example
Text Example
White with #53152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53152F; }
p { color: rgb(83,21,47); }
H1.HeaderClassName
{
color: #53152F;
}
.AnyTagClassName
{
color: #53152F;
}
</style>
background-color css
<style>
a { background-color: #53152F; }
a { background-color: rgb(83,21,47); }
div.DivClassName
{
background-color: #53152F;
}
.BgClassName
{
background-color: #53152F;
}
</style>
border-color css
<style>
span { border-color: #53152F; }
span { border-color: rgb(83,21,47); }
td.TdClassName
{
border-color: #53152F;
}
.TagClassName
{
border-color: #53152F;
}
</style>