Shades of Blackberry #53092E
Tints of Blackberry #53092E
RGB
CMYK
RGB Variations
Color information
#53092E (or 0x53092E) is known color: Blackberry. HEX triplet: 53, 09 and 2E. RGB value is (83,9,46). Sum of RGB (Red+Green+Blue) = 83+9+46=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #53092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53092E is #ACF6D1. Grayscale: #232323. Windows color (decimal): -11335378 or 3017043. OLE color: 3017043.
HSL color Cylindrical-coordinate representation of color #53092E: hue angle of 330º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53092E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 46 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.67 |
| HSL | 330º | 0.8% | 0.18% | - |
| HSV(B) | 330º | 0.89% | 0.33% | - |
| XYZ | 4.16 | 2.23 | 2.8 | - |
| YUV | 35.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 46 | 0 | 0.89 | 0.45 | 0.67 | 330 | 0.8 | 0.18 |
| Hex | 53 | 9 | 2E | 0 | 59 | 2D | 43 | 14A | 50 | 12 |
| Octal | 123 | 11 | 56 | 0 | 131 | 55 | 103 | 512 | 120 | 22 |
| Binary | 1010011 | 1001 | 101110 | 0 | 1011001 | 101101 | 1000011 | 101001010 | 1010000 | 10010 |
Color Harmonies of #53092E
Complementary color
Monochromatic Colors of #53092E
Black with #53092E
Text Example
Text Example
White with #53092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53092E; }
p { color: rgb(83,9,46); }
H1.HeaderClassName
{
color: #53092E;
}
.AnyTagClassName
{
color: #53092E;
}
</style>
background-color css
<style>
a { background-color: #53092E; }
a { background-color: rgb(83,9,46); }
div.DivClassName
{
background-color: #53092E;
}
.BgClassName
{
background-color: #53092E;
}
</style>
border-color css
<style>
span { border-color: #53092E; }
span { border-color: rgb(83,9,46); }
td.TdClassName
{
border-color: #53092E;
}
.TagClassName
{
border-color: #53092E;
}
</style>