Shades of Blackberry #4C163E
Tints of Blackberry #4C163E
RGB
CMYK
RGB Variations
Color information
#4C163E (or 0x4C163E) is known color: Blackberry. HEX triplet: 4C, 16 and 3E. RGB value is (76,22,62). Sum of RGB (Red+Green+Blue) = 76+22+62=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C163E is #B3E9C1. Grayscale: #2A2A2A. Windows color (decimal): -11790786 or 4068940. OLE color: 4068940.
HSL color Cylindrical-coordinate representation of color #4C163E: hue angle of 315.56º 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 #4C163E is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 62 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.70 |
| HSL | 315.56º | 0.55% | 0.19% | - |
| HSV(B) | 315.56º | 0.71% | 0.3% | - |
| XYZ | 4.14 | 2.46 | 4.81 | - |
| YUV | 42.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 62 | 0 | 0.71 | 0.18 | 0.70 | 315.56 | 0.55 | 0.19 |
| Hex | 4C | 16 | 3E | 0 | 47 | 12 | 46 | 13C | 37 | 13 |
| Octal | 114 | 26 | 76 | 0 | 107 | 22 | 106 | 474 | 67 | 23 |
| Binary | 1001100 | 10110 | 111110 | 0 | 1000111 | 10010 | 1000110 | 100111100 | 110111 | 10011 |
Color Harmonies of #4C163E
Complementary color
Monochromatic Colors of #4C163E
Black with #4C163E
Text Example
Text Example
White with #4C163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C163E; }
p { color: rgb(76,22,62); }
H1.HeaderClassName
{
color: #4C163E;
}
.AnyTagClassName
{
color: #4C163E;
}
</style>
background-color css
<style>
a { background-color: #4C163E; }
a { background-color: rgb(76,22,62); }
div.DivClassName
{
background-color: #4C163E;
}
.BgClassName
{
background-color: #4C163E;
}
</style>
border-color css
<style>
span { border-color: #4C163E; }
span { border-color: rgb(76,22,62); }
td.TdClassName
{
border-color: #4C163E;
}
.TagClassName
{
border-color: #4C163E;
}
</style>