Shades of Blackberry #4D152C
Tints of Blackberry #4D152C
RGB
CMYK
RGB Variations
Color information
#4D152C (or 0x4D152C) is known color: Blackberry. HEX triplet: 4D, 15 and 2C. RGB value is (77,21,44). Sum of RGB (Red+Green+Blue) = 77+21+44=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D152C is #B2EAD3. Grayscale: #282828. Windows color (decimal): -11725524 or 2889037. OLE color: 2889037.
HSL color Cylindrical-coordinate representation of color #4D152C: hue angle of 335.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D152C is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 44 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.70 |
| HSL | 335.36º | 0.57% | 0.19% | - |
| HSV(B) | 335.36º | 0.73% | 0.3% | - |
| XYZ | 3.78 | 2.3 | 2.63 | - |
| YUV | 40.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 44 | 0 | 0.73 | 0.43 | 0.70 | 335.36 | 0.57 | 0.19 |
| Hex | 4D | 15 | 2C | 0 | 49 | 2B | 46 | 14F | 39 | 13 |
| Octal | 115 | 25 | 54 | 0 | 111 | 53 | 106 | 517 | 71 | 23 |
| Binary | 1001101 | 10101 | 101100 | 0 | 1001001 | 101011 | 1000110 | 101001111 | 111001 | 10011 |
Color Harmonies of #4D152C
Complementary color
Monochromatic Colors of #4D152C
Black with #4D152C
Text Example
Text Example
White with #4D152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D152C; }
p { color: rgb(77,21,44); }
H1.HeaderClassName
{
color: #4D152C;
}
.AnyTagClassName
{
color: #4D152C;
}
</style>
background-color css
<style>
a { background-color: #4D152C; }
a { background-color: rgb(77,21,44); }
div.DivClassName
{
background-color: #4D152C;
}
.BgClassName
{
background-color: #4D152C;
}
</style>
border-color css
<style>
span { border-color: #4D152C; }
span { border-color: rgb(77,21,44); }
td.TdClassName
{
border-color: #4D152C;
}
.TagClassName
{
border-color: #4D152C;
}
</style>