Shades of Blackberry #4E1734
Tints of Blackberry #4E1734
RGB
CMYK
RGB Variations
Color information
#4E1734 (or 0x4E1734) is known color: Blackberry. HEX triplet: 4E, 17 and 34. RGB value is (78,23,52). Sum of RGB (Red+Green+Blue) = 78+23+52=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1734 is #B1E8CB. Grayscale: #2A2A2A. Windows color (decimal): -11659468 or 3413838. OLE color: 3413838.
HSL color Cylindrical-coordinate representation of color #4E1734: hue angle of 328.36º 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 #4E1734 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 52 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.69 |
| HSL | 328.36º | 0.54% | 0.2% | - |
| HSV(B) | 328.36º | 0.71% | 0.31% | - |
| XYZ | 4.07 | 2.48 | 3.51 | - |
| YUV | 42.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 52 | 0 | 0.71 | 0.33 | 0.69 | 328.36 | 0.54 | 0.2 |
| Hex | 4E | 17 | 34 | 0 | 47 | 21 | 45 | 148 | 36 | 14 |
| Octal | 116 | 27 | 64 | 0 | 107 | 41 | 105 | 510 | 66 | 24 |
| Binary | 1001110 | 10111 | 110100 | 0 | 1000111 | 100001 | 1000101 | 101001000 | 110110 | 10100 |
Color Harmonies of #4E1734
Complementary color
Monochromatic Colors of #4E1734
Black with #4E1734
Text Example
Text Example
White with #4E1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1734; }
p { color: rgb(78,23,52); }
H1.HeaderClassName
{
color: #4E1734;
}
.AnyTagClassName
{
color: #4E1734;
}
</style>
background-color css
<style>
a { background-color: #4E1734; }
a { background-color: rgb(78,23,52); }
div.DivClassName
{
background-color: #4E1734;
}
.BgClassName
{
background-color: #4E1734;
}
</style>
border-color css
<style>
span { border-color: #4E1734; }
span { border-color: rgb(78,23,52); }
td.TdClassName
{
border-color: #4E1734;
}
.TagClassName
{
border-color: #4E1734;
}
</style>