Shades of Blackberry #4D1732
Tints of Blackberry #4D1732
RGB
CMYK
RGB Variations
Color information
#4D1732 (or 0x4D1732) is known color: Blackberry. HEX triplet: 4D, 17 and 32. RGB value is (77,23,50). Sum of RGB (Red+Green+Blue) = 77+23+50=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1732 is #B2E8CD. Grayscale: #2A2A2A. Windows color (decimal): -11725006 or 3282765. OLE color: 3282765.
HSL color Cylindrical-coordinate representation of color #4D1732: hue angle of 330º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1732 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 50 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.70 |
| HSL | 330º | 0.54% | 0.2% | - |
| HSV(B) | 330º | 0.7% | 0.3% | - |
| XYZ | 3.94 | 2.42 | 3.28 | - |
| YUV | 42.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 50 | 0 | 0.70 | 0.35 | 0.70 | 330 | 0.54 | 0.2 |
| Hex | 4D | 17 | 32 | 0 | 46 | 23 | 46 | 14A | 36 | 14 |
| Octal | 115 | 27 | 62 | 0 | 106 | 43 | 106 | 512 | 66 | 24 |
| Binary | 1001101 | 10111 | 110010 | 0 | 1000110 | 100011 | 1000110 | 101001010 | 110110 | 10100 |
Color Harmonies of #4D1732
Complementary color
Monochromatic Colors of #4D1732
Black with #4D1732
Text Example
Text Example
White with #4D1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1732; }
p { color: rgb(77,23,50); }
H1.HeaderClassName
{
color: #4D1732;
}
.AnyTagClassName
{
color: #4D1732;
}
</style>
background-color css
<style>
a { background-color: #4D1732; }
a { background-color: rgb(77,23,50); }
div.DivClassName
{
background-color: #4D1732;
}
.BgClassName
{
background-color: #4D1732;
}
</style>
border-color css
<style>
span { border-color: #4D1732; }
span { border-color: rgb(77,23,50); }
td.TdClassName
{
border-color: #4D1732;
}
.TagClassName
{
border-color: #4D1732;
}
</style>