Shades of Blackberry #4E142A
Tints of Blackberry #4E142A
RGB
CMYK
RGB Variations
Color information
#4E142A (or 0x4E142A) is known color: Blackberry. HEX triplet: 4E, 14 and 2A. RGB value is (78,20,42). Sum of RGB (Red+Green+Blue) = 78+20+42=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E142A is #B1EBD5. Grayscale: #272727. Windows color (decimal): -11660246 or 2757710. OLE color: 2757710.
HSL color Cylindrical-coordinate representation of color #4E142A: hue angle of 337.24º 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 #4E142A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 42 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.69 |
| HSL | 337.24º | 0.59% | 0.19% | - |
| HSV(B) | 337.24º | 0.74% | 0.31% | - |
| XYZ | 3.81 | 2.29 | 2.43 | - |
| YUV | 39.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 42 | 0 | 0.74 | 0.46 | 0.69 | 337.24 | 0.59 | 0.19 |
| Hex | 4E | 14 | 2A | 0 | 4A | 2E | 45 | 151 | 3B | 13 |
| Octal | 116 | 24 | 52 | 0 | 112 | 56 | 105 | 521 | 73 | 23 |
| Binary | 1001110 | 10100 | 101010 | 0 | 1001010 | 101110 | 1000101 | 101010001 | 111011 | 10011 |
Color Harmonies of #4E142A
Complementary color
Monochromatic Colors of #4E142A
Black with #4E142A
Text Example
Text Example
White with #4E142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E142A; }
p { color: rgb(78,20,42); }
H1.HeaderClassName
{
color: #4E142A;
}
.AnyTagClassName
{
color: #4E142A;
}
</style>
background-color css
<style>
a { background-color: #4E142A; }
a { background-color: rgb(78,20,42); }
div.DivClassName
{
background-color: #4E142A;
}
.BgClassName
{
background-color: #4E142A;
}
</style>
border-color css
<style>
span { border-color: #4E142A; }
span { border-color: rgb(78,20,42); }
td.TdClassName
{
border-color: #4E142A;
}
.TagClassName
{
border-color: #4E142A;
}
</style>