Shades of Blackberry #58102E
Tints of Blackberry #58102E
RGB
CMYK
RGB Variations
Color information
#58102E (or 0x58102E) is known color: Blackberry. HEX triplet: 58, 10 and 2E. RGB value is (88,16,46). Sum of RGB (Red+Green+Blue) = 88+16+46=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58102E is #A7EFD1. Grayscale: #282828. Windows color (decimal): -11005906 or 3018840. OLE color: 3018840.
HSL color Cylindrical-coordinate representation of color #58102E: hue angle of 335º 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 #58102E is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 46 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.65 |
| HSL | 335º | 0.69% | 0.2% | - |
| HSV(B) | 335º | 0.82% | 0.35% | - |
| XYZ | 4.7 | 2.64 | 2.85 | - |
| YUV | 40.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 46 | 0 | 0.82 | 0.48 | 0.65 | 335 | 0.69 | 0.2 |
| Hex | 58 | 10 | 2E | 0 | 52 | 30 | 41 | 14F | 45 | 14 |
| Octal | 130 | 20 | 56 | 0 | 122 | 60 | 101 | 517 | 105 | 24 |
| Binary | 1011000 | 10000 | 101110 | 0 | 1010010 | 110000 | 1000001 | 101001111 | 1000101 | 10100 |
Color Harmonies of #58102E
Complementary color
Monochromatic Colors of #58102E
Black with #58102E
Text Example
Text Example
White with #58102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58102E; }
p { color: rgb(88,16,46); }
H1.HeaderClassName
{
color: #58102E;
}
.AnyTagClassName
{
color: #58102E;
}
</style>
background-color css
<style>
a { background-color: #58102E; }
a { background-color: rgb(88,16,46); }
div.DivClassName
{
background-color: #58102E;
}
.BgClassName
{
background-color: #58102E;
}
</style>
border-color css
<style>
span { border-color: #58102E; }
span { border-color: rgb(88,16,46); }
td.TdClassName
{
border-color: #58102E;
}
.TagClassName
{
border-color: #58102E;
}
</style>