Shades of Blackberry #580F2F
Tints of Blackberry #580F2F
RGB
CMYK
RGB Variations
Color information
#580F2F (or 0x580F2F) is known color: Blackberry. HEX triplet: 58, 0F and 2F. RGB value is (88,15,47). Sum of RGB (Red+Green+Blue) = 88+15+47=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #580F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F2F is #A7F0D0. Grayscale: #282828. Windows color (decimal): -11006161 or 3084120. OLE color: 3084120.
HSL color Cylindrical-coordinate representation of color #580F2F: hue angle of 333.7º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F2F is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 47 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.65 |
| HSL | 333.7º | 0.71% | 0.2% | - |
| HSV(B) | 333.7º | 0.83% | 0.35% | - |
| XYZ | 4.71 | 2.62 | 2.95 | - |
| YUV | 40.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 47 | 0 | 0.83 | 0.47 | 0.65 | 333.7 | 0.71 | 0.2 |
| Hex | 58 | F | 2F | 0 | 53 | 2F | 41 | 14E | 47 | 14 |
| Octal | 130 | 17 | 57 | 0 | 123 | 57 | 101 | 516 | 107 | 24 |
| Binary | 1011000 | 1111 | 101111 | 0 | 1010011 | 101111 | 1000001 | 101001110 | 1000111 | 10100 |
Color Harmonies of #580F2F
Complementary color
Monochromatic Colors of #580F2F
Black with #580F2F
Text Example
Text Example
White with #580F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F2F; }
p { color: rgb(88,15,47); }
H1.HeaderClassName
{
color: #580F2F;
}
.AnyTagClassName
{
color: #580F2F;
}
</style>
background-color css
<style>
a { background-color: #580F2F; }
a { background-color: rgb(88,15,47); }
div.DivClassName
{
background-color: #580F2F;
}
.BgClassName
{
background-color: #580F2F;
}
</style>
border-color css
<style>
span { border-color: #580F2F; }
span { border-color: rgb(88,15,47); }
td.TdClassName
{
border-color: #580F2F;
}
.TagClassName
{
border-color: #580F2F;
}
</style>