Shades of Blackberry #4E0333
Tints of Blackberry #4E0333
RGB
CMYK
RGB Variations
Color information
#4E0333 (or 0x4E0333) is known color: Blackberry. HEX triplet: 4E, 03 and 33. RGB value is (78,3,51). Sum of RGB (Red+Green+Blue) = 78+3+51=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0333 is #B1FCCC. Grayscale: #1E1E1E. Windows color (decimal): -11664589 or 3343182. OLE color: 3343182.
HSL color Cylindrical-coordinate representation of color #4E0333: hue angle of 321.6º 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 #4E0333 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 51 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.69 |
| HSL | 321.6º | 0.93% | 0.16% | - |
| HSV(B) | 321.6º | 0.96% | 0.31% | - |
| XYZ | 3.77 | 1.92 | 3.3 | - |
| YUV | 30.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 51 | 0 | 0.96 | 0.35 | 0.69 | 321.6 | 0.93 | 0.16 |
| Hex | 4E | 3 | 33 | 0 | 60 | 23 | 45 | 142 | 5D | 10 |
| Octal | 116 | 3 | 63 | 0 | 140 | 43 | 105 | 502 | 135 | 20 |
| Binary | 1001110 | 11 | 110011 | 0 | 1100000 | 100011 | 1000101 | 101000010 | 1011101 | 10000 |
Color Harmonies of #4E0333
Complementary color
Monochromatic Colors of #4E0333
Black with #4E0333
Text Example
Text Example
White with #4E0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0333; }
p { color: rgb(78,3,51); }
H1.HeaderClassName
{
color: #4E0333;
}
.AnyTagClassName
{
color: #4E0333;
}
</style>
background-color css
<style>
a { background-color: #4E0333; }
a { background-color: rgb(78,3,51); }
div.DivClassName
{
background-color: #4E0333;
}
.BgClassName
{
background-color: #4E0333;
}
</style>
border-color css
<style>
span { border-color: #4E0333; }
span { border-color: rgb(78,3,51); }
td.TdClassName
{
border-color: #4E0333;
}
.TagClassName
{
border-color: #4E0333;
}
</style>