Shades of Blackberry #4A0538
Tints of Blackberry #4A0538
RGB
CMYK
RGB Variations
Color information
#4A0538 (or 0x4A0538) is known color: Blackberry. HEX triplet: 4A, 05 and 38. RGB value is (74,5,56). Sum of RGB (Red+Green+Blue) = 74+5+56=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0538 is #B5FAC7. Grayscale: #1F1F1F. Windows color (decimal): -11926216 or 3671370. OLE color: 3671370.
HSL color Cylindrical-coordinate representation of color #4A0538: hue angle of 315.65º 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 #4A0538 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 56 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.71 |
| HSL | 315.65º | 0.87% | 0.15% | - |
| HSV(B) | 315.65º | 0.93% | 0.29% | - |
| XYZ | 3.59 | 1.85 | 3.91 | - |
| YUV | 31.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 56 | 0 | 0.93 | 0.24 | 0.71 | 315.65 | 0.87 | 0.15 |
| Hex | 4A | 5 | 38 | 0 | 5D | 18 | 47 | 13C | 57 | F |
| Octal | 112 | 5 | 70 | 0 | 135 | 30 | 107 | 474 | 127 | 17 |
| Binary | 1001010 | 101 | 111000 | 0 | 1011101 | 11000 | 1000111 | 100111100 | 1010111 | 1111 |
Color Harmonies of #4A0538
Complementary color
Monochromatic Colors of #4A0538
Black with #4A0538
Text Example
Text Example
White with #4A0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0538; }
p { color: rgb(74,5,56); }
H1.HeaderClassName
{
color: #4A0538;
}
.AnyTagClassName
{
color: #4A0538;
}
</style>
background-color css
<style>
a { background-color: #4A0538; }
a { background-color: rgb(74,5,56); }
div.DivClassName
{
background-color: #4A0538;
}
.BgClassName
{
background-color: #4A0538;
}
</style>
border-color css
<style>
span { border-color: #4A0538; }
span { border-color: rgb(74,5,56); }
td.TdClassName
{
border-color: #4A0538;
}
.TagClassName
{
border-color: #4A0538;
}
</style>