Shades of Blackberry #4C1531
Tints of Blackberry #4C1531
RGB
CMYK
RGB Variations
Color information
#4C1531 (or 0x4C1531) is known color: Blackberry. HEX triplet: 4C, 15 and 31. RGB value is (76,21,49). Sum of RGB (Red+Green+Blue) = 76+21+49=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1531 is #B3EACE. Grayscale: #282828. Windows color (decimal): -11791055 or 3216716. OLE color: 3216716.
HSL color Cylindrical-coordinate representation of color #4C1531: hue angle of 329.45º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1531 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 49 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.70 |
| HSL | 329.45º | 0.57% | 0.19% | - |
| HSV(B) | 329.45º | 0.72% | 0.3% | - |
| XYZ | 3.8 | 2.29 | 3.15 | - |
| YUV | 40.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 49 | 0 | 0.72 | 0.36 | 0.70 | 329.45 | 0.57 | 0.19 |
| Hex | 4C | 15 | 31 | 0 | 48 | 24 | 46 | 149 | 39 | 13 |
| Octal | 114 | 25 | 61 | 0 | 110 | 44 | 106 | 511 | 71 | 23 |
| Binary | 1001100 | 10101 | 110001 | 0 | 1001000 | 100100 | 1000110 | 101001001 | 111001 | 10011 |
Color Harmonies of #4C1531
Complementary color
Monochromatic Colors of #4C1531
Black with #4C1531
Text Example
Text Example
White with #4C1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1531; }
p { color: rgb(76,21,49); }
H1.HeaderClassName
{
color: #4C1531;
}
.AnyTagClassName
{
color: #4C1531;
}
</style>
background-color css
<style>
a { background-color: #4C1531; }
a { background-color: rgb(76,21,49); }
div.DivClassName
{
background-color: #4C1531;
}
.BgClassName
{
background-color: #4C1531;
}
</style>
border-color css
<style>
span { border-color: #4C1531; }
span { border-color: rgb(76,21,49); }
td.TdClassName
{
border-color: #4C1531;
}
.TagClassName
{
border-color: #4C1531;
}
</style>