Shades of Blackberry #581538
Tints of Blackberry #581538
RGB
CMYK
RGB Variations
Color information
#581538 (or 0x581538) is known color: Blackberry. HEX triplet: 58, 15 and 38. RGB value is (88,21,56). Sum of RGB (Red+Green+Blue) = 88+21+56=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #581538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581538 is #A7EAC7. Grayscale: #2C2C2C. Windows color (decimal): -11004616 or 3675480. OLE color: 3675480.
HSL color Cylindrical-coordinate representation of color #581538: hue angle of 328.66º 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 #581538 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 56 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.65 |
| HSL | 328.66º | 0.61% | 0.21% | - |
| HSV(B) | 328.66º | 0.76% | 0.35% | - |
| XYZ | 5.01 | 2.9 | 4.04 | - |
| YUV | 45.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 56 | 0 | 0.76 | 0.36 | 0.65 | 328.66 | 0.61 | 0.21 |
| Hex | 58 | 15 | 38 | 0 | 4C | 24 | 41 | 149 | 3D | 15 |
| Octal | 130 | 25 | 70 | 0 | 114 | 44 | 101 | 511 | 75 | 25 |
| Binary | 1011000 | 10101 | 111000 | 0 | 1001100 | 100100 | 1000001 | 101001001 | 111101 | 10101 |
Color Harmonies of #581538
Complementary color
Monochromatic Colors of #581538
Black with #581538
Text Example
Text Example
White with #581538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581538; }
p { color: rgb(88,21,56); }
H1.HeaderClassName
{
color: #581538;
}
.AnyTagClassName
{
color: #581538;
}
</style>
background-color css
<style>
a { background-color: #581538; }
a { background-color: rgb(88,21,56); }
div.DivClassName
{
background-color: #581538;
}
.BgClassName
{
background-color: #581538;
}
</style>
border-color css
<style>
span { border-color: #581538; }
span { border-color: rgb(88,21,56); }
td.TdClassName
{
border-color: #581538;
}
.TagClassName
{
border-color: #581538;
}
</style>