Shades of Blackberry #580B2B
Tints of Blackberry #580B2B
RGB
CMYK
RGB Variations
Color information
#580B2B (or 0x580B2B) is known color: Blackberry. HEX triplet: 58, 0B and 2B. RGB value is (88,11,43). Sum of RGB (Red+Green+Blue) = 88+11+43=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B2B is #A7F4D4. Grayscale: #252525. Windows color (decimal): -11007189 or 2820952. OLE color: 2820952.
HSL color Cylindrical-coordinate representation of color #580B2B: hue angle of 335.06º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B2B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 43 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.65 |
| HSL | 335.06º | 0.78% | 0.19% | - |
| HSV(B) | 335.06º | 0.88% | 0.35% | - |
| XYZ | 4.58 | 2.49 | 2.52 | - |
| YUV | 37.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 43 | 0 | 0.88 | 0.51 | 0.65 | 335.06 | 0.78 | 0.19 |
| Hex | 58 | B | 2B | 0 | 58 | 33 | 41 | 14F | 4E | 13 |
| Octal | 130 | 13 | 53 | 0 | 130 | 63 | 101 | 517 | 116 | 23 |
| Binary | 1011000 | 1011 | 101011 | 0 | 1011000 | 110011 | 1000001 | 101001111 | 1001110 | 10011 |
Color Harmonies of #580B2B
Complementary color
Monochromatic Colors of #580B2B
Black with #580B2B
Text Example
Text Example
White with #580B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B2B; }
p { color: rgb(88,11,43); }
H1.HeaderClassName
{
color: #580B2B;
}
.AnyTagClassName
{
color: #580B2B;
}
</style>
background-color css
<style>
a { background-color: #580B2B; }
a { background-color: rgb(88,11,43); }
div.DivClassName
{
background-color: #580B2B;
}
.BgClassName
{
background-color: #580B2B;
}
</style>
border-color css
<style>
span { border-color: #580B2B; }
span { border-color: rgb(88,11,43); }
td.TdClassName
{
border-color: #580B2B;
}
.TagClassName
{
border-color: #580B2B;
}
</style>