Shades of Blackberry #4A0840
Tints of Blackberry #4A0840
RGB
CMYK
RGB Variations
Color information
#4A0840 (or 0x4A0840) is known color: Blackberry. HEX triplet: 4A, 08 and 40. RGB value is (74,8,64). Sum of RGB (Red+Green+Blue) = 74+8+64=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0840 is #B5F7BF. Grayscale: #212121. Windows color (decimal): -11925440 or 4196426. OLE color: 4196426.
HSL color Cylindrical-coordinate representation of color #4A0840: hue angle of 309.09º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0840 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 64 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.71 |
| HSL | 309.09º | 0.8% | 0.16% | - |
| HSV(B) | 309.09º | 0.89% | 0.29% | - |
| XYZ | 3.84 | 2 | 5.03 | - |
| YUV | 34.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 64 | 0 | 0.89 | 0.14 | 0.71 | 309.09 | 0.8 | 0.16 |
| Hex | 4A | 8 | 40 | 0 | 59 | E | 47 | 135 | 50 | 10 |
| Octal | 112 | 10 | 100 | 0 | 131 | 16 | 107 | 465 | 120 | 20 |
| Binary | 1001010 | 1000 | 1000000 | 0 | 1011001 | 1110 | 1000111 | 100110101 | 1010000 | 10000 |
Color Harmonies of #4A0840
Complementary color
Monochromatic Colors of #4A0840
Black with #4A0840
Text Example
Text Example
White with #4A0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0840; }
p { color: rgb(74,8,64); }
H1.HeaderClassName
{
color: #4A0840;
}
.AnyTagClassName
{
color: #4A0840;
}
</style>
background-color css
<style>
a { background-color: #4A0840; }
a { background-color: rgb(74,8,64); }
div.DivClassName
{
background-color: #4A0840;
}
.BgClassName
{
background-color: #4A0840;
}
</style>
border-color css
<style>
span { border-color: #4A0840; }
span { border-color: rgb(74,8,64); }
td.TdClassName
{
border-color: #4A0840;
}
.TagClassName
{
border-color: #4A0840;
}
</style>