Shades of Blackberry #580A29
Tints of Blackberry #580A29
RGB
CMYK
RGB Variations
Color information
#580A29 (or 0x580A29) is known color: Blackberry. HEX triplet: 58, 0A and 29. RGB value is (88,10,41). Sum of RGB (Red+Green+Blue) = 88+10+41=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A29 is #A7F5D6. Grayscale: #242424. Windows color (decimal): -11007447 or 2689624. OLE color: 2689624.
HSL color Cylindrical-coordinate representation of color #580A29: hue angle of 336.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A29 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 41 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.65 |
| HSL | 336.15º | 0.8% | 0.19% | - |
| HSV(B) | 336.15º | 0.89% | 0.35% | - |
| XYZ | 4.53 | 2.45 | 2.33 | - |
| YUV | 36.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 41 | 0 | 0.89 | 0.53 | 0.65 | 336.15 | 0.8 | 0.19 |
| Hex | 58 | A | 29 | 0 | 59 | 35 | 41 | 150 | 50 | 13 |
| Octal | 130 | 12 | 51 | 0 | 131 | 65 | 101 | 520 | 120 | 23 |
| Binary | 1011000 | 1010 | 101001 | 0 | 1011001 | 110101 | 1000001 | 101010000 | 1010000 | 10011 |
Color Harmonies of #580A29
Complementary color
Monochromatic Colors of #580A29
Black with #580A29
Text Example
Text Example
White with #580A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A29; }
p { color: rgb(88,10,41); }
H1.HeaderClassName
{
color: #580A29;
}
.AnyTagClassName
{
color: #580A29;
}
</style>
background-color css
<style>
a { background-color: #580A29; }
a { background-color: rgb(88,10,41); }
div.DivClassName
{
background-color: #580A29;
}
.BgClassName
{
background-color: #580A29;
}
</style>
border-color css
<style>
span { border-color: #580A29; }
span { border-color: rgb(88,10,41); }
td.TdClassName
{
border-color: #580A29;
}
.TagClassName
{
border-color: #580A29;
}
</style>