Shades of Blackberry #4C1141
Tints of Blackberry #4C1141
RGB
CMYK
RGB Variations
Color information
#4C1141 (or 0x4C1141) is known color: Blackberry. HEX triplet: 4C, 11 and 41. RGB value is (76,17,65). Sum of RGB (Red+Green+Blue) = 76+17+65=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1141 is #B3EEBE. Grayscale: #272727. Windows color (decimal): -11792063 or 4264268. OLE color: 4264268.
HSL color Cylindrical-coordinate representation of color #4C1141: hue angle of 311.19º 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 #4C1141 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 65 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.70 |
| HSL | 311.19º | 0.63% | 0.18% | - |
| HSV(B) | 311.19º | 0.78% | 0.3% | - |
| XYZ | 4.14 | 2.32 | 5.23 | - |
| YUV | 40.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 65 | 0 | 0.78 | 0.14 | 0.70 | 311.19 | 0.63 | 0.18 |
| Hex | 4C | 11 | 41 | 0 | 4E | E | 46 | 137 | 3F | 12 |
| Octal | 114 | 21 | 101 | 0 | 116 | 16 | 106 | 467 | 77 | 22 |
| Binary | 1001100 | 10001 | 1000001 | 0 | 1001110 | 1110 | 1000110 | 100110111 | 111111 | 10010 |
Color Harmonies of #4C1141
Complementary color
Monochromatic Colors of #4C1141
Black with #4C1141
Text Example
Text Example
White with #4C1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1141; }
p { color: rgb(76,17,65); }
H1.HeaderClassName
{
color: #4C1141;
}
.AnyTagClassName
{
color: #4C1141;
}
</style>
background-color css
<style>
a { background-color: #4C1141; }
a { background-color: rgb(76,17,65); }
div.DivClassName
{
background-color: #4C1141;
}
.BgClassName
{
background-color: #4C1141;
}
</style>
border-color css
<style>
span { border-color: #4C1141; }
span { border-color: rgb(76,17,65); }
td.TdClassName
{
border-color: #4C1141;
}
.TagClassName
{
border-color: #4C1141;
}
</style>