Shades of Blackberry #4C1140
Tints of Blackberry #4C1140
RGB
CMYK
RGB Variations
Color information
#4C1140 (or 0x4C1140) is known color: Blackberry. HEX triplet: 4C, 11 and 40. RGB value is (76,17,64). Sum of RGB (Red+Green+Blue) = 76+17+64=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1140 is #B3EEBF. Grayscale: #272727. Windows color (decimal): -11792064 or 4198732. OLE color: 4198732.
HSL color Cylindrical-coordinate representation of color #4C1140: hue angle of 312.2º 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 #4C1140 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 64 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.70 |
| HSL | 312.2º | 0.63% | 0.18% | - |
| HSV(B) | 312.2º | 0.78% | 0.3% | - |
| XYZ | 4.11 | 2.31 | 5.08 | - |
| YUV | 40 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 64 | 0 | 0.78 | 0.16 | 0.70 | 312.2 | 0.63 | 0.18 |
| Hex | 4C | 11 | 40 | 0 | 4E | 10 | 46 | 138 | 3F | 12 |
| Octal | 114 | 21 | 100 | 0 | 116 | 20 | 106 | 470 | 77 | 22 |
| Binary | 1001100 | 10001 | 1000000 | 0 | 1001110 | 10000 | 1000110 | 100111000 | 111111 | 10010 |
Color Harmonies of #4C1140
Complementary color
Monochromatic Colors of #4C1140
Black with #4C1140
Text Example
Text Example
White with #4C1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1140; }
p { color: rgb(76,17,64); }
H1.HeaderClassName
{
color: #4C1140;
}
.AnyTagClassName
{
color: #4C1140;
}
</style>
background-color css
<style>
a { background-color: #4C1140; }
a { background-color: rgb(76,17,64); }
div.DivClassName
{
background-color: #4C1140;
}
.BgClassName
{
background-color: #4C1140;
}
</style>
border-color css
<style>
span { border-color: #4C1140; }
span { border-color: rgb(76,17,64); }
td.TdClassName
{
border-color: #4C1140;
}
.TagClassName
{
border-color: #4C1140;
}
</style>