Shades of Blackberry #4A042D
Tints of Blackberry #4A042D
RGB
CMYK
RGB Variations
Color information
#4A042D (or 0x4A042D) is known color: Blackberry. HEX triplet: 4A, 04 and 2D. RGB value is (74,4,45). Sum of RGB (Red+Green+Blue) = 74+4+45=123 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.16% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 74 - color contains mainly: red. Hex color #4A042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A042D is #B5FBD2. Grayscale: #1D1D1D. Windows color (decimal): -11926483 or 2950218. OLE color: 2950218.
HSL color Cylindrical-coordinate representation of color #4A042D: hue angle of 324.86º 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 #4A042D is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 45 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.71 |
| HSL | 324.86º | 0.9% | 0.15% | - |
| HSV(B) | 324.86º | 0.95% | 0.29% | - |
| XYZ | 3.34 | 1.73 | 2.64 | - |
| YUV | 29.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 45 | 0 | 0.95 | 0.39 | 0.71 | 324.86 | 0.9 | 0.15 |
| Hex | 4A | 4 | 2D | 0 | 5F | 27 | 47 | 145 | 5A | F |
| Octal | 112 | 4 | 55 | 0 | 137 | 47 | 107 | 505 | 132 | 17 |
| Binary | 1001010 | 100 | 101101 | 0 | 1011111 | 100111 | 1000111 | 101000101 | 1011010 | 1111 |
Color Harmonies of #4A042D
Complementary color
Monochromatic Colors of #4A042D
Black with #4A042D
Text Example
Text Example
White with #4A042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A042D; }
p { color: rgb(74,4,45); }
H1.HeaderClassName
{
color: #4A042D;
}
.AnyTagClassName
{
color: #4A042D;
}
</style>
background-color css
<style>
a { background-color: #4A042D; }
a { background-color: rgb(74,4,45); }
div.DivClassName
{
background-color: #4A042D;
}
.BgClassName
{
background-color: #4A042D;
}
</style>
border-color css
<style>
span { border-color: #4A042D; }
span { border-color: rgb(74,4,45); }
td.TdClassName
{
border-color: #4A042D;
}
.TagClassName
{
border-color: #4A042D;
}
</style>