Shades of Blackberry #4D173A
Tints of Blackberry #4D173A
RGB
CMYK
RGB Variations
Color information
#4D173A (or 0x4D173A) is known color: Blackberry. HEX triplet: 4D, 17 and 3A. RGB value is (77,23,58). Sum of RGB (Red+Green+Blue) = 77+23+58=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D173A is #B2E8C5. Grayscale: #2B2B2B. Windows color (decimal): -11724998 or 3807053. OLE color: 3807053.
HSL color Cylindrical-coordinate representation of color #4D173A: hue angle of 321.11º 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 #4D173A is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 58 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.70 |
| HSL | 321.11º | 0.54% | 0.2% | - |
| HSV(B) | 321.11º | 0.7% | 0.3% | - |
| XYZ | 4.13 | 2.5 | 4.27 | - |
| YUV | 43.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 58 | 0 | 0.70 | 0.25 | 0.70 | 321.11 | 0.54 | 0.2 |
| Hex | 4D | 17 | 3A | 0 | 46 | 19 | 46 | 141 | 36 | 14 |
| Octal | 115 | 27 | 72 | 0 | 106 | 31 | 106 | 501 | 66 | 24 |
| Binary | 1001101 | 10111 | 111010 | 0 | 1000110 | 11001 | 1000110 | 101000001 | 110110 | 10100 |
Color Harmonies of #4D173A
Complementary color
Monochromatic Colors of #4D173A
Black with #4D173A
Text Example
Text Example
White with #4D173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D173A; }
p { color: rgb(77,23,58); }
H1.HeaderClassName
{
color: #4D173A;
}
.AnyTagClassName
{
color: #4D173A;
}
</style>
background-color css
<style>
a { background-color: #4D173A; }
a { background-color: rgb(77,23,58); }
div.DivClassName
{
background-color: #4D173A;
}
.BgClassName
{
background-color: #4D173A;
}
</style>
border-color css
<style>
span { border-color: #4D173A; }
span { border-color: rgb(77,23,58); }
td.TdClassName
{
border-color: #4D173A;
}
.TagClassName
{
border-color: #4D173A;
}
</style>