Shades of Blackberry #4D173F
Tints of Blackberry #4D173F
RGB
CMYK
RGB Variations
Color information
#4D173F (or 0x4D173F) is known color: Blackberry. HEX triplet: 4D, 17 and 3F. RGB value is (77,23,63). Sum of RGB (Red+Green+Blue) = 77+23+63=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D173F is #B2E8C0. Grayscale: #2B2B2B. Windows color (decimal): -11724993 or 4134733. OLE color: 4134733.
HSL color Cylindrical-coordinate representation of color #4D173F: hue angle of 315.56º 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 #4D173F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 63 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.70 |
| HSL | 315.56º | 0.54% | 0.2% | - |
| HSV(B) | 315.56º | 0.7% | 0.3% | - |
| XYZ | 4.26 | 2.55 | 4.97 | - |
| YUV | 43.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 63 | 0 | 0.70 | 0.18 | 0.70 | 315.56 | 0.54 | 0.2 |
| Hex | 4D | 17 | 3F | 0 | 46 | 12 | 46 | 13C | 36 | 14 |
| Octal | 115 | 27 | 77 | 0 | 106 | 22 | 106 | 474 | 66 | 24 |
| Binary | 1001101 | 10111 | 111111 | 0 | 1000110 | 10010 | 1000110 | 100111100 | 110110 | 10100 |
Color Harmonies of #4D173F
Complementary color
Monochromatic Colors of #4D173F
Black with #4D173F
Text Example
Text Example
White with #4D173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D173F; }
p { color: rgb(77,23,63); }
H1.HeaderClassName
{
color: #4D173F;
}
.AnyTagClassName
{
color: #4D173F;
}
</style>
background-color css
<style>
a { background-color: #4D173F; }
a { background-color: rgb(77,23,63); }
div.DivClassName
{
background-color: #4D173F;
}
.BgClassName
{
background-color: #4D173F;
}
</style>
border-color css
<style>
span { border-color: #4D173F; }
span { border-color: rgb(77,23,63); }
td.TdClassName
{
border-color: #4D173F;
}
.TagClassName
{
border-color: #4D173F;
}
</style>