Shades of Blackberry #4E1641
Tints of Blackberry #4E1641
RGB
CMYK
RGB Variations
Color information
#4E1641 (or 0x4E1641) is known color: Blackberry. HEX triplet: 4E, 16 and 41. RGB value is (78,22,65). Sum of RGB (Red+Green+Blue) = 78+22+65=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1641 is #B1E9BE. Grayscale: #2B2B2B. Windows color (decimal): -11659711 or 4265550. OLE color: 4265550.
HSL color Cylindrical-coordinate representation of color #4E1641: hue angle of 313.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1641 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 65 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.69 |
| HSL | 313.93º | 0.56% | 0.2% | - |
| HSV(B) | 313.93º | 0.72% | 0.31% | - |
| XYZ | 4.38 | 2.58 | 5.27 | - |
| YUV | 43.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 65 | 0 | 0.72 | 0.17 | 0.69 | 313.93 | 0.56 | 0.2 |
| Hex | 4E | 16 | 41 | 0 | 48 | 11 | 45 | 13A | 38 | 14 |
| Octal | 116 | 26 | 101 | 0 | 110 | 21 | 105 | 472 | 70 | 24 |
| Binary | 1001110 | 10110 | 1000001 | 0 | 1001000 | 10001 | 1000101 | 100111010 | 111000 | 10100 |
Color Harmonies of #4E1641
Complementary color
Monochromatic Colors of #4E1641
Black with #4E1641
Text Example
Text Example
White with #4E1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1641; }
p { color: rgb(78,22,65); }
H1.HeaderClassName
{
color: #4E1641;
}
.AnyTagClassName
{
color: #4E1641;
}
</style>
background-color css
<style>
a { background-color: #4E1641; }
a { background-color: rgb(78,22,65); }
div.DivClassName
{
background-color: #4E1641;
}
.BgClassName
{
background-color: #4E1641;
}
</style>
border-color css
<style>
span { border-color: #4E1641; }
span { border-color: rgb(78,22,65); }
td.TdClassName
{
border-color: #4E1641;
}
.TagClassName
{
border-color: #4E1641;
}
</style>