Shades of Blackberry #4A052D
Tints of Blackberry #4A052D
RGB
CMYK
RGB Variations
Color information
#4A052D (or 0x4A052D) is known color: Blackberry. HEX triplet: 4A, 05 and 2D. RGB value is (74,5,45). Sum of RGB (Red+Green+Blue) = 74+5+45=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A052D is #B5FAD2. Grayscale: #1E1E1E. Windows color (decimal): -11926227 or 2950474. OLE color: 2950474.
HSL color Cylindrical-coordinate representation of color #4A052D: hue angle of 325.22º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A052D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 45 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.71 |
| HSL | 325.22º | 0.87% | 0.15% | - |
| HSV(B) | 325.22º | 0.93% | 0.29% | - |
| XYZ | 3.35 | 1.75 | 2.64 | - |
| YUV | 30.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 45 | 0 | 0.93 | 0.39 | 0.71 | 325.22 | 0.87 | 0.15 |
| Hex | 4A | 5 | 2D | 0 | 5D | 27 | 47 | 145 | 57 | F |
| Octal | 112 | 5 | 55 | 0 | 135 | 47 | 107 | 505 | 127 | 17 |
| Binary | 1001010 | 101 | 101101 | 0 | 1011101 | 100111 | 1000111 | 101000101 | 1010111 | 1111 |
Color Harmonies of #4A052D
Complementary color
Monochromatic Colors of #4A052D
Black with #4A052D
Text Example
Text Example
White with #4A052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A052D; }
p { color: rgb(74,5,45); }
H1.HeaderClassName
{
color: #4A052D;
}
.AnyTagClassName
{
color: #4A052D;
}
</style>
background-color css
<style>
a { background-color: #4A052D; }
a { background-color: rgb(74,5,45); }
div.DivClassName
{
background-color: #4A052D;
}
.BgClassName
{
background-color: #4A052D;
}
</style>
border-color css
<style>
span { border-color: #4A052D; }
span { border-color: rgb(74,5,45); }
td.TdClassName
{
border-color: #4A052D;
}
.TagClassName
{
border-color: #4A052D;
}
</style>