Shades of Blackberry #4C163A
Tints of Blackberry #4C163A
RGB
CMYK
RGB Variations
Color information
#4C163A (or 0x4C163A) is known color: Blackberry. HEX triplet: 4C, 16 and 3A. RGB value is (76,22,58). Sum of RGB (Red+Green+Blue) = 76+22+58=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C163A is #B3E9C5. Grayscale: #2A2A2A. Windows color (decimal): -11790790 or 3806796. OLE color: 3806796.
HSL color Cylindrical-coordinate representation of color #4C163A: hue angle of 320º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C163A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 58 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.70 |
| HSL | 320º | 0.55% | 0.19% | - |
| HSV(B) | 320º | 0.71% | 0.3% | - |
| XYZ | 4.03 | 2.42 | 4.26 | - |
| YUV | 42.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 58 | 0 | 0.71 | 0.24 | 0.70 | 320 | 0.55 | 0.19 |
| Hex | 4C | 16 | 3A | 0 | 47 | 18 | 46 | 140 | 37 | 13 |
| Octal | 114 | 26 | 72 | 0 | 107 | 30 | 106 | 500 | 67 | 23 |
| Binary | 1001100 | 10110 | 111010 | 0 | 1000111 | 11000 | 1000110 | 101000000 | 110111 | 10011 |
Color Harmonies of #4C163A
Complementary color
Monochromatic Colors of #4C163A
Black with #4C163A
Text Example
Text Example
White with #4C163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C163A; }
p { color: rgb(76,22,58); }
H1.HeaderClassName
{
color: #4C163A;
}
.AnyTagClassName
{
color: #4C163A;
}
</style>
background-color css
<style>
a { background-color: #4C163A; }
a { background-color: rgb(76,22,58); }
div.DivClassName
{
background-color: #4C163A;
}
.BgClassName
{
background-color: #4C163A;
}
</style>
border-color css
<style>
span { border-color: #4C163A; }
span { border-color: rgb(76,22,58); }
td.TdClassName
{
border-color: #4C163A;
}
.TagClassName
{
border-color: #4C163A;
}
</style>