Shades of Blackberry #4A093A
Tints of Blackberry #4A093A
RGB
CMYK
RGB Variations
Color information
#4A093A (or 0x4A093A) is known color: Blackberry. HEX triplet: 4A, 09 and 3A. RGB value is (74,9,58). Sum of RGB (Red+Green+Blue) = 74+9+58=141 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.48% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 74 - color contains mainly: red. Hex color #4A093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A093A is #B5F6C5. Grayscale: #212121. Windows color (decimal): -11925190 or 3803466. OLE color: 3803466.
HSL color Cylindrical-coordinate representation of color #4A093A: hue angle of 314.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A093A is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 58 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.71 |
| HSL | 314.77º | 0.78% | 0.16% | - |
| HSV(B) | 314.77º | 0.88% | 0.29% | - |
| XYZ | 3.69 | 1.96 | 4.19 | - |
| YUV | 34.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 58 | 0 | 0.88 | 0.22 | 0.71 | 314.77 | 0.78 | 0.16 |
| Hex | 4A | 9 | 3A | 0 | 58 | 16 | 47 | 13B | 4E | 10 |
| Octal | 112 | 11 | 72 | 0 | 130 | 26 | 107 | 473 | 116 | 20 |
| Binary | 1001010 | 1001 | 111010 | 0 | 1011000 | 10110 | 1000111 | 100111011 | 1001110 | 10000 |
Color Harmonies of #4A093A
Complementary color
Monochromatic Colors of #4A093A
Black with #4A093A
Text Example
Text Example
White with #4A093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A093A; }
p { color: rgb(74,9,58); }
H1.HeaderClassName
{
color: #4A093A;
}
.AnyTagClassName
{
color: #4A093A;
}
</style>
background-color css
<style>
a { background-color: #4A093A; }
a { background-color: rgb(74,9,58); }
div.DivClassName
{
background-color: #4A093A;
}
.BgClassName
{
background-color: #4A093A;
}
</style>
border-color css
<style>
span { border-color: #4A093A; }
span { border-color: rgb(74,9,58); }
td.TdClassName
{
border-color: #4A093A;
}
.TagClassName
{
border-color: #4A093A;
}
</style>