Shades of Blackberry #4E1230
Tints of Blackberry #4E1230
RGB
CMYK
RGB Variations
Color information
#4E1230 (or 0x4E1230) is known color: Blackberry. HEX triplet: 4E, 12 and 30. RGB value is (78,18,48). Sum of RGB (Red+Green+Blue) = 78+18+48=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1230 is #B1EDCF. Grayscale: #272727. Windows color (decimal): -11660752 or 3150414. OLE color: 3150414.
HSL color Cylindrical-coordinate representation of color #4E1230: hue angle of 330º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1230 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 48 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.69 |
| HSL | 330º | 0.63% | 0.19% | - |
| HSV(B) | 330º | 0.77% | 0.31% | - |
| XYZ | 3.89 | 2.27 | 3.03 | - |
| YUV | 39.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 48 | 0 | 0.77 | 0.38 | 0.69 | 330 | 0.63 | 0.19 |
| Hex | 4E | 12 | 30 | 0 | 4D | 26 | 45 | 14A | 3E | 13 |
| Octal | 116 | 22 | 60 | 0 | 115 | 46 | 105 | 512 | 76 | 23 |
| Binary | 1001110 | 10010 | 110000 | 0 | 1001101 | 100110 | 1000101 | 101001010 | 111110 | 10011 |
Color Harmonies of #4E1230
Complementary color
Monochromatic Colors of #4E1230
Black with #4E1230
Text Example
Text Example
White with #4E1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1230; }
p { color: rgb(78,18,48); }
H1.HeaderClassName
{
color: #4E1230;
}
.AnyTagClassName
{
color: #4E1230;
}
</style>
background-color css
<style>
a { background-color: #4E1230; }
a { background-color: rgb(78,18,48); }
div.DivClassName
{
background-color: #4E1230;
}
.BgClassName
{
background-color: #4E1230;
}
</style>
border-color css
<style>
span { border-color: #4E1230; }
span { border-color: rgb(78,18,48); }
td.TdClassName
{
border-color: #4E1230;
}
.TagClassName
{
border-color: #4E1230;
}
</style>