Shades of Blackberry #4D1932
Tints of Blackberry #4D1932
RGB
CMYK
RGB Variations
Color information
#4D1932 (or 0x4D1932) is known color: Blackberry. HEX triplet: 4D, 19 and 32. RGB value is (77,25,50). Sum of RGB (Red+Green+Blue) = 77+25+50=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1932 is #B2E6CD. Grayscale: #2B2B2B. Windows color (decimal): -11724494 or 3283277. OLE color: 3283277.
HSL color Cylindrical-coordinate representation of color #4D1932: hue angle of 331.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1932 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 50 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.70 |
| HSL | 331.15º | 0.51% | 0.2% | - |
| HSV(B) | 331.15º | 0.68% | 0.3% | - |
| XYZ | 3.98 | 2.5 | 3.29 | - |
| YUV | 43.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 50 | 0 | 0.68 | 0.35 | 0.70 | 331.15 | 0.51 | 0.2 |
| Hex | 4D | 19 | 32 | 0 | 44 | 23 | 46 | 14B | 33 | 14 |
| Octal | 115 | 31 | 62 | 0 | 104 | 43 | 106 | 513 | 63 | 24 |
| Binary | 1001101 | 11001 | 110010 | 0 | 1000100 | 100011 | 1000110 | 101001011 | 110011 | 10100 |
Color Harmonies of #4D1932
Complementary color
Monochromatic Colors of #4D1932
Black with #4D1932
Text Example
Text Example
White with #4D1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1932; }
p { color: rgb(77,25,50); }
H1.HeaderClassName
{
color: #4D1932;
}
.AnyTagClassName
{
color: #4D1932;
}
</style>
background-color css
<style>
a { background-color: #4D1932; }
a { background-color: rgb(77,25,50); }
div.DivClassName
{
background-color: #4D1932;
}
.BgClassName
{
background-color: #4D1932;
}
</style>
border-color css
<style>
span { border-color: #4D1932; }
span { border-color: rgb(77,25,50); }
td.TdClassName
{
border-color: #4D1932;
}
.TagClassName
{
border-color: #4D1932;
}
</style>