Shades of Blackberry #53123A
Tints of Blackberry #53123A
RGB
CMYK
RGB Variations
Color information
#53123A (or 0x53123A) is known color: Blackberry. HEX triplet: 53, 12 and 3A. RGB value is (83,18,58). Sum of RGB (Red+Green+Blue) = 83+18+58=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53123A is #ACEDC5. Grayscale: #292929. Windows color (decimal): -11333062 or 3805779. OLE color: 3805779.
HSL color Cylindrical-coordinate representation of color #53123A: hue angle of 323.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53123A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 58 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.67 |
| HSL | 323.08º | 0.64% | 0.2% | - |
| HSV(B) | 323.08º | 0.78% | 0.33% | - |
| XYZ | 4.55 | 2.58 | 4.26 | - |
| YUV | 42 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 58 | 0 | 0.78 | 0.30 | 0.67 | 323.08 | 0.64 | 0.2 |
| Hex | 53 | 12 | 3A | 0 | 4E | 1E | 43 | 143 | 40 | 14 |
| Octal | 123 | 22 | 72 | 0 | 116 | 36 | 103 | 503 | 100 | 24 |
| Binary | 1010011 | 10010 | 111010 | 0 | 1001110 | 11110 | 1000011 | 101000011 | 1000000 | 10100 |
Color Harmonies of #53123A
Complementary color
Monochromatic Colors of #53123A
Black with #53123A
Text Example
Text Example
White with #53123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53123A; }
p { color: rgb(83,18,58); }
H1.HeaderClassName
{
color: #53123A;
}
.AnyTagClassName
{
color: #53123A;
}
</style>
background-color css
<style>
a { background-color: #53123A; }
a { background-color: rgb(83,18,58); }
div.DivClassName
{
background-color: #53123A;
}
.BgClassName
{
background-color: #53123A;
}
</style>
border-color css
<style>
span { border-color: #53123A; }
span { border-color: rgb(83,18,58); }
td.TdClassName
{
border-color: #53123A;
}
.TagClassName
{
border-color: #53123A;
}
</style>