Shades of Blackberry #4A113A
Tints of Blackberry #4A113A
RGB
CMYK
RGB Variations
Color information
#4A113A (or 0x4A113A) is known color: Blackberry. HEX triplet: 4A, 11 and 3A. RGB value is (74,17,58). Sum of RGB (Red+Green+Blue) = 74+17+58=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A113A is #B5EEC5. Grayscale: #262626. Windows color (decimal): -11923142 or 3805514. OLE color: 3805514.
HSL color Cylindrical-coordinate representation of color #4A113A: hue angle of 316.84º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A113A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 17 | 58 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.71 |
| HSL | 316.84º | 0.63% | 0.18% | - |
| HSV(B) | 316.84º | 0.77% | 0.29% | - |
| XYZ | 3.79 | 2.16 | 4.22 | - |
| YUV | 38.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 58 | 0 | 0.77 | 0.22 | 0.71 | 316.84 | 0.63 | 0.18 |
| Hex | 4A | 11 | 3A | 0 | 4D | 16 | 47 | 13D | 3F | 12 |
| Octal | 112 | 21 | 72 | 0 | 115 | 26 | 107 | 475 | 77 | 22 |
| Binary | 1001010 | 10001 | 111010 | 0 | 1001101 | 10110 | 1000111 | 100111101 | 111111 | 10010 |
Color Harmonies of #4A113A
Complementary color
Monochromatic Colors of #4A113A
Black with #4A113A
Text Example
Text Example
White with #4A113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A113A; }
p { color: rgb(74,17,58); }
H1.HeaderClassName
{
color: #4A113A;
}
.AnyTagClassName
{
color: #4A113A;
}
</style>
background-color css
<style>
a { background-color: #4A113A; }
a { background-color: rgb(74,17,58); }
div.DivClassName
{
background-color: #4A113A;
}
.BgClassName
{
background-color: #4A113A;
}
</style>
border-color css
<style>
span { border-color: #4A113A; }
span { border-color: rgb(74,17,58); }
td.TdClassName
{
border-color: #4A113A;
}
.TagClassName
{
border-color: #4A113A;
}
</style>