Shades of Blackberry #581539
Tints of Blackberry #581539
RGB
CMYK
RGB Variations
Color information
#581539 (or 0x581539) is known color: Blackberry. HEX triplet: 58, 15 and 39. RGB value is (88,21,57). Sum of RGB (Red+Green+Blue) = 88+21+57=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #581539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581539 is #A7EAC6. Grayscale: #2D2D2D. Windows color (decimal): -11004615 or 3741016. OLE color: 3741016.
HSL color Cylindrical-coordinate representation of color #581539: hue angle of 327.76º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581539 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 57 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.65 |
| HSL | 327.76º | 0.61% | 0.21% | - |
| HSV(B) | 327.76º | 0.76% | 0.35% | - |
| XYZ | 5.03 | 2.91 | 4.17 | - |
| YUV | 45.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 57 | 0 | 0.76 | 0.35 | 0.65 | 327.76 | 0.61 | 0.21 |
| Hex | 58 | 15 | 39 | 0 | 4C | 23 | 41 | 148 | 3D | 15 |
| Octal | 130 | 25 | 71 | 0 | 114 | 43 | 101 | 510 | 75 | 25 |
| Binary | 1011000 | 10101 | 111001 | 0 | 1001100 | 100011 | 1000001 | 101001000 | 111101 | 10101 |
Color Harmonies of #581539
Complementary color
Monochromatic Colors of #581539
Black with #581539
Text Example
Text Example
White with #581539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581539; }
p { color: rgb(88,21,57); }
H1.HeaderClassName
{
color: #581539;
}
.AnyTagClassName
{
color: #581539;
}
</style>
background-color css
<style>
a { background-color: #581539; }
a { background-color: rgb(88,21,57); }
div.DivClassName
{
background-color: #581539;
}
.BgClassName
{
background-color: #581539;
}
</style>
border-color css
<style>
span { border-color: #581539; }
span { border-color: rgb(88,21,57); }
td.TdClassName
{
border-color: #581539;
}
.TagClassName
{
border-color: #581539;
}
</style>