Shades of Blackberry #4A053C
Tints of Blackberry #4A053C
RGB
CMYK
RGB Variations
Color information
#4A053C (or 0x4A053C) is known color: Blackberry. HEX triplet: 4A, 05 and 3C. RGB value is (74,5,60). Sum of RGB (Red+Green+Blue) = 74+5+60=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A053C is #B5FAC3. Grayscale: #1F1F1F. Windows color (decimal): -11926212 or 3933514. OLE color: 3933514.
HSL color Cylindrical-coordinate representation of color #4A053C: hue angle of 312.17º 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 #4A053C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 60 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.71 |
| HSL | 312.17º | 0.87% | 0.15% | - |
| HSV(B) | 312.17º | 0.93% | 0.29% | - |
| XYZ | 3.69 | 1.89 | 4.45 | - |
| YUV | 31.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 60 | 0 | 0.93 | 0.19 | 0.71 | 312.17 | 0.87 | 0.15 |
| Hex | 4A | 5 | 3C | 0 | 5D | 13 | 47 | 138 | 57 | F |
| Octal | 112 | 5 | 74 | 0 | 135 | 23 | 107 | 470 | 127 | 17 |
| Binary | 1001010 | 101 | 111100 | 0 | 1011101 | 10011 | 1000111 | 100111000 | 1010111 | 1111 |
Color Harmonies of #4A053C
Complementary color
Monochromatic Colors of #4A053C
Black with #4A053C
Text Example
Text Example
White with #4A053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A053C; }
p { color: rgb(74,5,60); }
H1.HeaderClassName
{
color: #4A053C;
}
.AnyTagClassName
{
color: #4A053C;
}
</style>
background-color css
<style>
a { background-color: #4A053C; }
a { background-color: rgb(74,5,60); }
div.DivClassName
{
background-color: #4A053C;
}
.BgClassName
{
background-color: #4A053C;
}
</style>
border-color css
<style>
span { border-color: #4A053C; }
span { border-color: rgb(74,5,60); }
td.TdClassName
{
border-color: #4A053C;
}
.TagClassName
{
border-color: #4A053C;
}
</style>