Shades of Blackberry #4D172D
Tints of Blackberry #4D172D
RGB
CMYK
RGB Variations
Color information
#4D172D (or 0x4D172D) is known color: Blackberry. HEX triplet: 4D, 17 and 2D. RGB value is (77,23,45). Sum of RGB (Red+Green+Blue) = 77+23+45=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D172D is #B2E8D2. Grayscale: #292929. Windows color (decimal): -11725011 or 2955085. OLE color: 2955085.
HSL color Cylindrical-coordinate representation of color #4D172D: hue angle of 335.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 #4D172D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 45 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.70 |
| HSL | 335.56º | 0.54% | 0.2% | - |
| HSV(B) | 335.56º | 0.7% | 0.3% | - |
| XYZ | 3.84 | 2.38 | 2.74 | - |
| YUV | 41.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 45 | 0 | 0.70 | 0.42 | 0.70 | 335.56 | 0.54 | 0.2 |
| Hex | 4D | 17 | 2D | 0 | 46 | 2A | 46 | 150 | 36 | 14 |
| Octal | 115 | 27 | 55 | 0 | 106 | 52 | 106 | 520 | 66 | 24 |
| Binary | 1001101 | 10111 | 101101 | 0 | 1000110 | 101010 | 1000110 | 101010000 | 110110 | 10100 |
Color Harmonies of #4D172D
Complementary color
Monochromatic Colors of #4D172D
Black with #4D172D
Text Example
Text Example
White with #4D172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D172D; }
p { color: rgb(77,23,45); }
H1.HeaderClassName
{
color: #4D172D;
}
.AnyTagClassName
{
color: #4D172D;
}
</style>
background-color css
<style>
a { background-color: #4D172D; }
a { background-color: rgb(77,23,45); }
div.DivClassName
{
background-color: #4D172D;
}
.BgClassName
{
background-color: #4D172D;
}
</style>
border-color css
<style>
span { border-color: #4D172D; }
span { border-color: rgb(77,23,45); }
td.TdClassName
{
border-color: #4D172D;
}
.TagClassName
{
border-color: #4D172D;
}
</style>