Shades of Blackberry #4D173D
Tints of Blackberry #4D173D
RGB
CMYK
RGB Variations
Color information
#4D173D (or 0x4D173D) is known color: Blackberry. HEX triplet: 4D, 17 and 3D. RGB value is (77,23,61). Sum of RGB (Red+Green+Blue) = 77+23+61=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D173D is #B2E8C2. Grayscale: #2B2B2B. Windows color (decimal): -11724995 or 4003661. OLE color: 4003661.
HSL color Cylindrical-coordinate representation of color #4D173D: hue angle of 317.78º 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 #4D173D is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 61 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.70 |
| HSL | 317.78º | 0.54% | 0.2% | - |
| HSV(B) | 317.78º | 0.7% | 0.3% | - |
| XYZ | 4.21 | 2.53 | 4.68 | - |
| YUV | 43.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 61 | 0 | 0.70 | 0.21 | 0.70 | 317.78 | 0.54 | 0.2 |
| Hex | 4D | 17 | 3D | 0 | 46 | 15 | 46 | 13E | 36 | 14 |
| Octal | 115 | 27 | 75 | 0 | 106 | 25 | 106 | 476 | 66 | 24 |
| Binary | 1001101 | 10111 | 111101 | 0 | 1000110 | 10101 | 1000110 | 100111110 | 110110 | 10100 |
Color Harmonies of #4D173D
Complementary color
Monochromatic Colors of #4D173D
Black with #4D173D
Text Example
Text Example
White with #4D173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D173D; }
p { color: rgb(77,23,61); }
H1.HeaderClassName
{
color: #4D173D;
}
.AnyTagClassName
{
color: #4D173D;
}
</style>
background-color css
<style>
a { background-color: #4D173D; }
a { background-color: rgb(77,23,61); }
div.DivClassName
{
background-color: #4D173D;
}
.BgClassName
{
background-color: #4D173D;
}
</style>
border-color css
<style>
span { border-color: #4D173D; }
span { border-color: rgb(77,23,61); }
td.TdClassName
{
border-color: #4D173D;
}
.TagClassName
{
border-color: #4D173D;
}
</style>