Shades of Blackberry #4A0E24
Tints of Blackberry #4A0E24
RGB
CMYK
RGB Variations
Color information
#4A0E24 (or 0x4A0E24) is known color: Blackberry. HEX triplet: 4A, 0E and 24. RGB value is (74,14,36). Sum of RGB (Red+Green+Blue) = 74+14+36=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0E24 is #B5F1DB. Grayscale: #222222. Windows color (decimal): -11923932 or 2362954. OLE color: 2362954.
HSL color Cylindrical-coordinate representation of color #4A0E24: hue angle of 338º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A0E24 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 14 | 36 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.71 |
| HSL | 338º | 0.68% | 0.17% | - |
| HSV(B) | 338º | 0.81% | 0.29% | - |
| XYZ | 3.3 | 1.9 | 1.86 | - |
| YUV | 34.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 36 | 0 | 0.81 | 0.51 | 0.71 | 338 | 0.68 | 0.17 |
| Hex | 4A | E | 24 | 0 | 51 | 33 | 47 | 152 | 44 | 11 |
| Octal | 112 | 16 | 44 | 0 | 121 | 63 | 107 | 522 | 104 | 21 |
| Binary | 1001010 | 1110 | 100100 | 0 | 1010001 | 110011 | 1000111 | 101010010 | 1000100 | 10001 |
Color Harmonies of #4A0E24
Complementary color
Monochromatic Colors of #4A0E24
Black with #4A0E24
Text Example
Text Example
White with #4A0E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0E24; }
p { color: rgb(74,14,36); }
H1.HeaderClassName
{
color: #4A0E24;
}
.AnyTagClassName
{
color: #4A0E24;
}
</style>
background-color css
<style>
a { background-color: #4A0E24; }
a { background-color: rgb(74,14,36); }
div.DivClassName
{
background-color: #4A0E24;
}
.BgClassName
{
background-color: #4A0E24;
}
</style>
border-color css
<style>
span { border-color: #4A0E24; }
span { border-color: rgb(74,14,36); }
td.TdClassName
{
border-color: #4A0E24;
}
.TagClassName
{
border-color: #4A0E24;
}
</style>