Shades of Blackberry #581432
Tints of Blackberry #581432
RGB
CMYK
RGB Variations
Color information
#581432 (or 0x581432) is known color: Blackberry. HEX triplet: 58, 14 and 32. RGB value is (88,20,50). Sum of RGB (Red+Green+Blue) = 88+20+50=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581432 is #A7EBCD. Grayscale: #2B2B2B. Windows color (decimal): -11004878 or 3282008. OLE color: 3282008.
HSL color Cylindrical-coordinate representation of color #581432: hue angle of 333.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581432 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 50 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.65 |
| HSL | 333.53º | 0.63% | 0.21% | - |
| HSV(B) | 333.53º | 0.77% | 0.35% | - |
| XYZ | 4.85 | 2.81 | 3.3 | - |
| YUV | 43.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 50 | 0 | 0.77 | 0.43 | 0.65 | 333.53 | 0.63 | 0.21 |
| Hex | 58 | 14 | 32 | 0 | 4D | 2B | 41 | 14E | 3F | 15 |
| Octal | 130 | 24 | 62 | 0 | 115 | 53 | 101 | 516 | 77 | 25 |
| Binary | 1011000 | 10100 | 110010 | 0 | 1001101 | 101011 | 1000001 | 101001110 | 111111 | 10101 |
Color Harmonies of #581432
Complementary color
Monochromatic Colors of #581432
Black with #581432
Text Example
Text Example
White with #581432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581432; }
p { color: rgb(88,20,50); }
H1.HeaderClassName
{
color: #581432;
}
.AnyTagClassName
{
color: #581432;
}
</style>
background-color css
<style>
a { background-color: #581432; }
a { background-color: rgb(88,20,50); }
div.DivClassName
{
background-color: #581432;
}
.BgClassName
{
background-color: #581432;
}
</style>
border-color css
<style>
span { border-color: #581432; }
span { border-color: rgb(88,20,50); }
td.TdClassName
{
border-color: #581432;
}
.TagClassName
{
border-color: #581432;
}
</style>