Shades of Blackberry #4E142B
Tints of Blackberry #4E142B
RGB
CMYK
RGB Variations
Color information
#4E142B (or 0x4E142B) is known color: Blackberry. HEX triplet: 4E, 14 and 2B. RGB value is (78,20,43). Sum of RGB (Red+Green+Blue) = 78+20+43=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E142B is #B1EBD4. Grayscale: #272727. Windows color (decimal): -11660245 or 2823246. OLE color: 2823246.
HSL color Cylindrical-coordinate representation of color #4E142B: hue angle of 336.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E142B is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 43 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.69 |
| HSL | 336.21º | 0.59% | 0.19% | - |
| HSV(B) | 336.21º | 0.74% | 0.31% | - |
| XYZ | 3.83 | 2.29 | 2.53 | - |
| YUV | 39.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 43 | 0 | 0.74 | 0.45 | 0.69 | 336.21 | 0.59 | 0.19 |
| Hex | 4E | 14 | 2B | 0 | 4A | 2D | 45 | 150 | 3B | 13 |
| Octal | 116 | 24 | 53 | 0 | 112 | 55 | 105 | 520 | 73 | 23 |
| Binary | 1001110 | 10100 | 101011 | 0 | 1001010 | 101101 | 1000101 | 101010000 | 111011 | 10011 |
Color Harmonies of #4E142B
Complementary color
Monochromatic Colors of #4E142B
Black with #4E142B
Text Example
Text Example
White with #4E142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E142B; }
p { color: rgb(78,20,43); }
H1.HeaderClassName
{
color: #4E142B;
}
.AnyTagClassName
{
color: #4E142B;
}
</style>
background-color css
<style>
a { background-color: #4E142B; }
a { background-color: rgb(78,20,43); }
div.DivClassName
{
background-color: #4E142B;
}
.BgClassName
{
background-color: #4E142B;
}
</style>
border-color css
<style>
span { border-color: #4E142B; }
span { border-color: rgb(78,20,43); }
td.TdClassName
{
border-color: #4E142B;
}
.TagClassName
{
border-color: #4E142B;
}
</style>