Shades of Blackberry #4C163B
Tints of Blackberry #4C163B
RGB
CMYK
RGB Variations
Color information
#4C163B (or 0x4C163B) is known color: Blackberry. HEX triplet: 4C, 16 and 3B. RGB value is (76,22,59). Sum of RGB (Red+Green+Blue) = 76+22+59=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C163B is #B3E9C4. Grayscale: #2A2A2A. Windows color (decimal): -11790789 or 3872332. OLE color: 3872332.
HSL color Cylindrical-coordinate representation of color #4C163B: hue angle of 318.89º 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 #4C163B is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 59 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.70 |
| HSL | 318.89º | 0.55% | 0.19% | - |
| HSV(B) | 318.89º | 0.71% | 0.3% | - |
| XYZ | 4.06 | 2.43 | 4.39 | - |
| YUV | 42.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 59 | 0 | 0.71 | 0.22 | 0.70 | 318.89 | 0.55 | 0.19 |
| Hex | 4C | 16 | 3B | 0 | 47 | 16 | 46 | 13F | 37 | 13 |
| Octal | 114 | 26 | 73 | 0 | 107 | 26 | 106 | 477 | 67 | 23 |
| Binary | 1001100 | 10110 | 111011 | 0 | 1000111 | 10110 | 1000110 | 100111111 | 110111 | 10011 |
Color Harmonies of #4C163B
Complementary color
Monochromatic Colors of #4C163B
Black with #4C163B
Text Example
Text Example
White with #4C163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C163B; }
p { color: rgb(76,22,59); }
H1.HeaderClassName
{
color: #4C163B;
}
.AnyTagClassName
{
color: #4C163B;
}
</style>
background-color css
<style>
a { background-color: #4C163B; }
a { background-color: rgb(76,22,59); }
div.DivClassName
{
background-color: #4C163B;
}
.BgClassName
{
background-color: #4C163B;
}
</style>
border-color css
<style>
span { border-color: #4C163B; }
span { border-color: rgb(76,22,59); }
td.TdClassName
{
border-color: #4C163B;
}
.TagClassName
{
border-color: #4C163B;
}
</style>