Shades of Blackberry #4E1030
Tints of Blackberry #4E1030
RGB
CMYK
RGB Variations
Color information
#4E1030 (or 0x4E1030) is known color: Blackberry. HEX triplet: 4E, 10 and 30. RGB value is (78,16,48). Sum of RGB (Red+Green+Blue) = 78+16+48=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1030 is #B1EFCF. Grayscale: #262626. Windows color (decimal): -11661264 or 3149902. OLE color: 3149902.
HSL color Cylindrical-coordinate representation of color #4E1030: hue angle of 329.03º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1030 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 48 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.69 |
| HSL | 329.03º | 0.66% | 0.18% | - |
| HSV(B) | 329.03º | 0.79% | 0.31% | - |
| XYZ | 3.86 | 2.2 | 3.02 | - |
| YUV | 38.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 48 | 0 | 0.79 | 0.38 | 0.69 | 329.03 | 0.66 | 0.18 |
| Hex | 4E | 10 | 30 | 0 | 4F | 26 | 45 | 149 | 42 | 12 |
| Octal | 116 | 20 | 60 | 0 | 117 | 46 | 105 | 511 | 102 | 22 |
| Binary | 1001110 | 10000 | 110000 | 0 | 1001111 | 100110 | 1000101 | 101001001 | 1000010 | 10010 |
Color Harmonies of #4E1030
Complementary color
Monochromatic Colors of #4E1030
Black with #4E1030
Text Example
Text Example
White with #4E1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1030; }
p { color: rgb(78,16,48); }
H1.HeaderClassName
{
color: #4E1030;
}
.AnyTagClassName
{
color: #4E1030;
}
</style>
background-color css
<style>
a { background-color: #4E1030; }
a { background-color: rgb(78,16,48); }
div.DivClassName
{
background-color: #4E1030;
}
.BgClassName
{
background-color: #4E1030;
}
</style>
border-color css
<style>
span { border-color: #4E1030; }
span { border-color: rgb(78,16,48); }
td.TdClassName
{
border-color: #4E1030;
}
.TagClassName
{
border-color: #4E1030;
}
</style>