Shades of Blackberry #580C2B
Tints of Blackberry #580C2B
RGB
CMYK
RGB Variations
Color information
#580C2B (or 0x580C2B) is known color: Blackberry. HEX triplet: 58, 0C and 2B. RGB value is (88,12,43). Sum of RGB (Red+Green+Blue) = 88+12+43=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C2B is #A7F3D4. Grayscale: #262626. Windows color (decimal): -11006933 or 2821208. OLE color: 2821208.
HSL color Cylindrical-coordinate representation of color #580C2B: hue angle of 335.53º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C2B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 43 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.65 |
| HSL | 335.53º | 0.76% | 0.2% | - |
| HSV(B) | 335.53º | 0.86% | 0.35% | - |
| XYZ | 4.59 | 2.51 | 2.53 | - |
| YUV | 38.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 43 | 0 | 0.86 | 0.51 | 0.65 | 335.53 | 0.76 | 0.2 |
| Hex | 58 | C | 2B | 0 | 56 | 33 | 41 | 150 | 4C | 14 |
| Octal | 130 | 14 | 53 | 0 | 126 | 63 | 101 | 520 | 114 | 24 |
| Binary | 1011000 | 1100 | 101011 | 0 | 1010110 | 110011 | 1000001 | 101010000 | 1001100 | 10100 |
Color Harmonies of #580C2B
Complementary color
Monochromatic Colors of #580C2B
Black with #580C2B
Text Example
Text Example
White with #580C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C2B; }
p { color: rgb(88,12,43); }
H1.HeaderClassName
{
color: #580C2B;
}
.AnyTagClassName
{
color: #580C2B;
}
</style>
background-color css
<style>
a { background-color: #580C2B; }
a { background-color: rgb(88,12,43); }
div.DivClassName
{
background-color: #580C2B;
}
.BgClassName
{
background-color: #580C2B;
}
</style>
border-color css
<style>
span { border-color: #580C2B; }
span { border-color: rgb(88,12,43); }
td.TdClassName
{
border-color: #580C2B;
}
.TagClassName
{
border-color: #580C2B;
}
</style>