Shades of Blackberry #4E1F3C
Tints of Blackberry #4E1F3C
RGB
CMYK
RGB Variations
Color information
#4E1F3C (or 0x4E1F3C) is known color: Blackberry. HEX triplet: 4E, 1F and 3C. RGB value is (78,31,60). Sum of RGB (Red+Green+Blue) = 78+31+60=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F3C is #B1E0C3. Grayscale: #303030. Windows color (decimal): -11657412 or 3940174. OLE color: 3940174.
HSL color Cylindrical-coordinate representation of color #4E1F3C: hue angle of 322.98º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F3C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 60 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.69 |
| HSL | 322.98º | 0.43% | 0.21% | - |
| HSV(B) | 322.98º | 0.6% | 0.31% | - |
| XYZ | 4.45 | 2.93 | 4.61 | - |
| YUV | 48.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 60 | 0 | 0.60 | 0.23 | 0.69 | 322.98 | 0.43 | 0.21 |
| Hex | 4E | 1F | 3C | 0 | 3C | 17 | 45 | 143 | 2B | 15 |
| Octal | 116 | 37 | 74 | 0 | 74 | 27 | 105 | 503 | 53 | 25 |
| Binary | 1001110 | 11111 | 111100 | 0 | 111100 | 10111 | 1000101 | 101000011 | 101011 | 10101 |
Color Harmonies of #4E1F3C
Complementary color
Monochromatic Colors of #4E1F3C
Black with #4E1F3C
Text Example
Text Example
White with #4E1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F3C; }
p { color: rgb(78,31,60); }
H1.HeaderClassName
{
color: #4E1F3C;
}
.AnyTagClassName
{
color: #4E1F3C;
}
</style>
background-color css
<style>
a { background-color: #4E1F3C; }
a { background-color: rgb(78,31,60); }
div.DivClassName
{
background-color: #4E1F3C;
}
.BgClassName
{
background-color: #4E1F3C;
}
</style>
border-color css
<style>
span { border-color: #4E1F3C; }
span { border-color: rgb(78,31,60); }
td.TdClassName
{
border-color: #4E1F3C;
}
.TagClassName
{
border-color: #4E1F3C;
}
</style>