Shades of Blackberry #581030
Tints of Blackberry #581030
RGB
CMYK
RGB Variations
Color information
#581030 (or 0x581030) is known color: Blackberry. HEX triplet: 58, 10 and 30. RGB value is (88,16,48). Sum of RGB (Red+Green+Blue) = 88+16+48=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #581030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581030 is #A7EFCF. Grayscale: #292929. Windows color (decimal): -11005904 or 3149912. OLE color: 3149912.
HSL color Cylindrical-coordinate representation of color #581030: hue angle of 333.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581030 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 48 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.65 |
| HSL | 333.33º | 0.69% | 0.2% | - |
| HSV(B) | 333.33º | 0.82% | 0.35% | - |
| XYZ | 4.74 | 2.66 | 3.06 | - |
| YUV | 41.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 48 | 0 | 0.82 | 0.45 | 0.65 | 333.33 | 0.69 | 0.2 |
| Hex | 58 | 10 | 30 | 0 | 52 | 2D | 41 | 14D | 45 | 14 |
| Octal | 130 | 20 | 60 | 0 | 122 | 55 | 101 | 515 | 105 | 24 |
| Binary | 1011000 | 10000 | 110000 | 0 | 1010010 | 101101 | 1000001 | 101001101 | 1000101 | 10100 |
Color Harmonies of #581030
Complementary color
Monochromatic Colors of #581030
Black with #581030
Text Example
Text Example
White with #581030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581030; }
p { color: rgb(88,16,48); }
H1.HeaderClassName
{
color: #581030;
}
.AnyTagClassName
{
color: #581030;
}
</style>
background-color css
<style>
a { background-color: #581030; }
a { background-color: rgb(88,16,48); }
div.DivClassName
{
background-color: #581030;
}
.BgClassName
{
background-color: #581030;
}
</style>
border-color css
<style>
span { border-color: #581030; }
span { border-color: rgb(88,16,48); }
td.TdClassName
{
border-color: #581030;
}
.TagClassName
{
border-color: #581030;
}
</style>