Shades of Blackberry #581333
Tints of Blackberry #581333
RGB
CMYK
RGB Variations
Color information
#581333 (or 0x581333) is known color: Blackberry. HEX triplet: 58, 13 and 33. RGB value is (88,19,51). Sum of RGB (Red+Green+Blue) = 88+19+51=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581333 is #A7ECCC. Grayscale: #2B2B2B. Windows color (decimal): -11005133 or 3347288. OLE color: 3347288.
HSL color Cylindrical-coordinate representation of color #581333: hue angle of 332.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581333 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 51 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.65 |
| HSL | 332.17º | 0.64% | 0.21% | - |
| HSV(B) | 332.17º | 0.78% | 0.35% | - |
| XYZ | 4.85 | 2.78 | 3.41 | - |
| YUV | 43.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 51 | 0 | 0.78 | 0.42 | 0.65 | 332.17 | 0.64 | 0.21 |
| Hex | 58 | 13 | 33 | 0 | 4E | 2A | 41 | 14C | 40 | 15 |
| Octal | 130 | 23 | 63 | 0 | 116 | 52 | 101 | 514 | 100 | 25 |
| Binary | 1011000 | 10011 | 110011 | 0 | 1001110 | 101010 | 1000001 | 101001100 | 1000000 | 10101 |
Color Harmonies of #581333
Complementary color
Monochromatic Colors of #581333
Black with #581333
Text Example
Text Example
White with #581333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581333; }
p { color: rgb(88,19,51); }
H1.HeaderClassName
{
color: #581333;
}
.AnyTagClassName
{
color: #581333;
}
</style>
background-color css
<style>
a { background-color: #581333; }
a { background-color: rgb(88,19,51); }
div.DivClassName
{
background-color: #581333;
}
.BgClassName
{
background-color: #581333;
}
</style>
border-color css
<style>
span { border-color: #581333; }
span { border-color: rgb(88,19,51); }
td.TdClassName
{
border-color: #581333;
}
.TagClassName
{
border-color: #581333;
}
</style>