Shades of Blackberry #4C1131
Tints of Blackberry #4C1131
RGB
CMYK
RGB Variations
Color information
#4C1131 (or 0x4C1131) is known color: Blackberry. HEX triplet: 4C, 11 and 31. RGB value is (76,17,49). Sum of RGB (Red+Green+Blue) = 76+17+49=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1131 is #B3EECE. Grayscale: #262626. Windows color (decimal): -11792079 or 3215692. OLE color: 3215692.
HSL color Cylindrical-coordinate representation of color #4C1131: hue angle of 327.46º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1131 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 49 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.70 |
| HSL | 327.46º | 0.63% | 0.18% | - |
| HSV(B) | 327.46º | 0.78% | 0.3% | - |
| XYZ | 3.74 | 2.16 | 3.13 | - |
| YUV | 38.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 49 | 0 | 0.78 | 0.36 | 0.70 | 327.46 | 0.63 | 0.18 |
| Hex | 4C | 11 | 31 | 0 | 4E | 24 | 46 | 147 | 3F | 12 |
| Octal | 114 | 21 | 61 | 0 | 116 | 44 | 106 | 507 | 77 | 22 |
| Binary | 1001100 | 10001 | 110001 | 0 | 1001110 | 100100 | 1000110 | 101000111 | 111111 | 10010 |
Color Harmonies of #4C1131
Complementary color
Monochromatic Colors of #4C1131
Black with #4C1131
Text Example
Text Example
White with #4C1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1131; }
p { color: rgb(76,17,49); }
H1.HeaderClassName
{
color: #4C1131;
}
.AnyTagClassName
{
color: #4C1131;
}
</style>
background-color css
<style>
a { background-color: #4C1131; }
a { background-color: rgb(76,17,49); }
div.DivClassName
{
background-color: #4C1131;
}
.BgClassName
{
background-color: #4C1131;
}
</style>
border-color css
<style>
span { border-color: #4C1131; }
span { border-color: rgb(76,17,49); }
td.TdClassName
{
border-color: #4C1131;
}
.TagClassName
{
border-color: #4C1131;
}
</style>