Shades of Blackberry #53102C
Tints of Blackberry #53102C
RGB
CMYK
RGB Variations
Color information
#53102C (or 0x53102C) is known color: Blackberry. HEX triplet: 53, 10 and 2C. RGB value is (83,16,44). Sum of RGB (Red+Green+Blue) = 83+16+44=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53102C is #ACEFD3. Grayscale: #272727. Windows color (decimal): -11333588 or 2887763. OLE color: 2887763.
HSL color Cylindrical-coordinate representation of color #53102C: hue angle of 334.93º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53102C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 44 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.67 |
| HSL | 334.93º | 0.68% | 0.19% | - |
| HSV(B) | 334.93º | 0.81% | 0.33% | - |
| XYZ | 4.21 | 2.39 | 2.62 | - |
| YUV | 39.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 44 | 0 | 0.81 | 0.47 | 0.67 | 334.93 | 0.68 | 0.19 |
| Hex | 53 | 10 | 2C | 0 | 51 | 2F | 43 | 14F | 44 | 13 |
| Octal | 123 | 20 | 54 | 0 | 121 | 57 | 103 | 517 | 104 | 23 |
| Binary | 1010011 | 10000 | 101100 | 0 | 1010001 | 101111 | 1000011 | 101001111 | 1000100 | 10011 |
Color Harmonies of #53102C
Complementary color
Monochromatic Colors of #53102C
Black with #53102C
Text Example
Text Example
White with #53102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53102C; }
p { color: rgb(83,16,44); }
H1.HeaderClassName
{
color: #53102C;
}
.AnyTagClassName
{
color: #53102C;
}
</style>
background-color css
<style>
a { background-color: #53102C; }
a { background-color: rgb(83,16,44); }
div.DivClassName
{
background-color: #53102C;
}
.BgClassName
{
background-color: #53102C;
}
</style>
border-color css
<style>
span { border-color: #53102C; }
span { border-color: rgb(83,16,44); }
td.TdClassName
{
border-color: #53102C;
}
.TagClassName
{
border-color: #53102C;
}
</style>