Shades of Blackberry #4E032D
Tints of Blackberry #4E032D
RGB
CMYK
RGB Variations
Color information
#4E032D (or 0x4E032D) is known color: Blackberry. HEX triplet: 4E, 03 and 2D. RGB value is (78,3,45). Sum of RGB (Red+Green+Blue) = 78+3+45=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E032D is #B1FCD2. Grayscale: #1E1E1E. Windows color (decimal): -11664595 or 2949966. OLE color: 2949966.
HSL color Cylindrical-coordinate representation of color #4E032D: hue angle of 326.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E032D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 45 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.69 |
| HSL | 326.4º | 0.93% | 0.16% | - |
| HSV(B) | 326.4º | 0.96% | 0.31% | - |
| XYZ | 3.65 | 1.87 | 2.65 | - |
| YUV | 30.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 45 | 0 | 0.96 | 0.42 | 0.69 | 326.4 | 0.93 | 0.16 |
| Hex | 4E | 3 | 2D | 0 | 60 | 2A | 45 | 146 | 5D | 10 |
| Octal | 116 | 3 | 55 | 0 | 140 | 52 | 105 | 506 | 135 | 20 |
| Binary | 1001110 | 11 | 101101 | 0 | 1100000 | 101010 | 1000101 | 101000110 | 1011101 | 10000 |
Color Harmonies of #4E032D
Complementary color
Monochromatic Colors of #4E032D
Black with #4E032D
Text Example
Text Example
White with #4E032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E032D; }
p { color: rgb(78,3,45); }
H1.HeaderClassName
{
color: #4E032D;
}
.AnyTagClassName
{
color: #4E032D;
}
</style>
background-color css
<style>
a { background-color: #4E032D; }
a { background-color: rgb(78,3,45); }
div.DivClassName
{
background-color: #4E032D;
}
.BgClassName
{
background-color: #4E032D;
}
</style>
border-color css
<style>
span { border-color: #4E032D; }
span { border-color: rgb(78,3,45); }
td.TdClassName
{
border-color: #4E032D;
}
.TagClassName
{
border-color: #4E032D;
}
</style>