Shades of Blackberry #4E1A39
Tints of Blackberry #4E1A39
RGB
CMYK
RGB Variations
Color information
#4E1A39 (or 0x4E1A39) is known color: Blackberry. HEX triplet: 4E, 1A and 39. RGB value is (78,26,57). Sum of RGB (Red+Green+Blue) = 78+26+57=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A39 is #B1E5C6. Grayscale: #2D2D2D. Windows color (decimal): -11658695 or 3742286. OLE color: 3742286.
HSL color Cylindrical-coordinate representation of color #4E1A39: hue angle of 324.23º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A39 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 57 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.69 |
| HSL | 324.23º | 0.5% | 0.2% | - |
| HSV(B) | 324.23º | 0.67% | 0.31% | - |
| XYZ | 4.25 | 2.65 | 4.16 | - |
| YUV | 45.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 57 | 0 | 0.67 | 0.27 | 0.69 | 324.23 | 0.5 | 0.2 |
| Hex | 4E | 1A | 39 | 0 | 43 | 1B | 45 | 144 | 32 | 14 |
| Octal | 116 | 32 | 71 | 0 | 103 | 33 | 105 | 504 | 62 | 24 |
| Binary | 1001110 | 11010 | 111001 | 0 | 1000011 | 11011 | 1000101 | 101000100 | 110010 | 10100 |
Color Harmonies of #4E1A39
Complementary color
Monochromatic Colors of #4E1A39
Black with #4E1A39
Text Example
Text Example
White with #4E1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A39; }
p { color: rgb(78,26,57); }
H1.HeaderClassName
{
color: #4E1A39;
}
.AnyTagClassName
{
color: #4E1A39;
}
</style>
background-color css
<style>
a { background-color: #4E1A39; }
a { background-color: rgb(78,26,57); }
div.DivClassName
{
background-color: #4E1A39;
}
.BgClassName
{
background-color: #4E1A39;
}
</style>
border-color css
<style>
span { border-color: #4E1A39; }
span { border-color: rgb(78,26,57); }
td.TdClassName
{
border-color: #4E1A39;
}
.TagClassName
{
border-color: #4E1A39;
}
</style>