Shades of Blackberry #4A0939
Tints of Blackberry #4A0939
RGB
CMYK
RGB Variations
Color information
#4A0939 (or 0x4A0939) is known color: Blackberry. HEX triplet: 4A, 09 and 39. RGB value is (74,9,57). Sum of RGB (Red+Green+Blue) = 74+9+57=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0939 is #B5F6C6. Grayscale: #212121. Windows color (decimal): -11925191 or 3737930. OLE color: 3737930.
HSL color Cylindrical-coordinate representation of color #4A0939: hue angle of 315.69º 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 #4A0939 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 57 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.71 |
| HSL | 315.69º | 0.78% | 0.16% | - |
| HSV(B) | 315.69º | 0.88% | 0.29% | - |
| XYZ | 3.66 | 1.95 | 4.05 | - |
| YUV | 33.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 57 | 0 | 0.88 | 0.23 | 0.71 | 315.69 | 0.78 | 0.16 |
| Hex | 4A | 9 | 39 | 0 | 58 | 17 | 47 | 13C | 4E | 10 |
| Octal | 112 | 11 | 71 | 0 | 130 | 27 | 107 | 474 | 116 | 20 |
| Binary | 1001010 | 1001 | 111001 | 0 | 1011000 | 10111 | 1000111 | 100111100 | 1001110 | 10000 |
Color Harmonies of #4A0939
Complementary color
Monochromatic Colors of #4A0939
Black with #4A0939
Text Example
Text Example
White with #4A0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0939; }
p { color: rgb(74,9,57); }
H1.HeaderClassName
{
color: #4A0939;
}
.AnyTagClassName
{
color: #4A0939;
}
</style>
background-color css
<style>
a { background-color: #4A0939; }
a { background-color: rgb(74,9,57); }
div.DivClassName
{
background-color: #4A0939;
}
.BgClassName
{
background-color: #4A0939;
}
</style>
border-color css
<style>
span { border-color: #4A0939; }
span { border-color: rgb(74,9,57); }
td.TdClassName
{
border-color: #4A0939;
}
.TagClassName
{
border-color: #4A0939;
}
</style>