Shades of Blackberry #4C113C
Tints of Blackberry #4C113C
RGB
CMYK
RGB Variations
Color information
#4C113C (or 0x4C113C) is known color: Blackberry. HEX triplet: 4C, 11 and 3C. RGB value is (76,17,60). Sum of RGB (Red+Green+Blue) = 76+17+60=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C113C is #B3EEC3. Grayscale: #272727. Windows color (decimal): -11792068 or 3936588. OLE color: 3936588.
HSL color Cylindrical-coordinate representation of color #4C113C: hue angle of 316.27º 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 #4C113C is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 60 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.70 |
| HSL | 316.27º | 0.63% | 0.18% | - |
| HSV(B) | 316.27º | 0.78% | 0.3% | - |
| XYZ | 4 | 2.26 | 4.5 | - |
| YUV | 39.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 60 | 0 | 0.78 | 0.21 | 0.70 | 316.27 | 0.63 | 0.18 |
| Hex | 4C | 11 | 3C | 0 | 4E | 15 | 46 | 13C | 3F | 12 |
| Octal | 114 | 21 | 74 | 0 | 116 | 25 | 106 | 474 | 77 | 22 |
| Binary | 1001100 | 10001 | 111100 | 0 | 1001110 | 10101 | 1000110 | 100111100 | 111111 | 10010 |
Color Harmonies of #4C113C
Complementary color
Monochromatic Colors of #4C113C
Black with #4C113C
Text Example
Text Example
White with #4C113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C113C; }
p { color: rgb(76,17,60); }
H1.HeaderClassName
{
color: #4C113C;
}
.AnyTagClassName
{
color: #4C113C;
}
</style>
background-color css
<style>
a { background-color: #4C113C; }
a { background-color: rgb(76,17,60); }
div.DivClassName
{
background-color: #4C113C;
}
.BgClassName
{
background-color: #4C113C;
}
</style>
border-color css
<style>
span { border-color: #4C113C; }
span { border-color: rgb(76,17,60); }
td.TdClassName
{
border-color: #4C113C;
}
.TagClassName
{
border-color: #4C113C;
}
</style>