Shades of Blackberry #4D0232
Tints of Blackberry #4D0232
RGB
CMYK
RGB Variations
Color information
#4D0232 (or 0x4D0232) is known color: Blackberry. HEX triplet: 4D, 02 and 32. RGB value is (77,2,50). Sum of RGB (Red+Green+Blue) = 77+2+50=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0232 is #B2FDCD. Grayscale: #1D1D1D. Windows color (decimal): -11730382 or 3277389. OLE color: 3277389.
HSL color Cylindrical-coordinate representation of color #4D0232: hue angle of 321.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0232 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 50 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.70 |
| HSL | 321.6º | 0.95% | 0.15% | - |
| HSV(B) | 321.6º | 0.97% | 0.3% | - |
| XYZ | 3.66 | 1.85 | 3.18 | - |
| YUV | 29.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 50 | 0 | 0.97 | 0.35 | 0.70 | 321.6 | 0.95 | 0.15 |
| Hex | 4D | 2 | 32 | 0 | 61 | 23 | 46 | 142 | 5F | F |
| Octal | 115 | 2 | 62 | 0 | 141 | 43 | 106 | 502 | 137 | 17 |
| Binary | 1001101 | 10 | 110010 | 0 | 1100001 | 100011 | 1000110 | 101000010 | 1011111 | 1111 |
Color Harmonies of #4D0232
Complementary color
Monochromatic Colors of #4D0232
Black with #4D0232
Text Example
Text Example
White with #4D0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0232; }
p { color: rgb(77,2,50); }
H1.HeaderClassName
{
color: #4D0232;
}
.AnyTagClassName
{
color: #4D0232;
}
</style>
background-color css
<style>
a { background-color: #4D0232; }
a { background-color: rgb(77,2,50); }
div.DivClassName
{
background-color: #4D0232;
}
.BgClassName
{
background-color: #4D0232;
}
</style>
border-color css
<style>
span { border-color: #4D0232; }
span { border-color: rgb(77,2,50); }
td.TdClassName
{
border-color: #4D0232;
}
.TagClassName
{
border-color: #4D0232;
}
</style>