Shades of Blackberry #4C163D
Tints of Blackberry #4C163D
RGB
CMYK
RGB Variations
Color information
#4C163D (or 0x4C163D) is known color: Blackberry. HEX triplet: 4C, 16 and 3D. RGB value is (76,22,61). Sum of RGB (Red+Green+Blue) = 76+22+61=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C163D is #B3E9C2. Grayscale: #2A2A2A. Windows color (decimal): -11790787 or 4003404. OLE color: 4003404.
HSL color Cylindrical-coordinate representation of color #4C163D: hue angle of 316.67º 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 #4C163D is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 61 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.70 |
| HSL | 316.67º | 0.55% | 0.19% | - |
| HSV(B) | 316.67º | 0.71% | 0.3% | - |
| XYZ | 4.11 | 2.45 | 4.67 | - |
| YUV | 42.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 61 | 0 | 0.71 | 0.20 | 0.70 | 316.67 | 0.55 | 0.19 |
| Hex | 4C | 16 | 3D | 0 | 47 | 14 | 46 | 13D | 37 | 13 |
| Octal | 114 | 26 | 75 | 0 | 107 | 24 | 106 | 475 | 67 | 23 |
| Binary | 1001100 | 10110 | 111101 | 0 | 1000111 | 10100 | 1000110 | 100111101 | 110111 | 10011 |
Color Harmonies of #4C163D
Complementary color
Monochromatic Colors of #4C163D
Black with #4C163D
Text Example
Text Example
White with #4C163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C163D; }
p { color: rgb(76,22,61); }
H1.HeaderClassName
{
color: #4C163D;
}
.AnyTagClassName
{
color: #4C163D;
}
</style>
background-color css
<style>
a { background-color: #4C163D; }
a { background-color: rgb(76,22,61); }
div.DivClassName
{
background-color: #4C163D;
}
.BgClassName
{
background-color: #4C163D;
}
</style>
border-color css
<style>
span { border-color: #4C163D; }
span { border-color: rgb(76,22,61); }
td.TdClassName
{
border-color: #4C163D;
}
.TagClassName
{
border-color: #4C163D;
}
</style>