Shades of Blackberry #4E0327
Tints of Blackberry #4E0327
RGB
CMYK
RGB Variations
Color information
#4E0327 (or 0x4E0327) is known color: Blackberry. HEX triplet: 4E, 03 and 27. RGB value is (78,3,39). Sum of RGB (Red+Green+Blue) = 78+3+39=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0327 is #B1FCD8. Grayscale: #1D1D1D. Windows color (decimal): -11664601 or 2556750. OLE color: 2556750.
HSL color Cylindrical-coordinate representation of color #4E0327: hue angle of 331.2º 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 #4E0327 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 39 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.69 |
| HSL | 331.2º | 0.93% | 0.16% | - |
| HSV(B) | 331.2º | 0.96% | 0.31% | - |
| XYZ | 3.54 | 1.83 | 2.09 | - |
| YUV | 29.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 39 | 0 | 0.96 | 0.50 | 0.69 | 331.2 | 0.93 | 0.16 |
| Hex | 4E | 3 | 27 | 0 | 60 | 32 | 45 | 14B | 5D | 10 |
| Octal | 116 | 3 | 47 | 0 | 140 | 62 | 105 | 513 | 135 | 20 |
| Binary | 1001110 | 11 | 100111 | 0 | 1100000 | 110010 | 1000101 | 101001011 | 1011101 | 10000 |
Color Harmonies of #4E0327
Complementary color
Monochromatic Colors of #4E0327
Black with #4E0327
Text Example
Text Example
White with #4E0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0327; }
p { color: rgb(78,3,39); }
H1.HeaderClassName
{
color: #4E0327;
}
.AnyTagClassName
{
color: #4E0327;
}
</style>
background-color css
<style>
a { background-color: #4E0327; }
a { background-color: rgb(78,3,39); }
div.DivClassName
{
background-color: #4E0327;
}
.BgClassName
{
background-color: #4E0327;
}
</style>
border-color css
<style>
span { border-color: #4E0327; }
span { border-color: rgb(78,3,39); }
td.TdClassName
{
border-color: #4E0327;
}
.TagClassName
{
border-color: #4E0327;
}
</style>