Shades of Blackberry #4D193B
Tints of Blackberry #4D193B
RGB
CMYK
RGB Variations
Color information
#4D193B (or 0x4D193B) is known color: Blackberry. HEX triplet: 4D, 19 and 3B. RGB value is (77,25,59). Sum of RGB (Red+Green+Blue) = 77+25+59=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D193B is #B2E6C4. Grayscale: #2C2C2C. Windows color (decimal): -11724485 or 3873101. OLE color: 3873101.
HSL color Cylindrical-coordinate representation of color #4D193B: hue angle of 320.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D193B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 59 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.70 |
| HSL | 320.77º | 0.51% | 0.2% | - |
| HSV(B) | 320.77º | 0.68% | 0.3% | - |
| XYZ | 4.2 | 2.59 | 4.42 | - |
| YUV | 44.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 59 | 0 | 0.68 | 0.23 | 0.70 | 320.77 | 0.51 | 0.2 |
| Hex | 4D | 19 | 3B | 0 | 44 | 17 | 46 | 141 | 33 | 14 |
| Octal | 115 | 31 | 73 | 0 | 104 | 27 | 106 | 501 | 63 | 24 |
| Binary | 1001101 | 11001 | 111011 | 0 | 1000100 | 10111 | 1000110 | 101000001 | 110011 | 10100 |
Color Harmonies of #4D193B
Complementary color
Monochromatic Colors of #4D193B
Black with #4D193B
Text Example
Text Example
White with #4D193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D193B; }
p { color: rgb(77,25,59); }
H1.HeaderClassName
{
color: #4D193B;
}
.AnyTagClassName
{
color: #4D193B;
}
</style>
background-color css
<style>
a { background-color: #4D193B; }
a { background-color: rgb(77,25,59); }
div.DivClassName
{
background-color: #4D193B;
}
.BgClassName
{
background-color: #4D193B;
}
</style>
border-color css
<style>
span { border-color: #4D193B; }
span { border-color: rgb(77,25,59); }
td.TdClassName
{
border-color: #4D193B;
}
.TagClassName
{
border-color: #4D193B;
}
</style>