Shades of Blackberry #4E0422
Tints of Blackberry #4E0422
RGB
CMYK
RGB Variations
Color information
#4E0422 (or 0x4E0422) is known color: Blackberry. HEX triplet: 4E, 04 and 22. RGB value is (78,4,34). Sum of RGB (Red+Green+Blue) = 78+4+34=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0422 is #B1FBDD. Grayscale: #1D1D1D. Windows color (decimal): -11664350 or 2229326. OLE color: 2229326.
HSL color Cylindrical-coordinate representation of color #4E0422: hue angle of 335.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0422 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 34 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.69 |
| HSL | 335.68º | 0.9% | 0.16% | - |
| HSV(B) | 335.68º | 0.95% | 0.31% | - |
| XYZ | 3.47 | 1.82 | 1.68 | - |
| YUV | 29.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 34 | 0 | 0.95 | 0.56 | 0.69 | 335.68 | 0.9 | 0.16 |
| Hex | 4E | 4 | 22 | 0 | 5F | 38 | 45 | 150 | 5A | 10 |
| Octal | 116 | 4 | 42 | 0 | 137 | 70 | 105 | 520 | 132 | 20 |
| Binary | 1001110 | 100 | 100010 | 0 | 1011111 | 111000 | 1000101 | 101010000 | 1011010 | 10000 |
Color Harmonies of #4E0422
Complementary color
Monochromatic Colors of #4E0422
Black with #4E0422
Text Example
Text Example
White with #4E0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0422; }
p { color: rgb(78,4,34); }
H1.HeaderClassName
{
color: #4E0422;
}
.AnyTagClassName
{
color: #4E0422;
}
</style>
background-color css
<style>
a { background-color: #4E0422; }
a { background-color: rgb(78,4,34); }
div.DivClassName
{
background-color: #4E0422;
}
.BgClassName
{
background-color: #4E0422;
}
</style>
border-color css
<style>
span { border-color: #4E0422; }
span { border-color: rgb(78,4,34); }
td.TdClassName
{
border-color: #4E0422;
}
.TagClassName
{
border-color: #4E0422;
}
</style>