Shades of Blackberry #4E0C32
Tints of Blackberry #4E0C32
RGB
CMYK
RGB Variations
Color information
#4E0C32 (or 0x4E0C32) is known color: Blackberry. HEX triplet: 4E, 0C and 32. RGB value is (78,12,50). Sum of RGB (Red+Green+Blue) = 78+12+50=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C32 is #B1F3CD. Grayscale: #232323. Windows color (decimal): -11662286 or 3279950. OLE color: 3279950.
HSL color Cylindrical-coordinate representation of color #4E0C32: hue angle of 325.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E0C32 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 12 | 50 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.69 |
| HSL | 325.45º | 0.73% | 0.18% | - |
| HSV(B) | 325.45º | 0.85% | 0.31% | - |
| XYZ | 3.85 | 2.11 | 3.22 | - |
| YUV | 36.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 50 | 0 | 0.85 | 0.36 | 0.69 | 325.45 | 0.73 | 0.18 |
| Hex | 4E | C | 32 | 0 | 55 | 24 | 45 | 145 | 49 | 12 |
| Octal | 116 | 14 | 62 | 0 | 125 | 44 | 105 | 505 | 111 | 22 |
| Binary | 1001110 | 1100 | 110010 | 0 | 1010101 | 100100 | 1000101 | 101000101 | 1001001 | 10010 |
Color Harmonies of #4E0C32
Complementary color
Monochromatic Colors of #4E0C32
Black with #4E0C32
Text Example
Text Example
White with #4E0C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0C32; }
p { color: rgb(78,12,50); }
H1.HeaderClassName
{
color: #4E0C32;
}
.AnyTagClassName
{
color: #4E0C32;
}
</style>
background-color css
<style>
a { background-color: #4E0C32; }
a { background-color: rgb(78,12,50); }
div.DivClassName
{
background-color: #4E0C32;
}
.BgClassName
{
background-color: #4E0C32;
}
</style>
border-color css
<style>
span { border-color: #4E0C32; }
span { border-color: rgb(78,12,50); }
td.TdClassName
{
border-color: #4E0C32;
}
.TagClassName
{
border-color: #4E0C32;
}
</style>