Shades of Blackberry #4A042E
Tints of Blackberry #4A042E
RGB
CMYK
RGB Variations
Color information
#4A042E (or 0x4A042E) is known color: Blackberry. HEX triplet: 4A, 04 and 2E. RGB value is (74,4,46). Sum of RGB (Red+Green+Blue) = 74+4+46=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A042E is #B5FBD1. Grayscale: #1D1D1D. Windows color (decimal): -11926482 or 3015754. OLE color: 3015754.
HSL color Cylindrical-coordinate representation of color #4A042E: hue angle of 324º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A042E is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 46 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.71 |
| HSL | 324º | 0.9% | 0.15% | - |
| HSV(B) | 324º | 0.95% | 0.29% | - |
| XYZ | 3.36 | 1.74 | 2.74 | - |
| YUV | 29.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 46 | 0 | 0.95 | 0.38 | 0.71 | 324 | 0.9 | 0.15 |
| Hex | 4A | 4 | 2E | 0 | 5F | 26 | 47 | 144 | 5A | F |
| Octal | 112 | 4 | 56 | 0 | 137 | 46 | 107 | 504 | 132 | 17 |
| Binary | 1001010 | 100 | 101110 | 0 | 1011111 | 100110 | 1000111 | 101000100 | 1011010 | 1111 |
Color Harmonies of #4A042E
Complementary color
Monochromatic Colors of #4A042E
Black with #4A042E
Text Example
Text Example
White with #4A042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A042E; }
p { color: rgb(74,4,46); }
H1.HeaderClassName
{
color: #4A042E;
}
.AnyTagClassName
{
color: #4A042E;
}
</style>
background-color css
<style>
a { background-color: #4A042E; }
a { background-color: rgb(74,4,46); }
div.DivClassName
{
background-color: #4A042E;
}
.BgClassName
{
background-color: #4A042E;
}
</style>
border-color css
<style>
span { border-color: #4A042E; }
span { border-color: rgb(74,4,46); }
td.TdClassName
{
border-color: #4A042E;
}
.TagClassName
{
border-color: #4A042E;
}
</style>