Shades of Blackberry #4E1B3A
Tints of Blackberry #4E1B3A
RGB
CMYK
RGB Variations
Color information
#4E1B3A (or 0x4E1B3A) is known color: Blackberry. HEX triplet: 4E, 1B and 3A. RGB value is (78,27,58). Sum of RGB (Red+Green+Blue) = 78+27+58=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B3A is #B1E4C5. Grayscale: #2D2D2D. Windows color (decimal): -11658438 or 3808078. OLE color: 3808078.
HSL color Cylindrical-coordinate representation of color #4E1B3A: hue angle of 323.53º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E1B3A is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 58 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.69 |
| HSL | 323.53º | 0.49% | 0.21% | - |
| HSV(B) | 323.53º | 0.65% | 0.31% | - |
| XYZ | 4.3 | 2.71 | 4.3 | - |
| YUV | 45.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 58 | 0 | 0.65 | 0.26 | 0.69 | 323.53 | 0.49 | 0.21 |
| Hex | 4E | 1B | 3A | 0 | 41 | 1A | 45 | 144 | 31 | 15 |
| Octal | 116 | 33 | 72 | 0 | 101 | 32 | 105 | 504 | 61 | 25 |
| Binary | 1001110 | 11011 | 111010 | 0 | 1000001 | 11010 | 1000101 | 101000100 | 110001 | 10101 |
Color Harmonies of #4E1B3A
Complementary color
Monochromatic Colors of #4E1B3A
Black with #4E1B3A
Text Example
Text Example
White with #4E1B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B3A; }
p { color: rgb(78,27,58); }
H1.HeaderClassName
{
color: #4E1B3A;
}
.AnyTagClassName
{
color: #4E1B3A;
}
</style>
background-color css
<style>
a { background-color: #4E1B3A; }
a { background-color: rgb(78,27,58); }
div.DivClassName
{
background-color: #4E1B3A;
}
.BgClassName
{
background-color: #4E1B3A;
}
</style>
border-color css
<style>
span { border-color: #4E1B3A; }
span { border-color: rgb(78,27,58); }
td.TdClassName
{
border-color: #4E1B3A;
}
.TagClassName
{
border-color: #4E1B3A;
}
</style>