Shades of Blackberry #581230
Tints of Blackberry #581230
RGB
CMYK
RGB Variations
Color information
#581230 (or 0x581230) is known color: Blackberry. HEX triplet: 58, 12 and 30. RGB value is (88,18,48). Sum of RGB (Red+Green+Blue) = 88+18+48=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #581230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581230 is #A7EDCF. Grayscale: #2A2A2A. Windows color (decimal): -11005392 or 3150424. OLE color: 3150424.
HSL color Cylindrical-coordinate representation of color #581230: hue angle of 334.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581230 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 48 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.65 |
| HSL | 334.29º | 0.66% | 0.21% | - |
| HSV(B) | 334.29º | 0.8% | 0.35% | - |
| XYZ | 4.77 | 2.72 | 3.07 | - |
| YUV | 42.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 48 | 0 | 0.80 | 0.45 | 0.65 | 334.29 | 0.66 | 0.21 |
| Hex | 58 | 12 | 30 | 0 | 50 | 2D | 41 | 14E | 42 | 15 |
| Octal | 130 | 22 | 60 | 0 | 120 | 55 | 101 | 516 | 102 | 25 |
| Binary | 1011000 | 10010 | 110000 | 0 | 1010000 | 101101 | 1000001 | 101001110 | 1000010 | 10101 |
Color Harmonies of #581230
Complementary color
Monochromatic Colors of #581230
Black with #581230
Text Example
Text Example
White with #581230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581230; }
p { color: rgb(88,18,48); }
H1.HeaderClassName
{
color: #581230;
}
.AnyTagClassName
{
color: #581230;
}
</style>
background-color css
<style>
a { background-color: #581230; }
a { background-color: rgb(88,18,48); }
div.DivClassName
{
background-color: #581230;
}
.BgClassName
{
background-color: #581230;
}
</style>
border-color css
<style>
span { border-color: #581230; }
span { border-color: rgb(88,18,48); }
td.TdClassName
{
border-color: #581230;
}
.TagClassName
{
border-color: #581230;
}
</style>