Shades of Blackberry #4E183D
Tints of Blackberry #4E183D
RGB
CMYK
RGB Variations
Color information
#4E183D (or 0x4E183D) is known color: Blackberry. HEX triplet: 4E, 18 and 3D. RGB value is (78,24,61). Sum of RGB (Red+Green+Blue) = 78+24+61=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E183D is #B1E7C2. Grayscale: #2C2C2C. Windows color (decimal): -11659203 or 4003918. OLE color: 4003918.
HSL color Cylindrical-coordinate representation of color #4E183D: hue angle of 318.89º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E183D is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 61 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.69 |
| HSL | 318.89º | 0.53% | 0.2% | - |
| HSV(B) | 318.89º | 0.69% | 0.31% | - |
| XYZ | 4.31 | 2.61 | 4.69 | - |
| YUV | 44.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 61 | 0 | 0.69 | 0.22 | 0.69 | 318.89 | 0.53 | 0.2 |
| Hex | 4E | 18 | 3D | 0 | 45 | 16 | 45 | 13F | 35 | 14 |
| Octal | 116 | 30 | 75 | 0 | 105 | 26 | 105 | 477 | 65 | 24 |
| Binary | 1001110 | 11000 | 111101 | 0 | 1000101 | 10110 | 1000101 | 100111111 | 110101 | 10100 |
Color Harmonies of #4E183D
Complementary color
Monochromatic Colors of #4E183D
Black with #4E183D
Text Example
Text Example
White with #4E183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E183D; }
p { color: rgb(78,24,61); }
H1.HeaderClassName
{
color: #4E183D;
}
.AnyTagClassName
{
color: #4E183D;
}
</style>
background-color css
<style>
a { background-color: #4E183D; }
a { background-color: rgb(78,24,61); }
div.DivClassName
{
background-color: #4E183D;
}
.BgClassName
{
background-color: #4E183D;
}
</style>
border-color css
<style>
span { border-color: #4E183D; }
span { border-color: rgb(78,24,61); }
td.TdClassName
{
border-color: #4E183D;
}
.TagClassName
{
border-color: #4E183D;
}
</style>