Shades of Blackberry #4E132B
Tints of Blackberry #4E132B
RGB
CMYK
RGB Variations
Color information
#4E132B (or 0x4E132B) is known color: Blackberry. HEX triplet: 4E, 13 and 2B. RGB value is (78,19,43). Sum of RGB (Red+Green+Blue) = 78+19+43=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E132B is #B1ECD4. Grayscale: #272727. Windows color (decimal): -11660501 or 2822990. OLE color: 2822990.
HSL color Cylindrical-coordinate representation of color #4E132B: hue angle of 335.59º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E132B is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 43 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.69 |
| HSL | 335.59º | 0.61% | 0.19% | - |
| HSV(B) | 335.59º | 0.76% | 0.31% | - |
| XYZ | 3.81 | 2.26 | 2.52 | - |
| YUV | 39.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 43 | 0 | 0.76 | 0.45 | 0.69 | 335.59 | 0.61 | 0.19 |
| Hex | 4E | 13 | 2B | 0 | 4C | 2D | 45 | 150 | 3D | 13 |
| Octal | 116 | 23 | 53 | 0 | 114 | 55 | 105 | 520 | 75 | 23 |
| Binary | 1001110 | 10011 | 101011 | 0 | 1001100 | 101101 | 1000101 | 101010000 | 111101 | 10011 |
Color Harmonies of #4E132B
Complementary color
Monochromatic Colors of #4E132B
Black with #4E132B
Text Example
Text Example
White with #4E132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E132B; }
p { color: rgb(78,19,43); }
H1.HeaderClassName
{
color: #4E132B;
}
.AnyTagClassName
{
color: #4E132B;
}
</style>
background-color css
<style>
a { background-color: #4E132B; }
a { background-color: rgb(78,19,43); }
div.DivClassName
{
background-color: #4E132B;
}
.BgClassName
{
background-color: #4E132B;
}
</style>
border-color css
<style>
span { border-color: #4E132B; }
span { border-color: rgb(78,19,43); }
td.TdClassName
{
border-color: #4E132B;
}
.TagClassName
{
border-color: #4E132B;
}
</style>