Shades of Blackberry #4E193C
Tints of Blackberry #4E193C
RGB
CMYK
RGB Variations
Color information
#4E193C (or 0x4E193C) is known color: Blackberry. HEX triplet: 4E, 19 and 3C. RGB value is (78,25,60). Sum of RGB (Red+Green+Blue) = 78+25+60=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E193C is #B1E6C3. Grayscale: #2C2C2C. Windows color (decimal): -11658948 or 3938638. OLE color: 3938638.
HSL color Cylindrical-coordinate representation of color #4E193C: hue angle of 320.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E193C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 60 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.69 |
| HSL | 320.38º | 0.51% | 0.2% | - |
| HSV(B) | 320.38º | 0.68% | 0.31% | - |
| XYZ | 4.31 | 2.64 | 4.56 | - |
| YUV | 44.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 60 | 0 | 0.68 | 0.23 | 0.69 | 320.38 | 0.51 | 0.2 |
| Hex | 4E | 19 | 3C | 0 | 44 | 17 | 45 | 140 | 33 | 14 |
| Octal | 116 | 31 | 74 | 0 | 104 | 27 | 105 | 500 | 63 | 24 |
| Binary | 1001110 | 11001 | 111100 | 0 | 1000100 | 10111 | 1000101 | 101000000 | 110011 | 10100 |
Color Harmonies of #4E193C
Complementary color
Monochromatic Colors of #4E193C
Black with #4E193C
Text Example
Text Example
White with #4E193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E193C; }
p { color: rgb(78,25,60); }
H1.HeaderClassName
{
color: #4E193C;
}
.AnyTagClassName
{
color: #4E193C;
}
</style>
background-color css
<style>
a { background-color: #4E193C; }
a { background-color: rgb(78,25,60); }
div.DivClassName
{
background-color: #4E193C;
}
.BgClassName
{
background-color: #4E193C;
}
</style>
border-color css
<style>
span { border-color: #4E193C; }
span { border-color: rgb(78,25,60); }
td.TdClassName
{
border-color: #4E193C;
}
.TagClassName
{
border-color: #4E193C;
}
</style>