Shades of Blackberry #4E1330
Tints of Blackberry #4E1330
RGB
CMYK
RGB Variations
Color information
#4E1330 (or 0x4E1330) is known color: Blackberry. HEX triplet: 4E, 13 and 30. RGB value is (78,19,48). Sum of RGB (Red+Green+Blue) = 78+19+48=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1330 is #B1ECCF. Grayscale: #272727. Windows color (decimal): -11660496 or 3150670. OLE color: 3150670.
HSL color Cylindrical-coordinate representation of color #4E1330: hue angle of 330.51º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1330 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 48 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.69 |
| HSL | 330.51º | 0.61% | 0.19% | - |
| HSV(B) | 330.51º | 0.76% | 0.31% | - |
| XYZ | 3.91 | 2.3 | 3.03 | - |
| YUV | 39.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 48 | 0 | 0.76 | 0.38 | 0.69 | 330.51 | 0.61 | 0.19 |
| Hex | 4E | 13 | 30 | 0 | 4C | 26 | 45 | 14B | 3D | 13 |
| Octal | 116 | 23 | 60 | 0 | 114 | 46 | 105 | 513 | 75 | 23 |
| Binary | 1001110 | 10011 | 110000 | 0 | 1001100 | 100110 | 1000101 | 101001011 | 111101 | 10011 |
Color Harmonies of #4E1330
Complementary color
Monochromatic Colors of #4E1330
Black with #4E1330
Text Example
Text Example
White with #4E1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1330; }
p { color: rgb(78,19,48); }
H1.HeaderClassName
{
color: #4E1330;
}
.AnyTagClassName
{
color: #4E1330;
}
</style>
background-color css
<style>
a { background-color: #4E1330; }
a { background-color: rgb(78,19,48); }
div.DivClassName
{
background-color: #4E1330;
}
.BgClassName
{
background-color: #4E1330;
}
</style>
border-color css
<style>
span { border-color: #4E1330; }
span { border-color: rgb(78,19,48); }
td.TdClassName
{
border-color: #4E1330;
}
.TagClassName
{
border-color: #4E1330;
}
</style>