Shades of Blackberry #4E1730
Tints of Blackberry #4E1730
RGB
CMYK
RGB Variations
Color information
#4E1730 (or 0x4E1730) is known color: Blackberry. HEX triplet: 4E, 17 and 30. RGB value is (78,23,48). Sum of RGB (Red+Green+Blue) = 78+23+48=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1730 is #B1E8CF. Grayscale: #2A2A2A. Windows color (decimal): -11659472 or 3151694. OLE color: 3151694.
HSL color Cylindrical-coordinate representation of color #4E1730: hue angle of 332.73º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1730 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 48 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.69 |
| HSL | 332.73º | 0.54% | 0.2% | - |
| HSV(B) | 332.73º | 0.71% | 0.31% | - |
| XYZ | 3.98 | 2.45 | 3.06 | - |
| YUV | 42.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 48 | 0 | 0.71 | 0.38 | 0.69 | 332.73 | 0.54 | 0.2 |
| Hex | 4E | 17 | 30 | 0 | 47 | 26 | 45 | 14D | 36 | 14 |
| Octal | 116 | 27 | 60 | 0 | 107 | 46 | 105 | 515 | 66 | 24 |
| Binary | 1001110 | 10111 | 110000 | 0 | 1000111 | 100110 | 1000101 | 101001101 | 110110 | 10100 |
Color Harmonies of #4E1730
Complementary color
Monochromatic Colors of #4E1730
Black with #4E1730
Text Example
Text Example
White with #4E1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1730; }
p { color: rgb(78,23,48); }
H1.HeaderClassName
{
color: #4E1730;
}
.AnyTagClassName
{
color: #4E1730;
}
</style>
background-color css
<style>
a { background-color: #4E1730; }
a { background-color: rgb(78,23,48); }
div.DivClassName
{
background-color: #4E1730;
}
.BgClassName
{
background-color: #4E1730;
}
</style>
border-color css
<style>
span { border-color: #4E1730; }
span { border-color: rgb(78,23,48); }
td.TdClassName
{
border-color: #4E1730;
}
.TagClassName
{
border-color: #4E1730;
}
</style>