Shades of Blackberry #4D193D
Tints of Blackberry #4D193D
RGB
CMYK
RGB Variations
Color information
#4D193D (or 0x4D193D) is known color: Blackberry. HEX triplet: 4D, 19 and 3D. RGB value is (77,25,61). Sum of RGB (Red+Green+Blue) = 77+25+61=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D193D is #B2E6C2. Grayscale: #2C2C2C. Windows color (decimal): -11724483 or 4004173. OLE color: 4004173.
HSL color Cylindrical-coordinate representation of color #4D193D: hue angle of 318.46º 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 #4D193D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 61 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.70 |
| HSL | 318.46º | 0.51% | 0.2% | - |
| HSV(B) | 318.46º | 0.68% | 0.3% | - |
| XYZ | 4.25 | 2.61 | 4.69 | - |
| YUV | 44.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 61 | 0 | 0.68 | 0.21 | 0.70 | 318.46 | 0.51 | 0.2 |
| Hex | 4D | 19 | 3D | 0 | 44 | 15 | 46 | 13E | 33 | 14 |
| Octal | 115 | 31 | 75 | 0 | 104 | 25 | 106 | 476 | 63 | 24 |
| Binary | 1001101 | 11001 | 111101 | 0 | 1000100 | 10101 | 1000110 | 100111110 | 110011 | 10100 |
Color Harmonies of #4D193D
Complementary color
Monochromatic Colors of #4D193D
Black with #4D193D
Text Example
Text Example
White with #4D193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D193D; }
p { color: rgb(77,25,61); }
H1.HeaderClassName
{
color: #4D193D;
}
.AnyTagClassName
{
color: #4D193D;
}
</style>
background-color css
<style>
a { background-color: #4D193D; }
a { background-color: rgb(77,25,61); }
div.DivClassName
{
background-color: #4D193D;
}
.BgClassName
{
background-color: #4D193D;
}
</style>
border-color css
<style>
span { border-color: #4D193D; }
span { border-color: rgb(77,25,61); }
td.TdClassName
{
border-color: #4D193D;
}
.TagClassName
{
border-color: #4D193D;
}
</style>