Shades of Blackberry #4A072D
Tints of Blackberry #4A072D
RGB
CMYK
RGB Variations
Color information
#4A072D (or 0x4A072D) is known color: Blackberry. HEX triplet: 4A, 07 and 2D. RGB value is (74,7,45). Sum of RGB (Red+Green+Blue) = 74+7+45=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A072D is #B5F8D2. Grayscale: #1F1F1F. Windows color (decimal): -11925715 or 2950986. OLE color: 2950986.
HSL color Cylindrical-coordinate representation of color #4A072D: hue angle of 325.97º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A072D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 7 | 45 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.71 |
| HSL | 325.97º | 0.83% | 0.16% | - |
| HSV(B) | 325.97º | 0.91% | 0.29% | - |
| XYZ | 3.37 | 1.8 | 2.65 | - |
| YUV | 31.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 45 | 0 | 0.91 | 0.39 | 0.71 | 325.97 | 0.83 | 0.16 |
| Hex | 4A | 7 | 2D | 0 | 5B | 27 | 47 | 146 | 53 | 10 |
| Octal | 112 | 7 | 55 | 0 | 133 | 47 | 107 | 506 | 123 | 20 |
| Binary | 1001010 | 111 | 101101 | 0 | 1011011 | 100111 | 1000111 | 101000110 | 1010011 | 10000 |
Color Harmonies of #4A072D
Complementary color
Monochromatic Colors of #4A072D
Black with #4A072D
Text Example
Text Example
White with #4A072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A072D; }
p { color: rgb(74,7,45); }
H1.HeaderClassName
{
color: #4A072D;
}
.AnyTagClassName
{
color: #4A072D;
}
</style>
background-color css
<style>
a { background-color: #4A072D; }
a { background-color: rgb(74,7,45); }
div.DivClassName
{
background-color: #4A072D;
}
.BgClassName
{
background-color: #4A072D;
}
</style>
border-color css
<style>
span { border-color: #4A072D; }
span { border-color: rgb(74,7,45); }
td.TdClassName
{
border-color: #4A072D;
}
.TagClassName
{
border-color: #4A072D;
}
</style>