Shades of Blackberry #4D163C
Tints of Blackberry #4D163C
RGB
CMYK
RGB Variations
Color information
#4D163C (or 0x4D163C) is known color: Blackberry. HEX triplet: 4D, 16 and 3C. RGB value is (77,22,60). Sum of RGB (Red+Green+Blue) = 77+22+60=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D163C is #B2E9C3. Grayscale: #2A2A2A. Windows color (decimal): -11725252 or 3937869. OLE color: 3937869.
HSL color Cylindrical-coordinate representation of color #4D163C: hue angle of 318.55º degrees, saturation: 0.56, 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 #4D163C is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 60 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.70 |
| HSL | 318.55º | 0.56% | 0.19% | - |
| HSV(B) | 318.55º | 0.71% | 0.3% | - |
| XYZ | 4.16 | 2.48 | 4.53 | - |
| YUV | 42.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 60 | 0 | 0.71 | 0.22 | 0.70 | 318.55 | 0.56 | 0.19 |
| Hex | 4D | 16 | 3C | 0 | 47 | 16 | 46 | 13F | 38 | 13 |
| Octal | 115 | 26 | 74 | 0 | 107 | 26 | 106 | 477 | 70 | 23 |
| Binary | 1001101 | 10110 | 111100 | 0 | 1000111 | 10110 | 1000110 | 100111111 | 111000 | 10011 |
Color Harmonies of #4D163C
Complementary color
Monochromatic Colors of #4D163C
Black with #4D163C
Text Example
Text Example
White with #4D163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D163C; }
p { color: rgb(77,22,60); }
H1.HeaderClassName
{
color: #4D163C;
}
.AnyTagClassName
{
color: #4D163C;
}
</style>
background-color css
<style>
a { background-color: #4D163C; }
a { background-color: rgb(77,22,60); }
div.DivClassName
{
background-color: #4D163C;
}
.BgClassName
{
background-color: #4D163C;
}
</style>
border-color css
<style>
span { border-color: #4D163C; }
span { border-color: rgb(77,22,60); }
td.TdClassName
{
border-color: #4D163C;
}
.TagClassName
{
border-color: #4D163C;
}
</style>