Shades of Blackberry #4D1533
Tints of Blackberry #4D1533
RGB
CMYK
RGB Variations
Color information
#4D1533 (or 0x4D1533) is known color: Blackberry. HEX triplet: 4D, 15 and 33. RGB value is (77,21,51). Sum of RGB (Red+Green+Blue) = 77+21+51=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1533 is #B2EACC. Grayscale: #292929. Windows color (decimal): -11725517 or 3347789. OLE color: 3347789.
HSL color Cylindrical-coordinate representation of color #4D1533: hue angle of 327.86º 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 #4D1533 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 51 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.70 |
| HSL | 327.86º | 0.57% | 0.19% | - |
| HSV(B) | 327.86º | 0.73% | 0.3% | - |
| XYZ | 3.93 | 2.35 | 3.38 | - |
| YUV | 41.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 51 | 0 | 0.73 | 0.34 | 0.70 | 327.86 | 0.57 | 0.19 |
| Hex | 4D | 15 | 33 | 0 | 49 | 22 | 46 | 148 | 39 | 13 |
| Octal | 115 | 25 | 63 | 0 | 111 | 42 | 106 | 510 | 71 | 23 |
| Binary | 1001101 | 10101 | 110011 | 0 | 1001001 | 100010 | 1000110 | 101001000 | 111001 | 10011 |
Color Harmonies of #4D1533
Complementary color
Monochromatic Colors of #4D1533
Black with #4D1533
Text Example
Text Example
White with #4D1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1533; }
p { color: rgb(77,21,51); }
H1.HeaderClassName
{
color: #4D1533;
}
.AnyTagClassName
{
color: #4D1533;
}
</style>
background-color css
<style>
a { background-color: #4D1533; }
a { background-color: rgb(77,21,51); }
div.DivClassName
{
background-color: #4D1533;
}
.BgClassName
{
background-color: #4D1533;
}
</style>
border-color css
<style>
span { border-color: #4D1533; }
span { border-color: rgb(77,21,51); }
td.TdClassName
{
border-color: #4D1533;
}
.TagClassName
{
border-color: #4D1533;
}
</style>