Shades of Blackberry #4E1930
Tints of Blackberry #4E1930
RGB
CMYK
RGB Variations
Color information
#4E1930 (or 0x4E1930) is known color: Blackberry. HEX triplet: 4E, 19 and 30. RGB value is (78,25,48). Sum of RGB (Red+Green+Blue) = 78+25+48=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1930 is #B1E6CF. Grayscale: #2B2B2B. Windows color (decimal): -11658960 or 3152206. OLE color: 3152206.
HSL color Cylindrical-coordinate representation of color #4E1930: hue angle of 333.96º 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 #4E1930 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 48 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.69 |
| HSL | 333.96º | 0.51% | 0.2% | - |
| HSV(B) | 333.96º | 0.68% | 0.31% | - |
| XYZ | 4.02 | 2.53 | 3.07 | - |
| YUV | 43.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 48 | 0 | 0.68 | 0.38 | 0.69 | 333.96 | 0.51 | 0.2 |
| Hex | 4E | 19 | 30 | 0 | 44 | 26 | 45 | 14E | 33 | 14 |
| Octal | 116 | 31 | 60 | 0 | 104 | 46 | 105 | 516 | 63 | 24 |
| Binary | 1001110 | 11001 | 110000 | 0 | 1000100 | 100110 | 1000101 | 101001110 | 110011 | 10100 |
Color Harmonies of #4E1930
Complementary color
Monochromatic Colors of #4E1930
Black with #4E1930
Text Example
Text Example
White with #4E1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1930; }
p { color: rgb(78,25,48); }
H1.HeaderClassName
{
color: #4E1930;
}
.AnyTagClassName
{
color: #4E1930;
}
</style>
background-color css
<style>
a { background-color: #4E1930; }
a { background-color: rgb(78,25,48); }
div.DivClassName
{
background-color: #4E1930;
}
.BgClassName
{
background-color: #4E1930;
}
</style>
border-color css
<style>
span { border-color: #4E1930; }
span { border-color: rgb(78,25,48); }
td.TdClassName
{
border-color: #4E1930;
}
.TagClassName
{
border-color: #4E1930;
}
</style>