Shades of Blackberry #4A0431
Tints of Blackberry #4A0431
RGB
CMYK
RGB Variations
Color information
#4A0431 (or 0x4A0431) is known color: Blackberry. HEX triplet: 4A, 04 and 31. RGB value is (74,4,49). Sum of RGB (Red+Green+Blue) = 74+4+49=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0431 is #B5FBCE. Grayscale: #1D1D1D. Windows color (decimal): -11926479 or 3212362. OLE color: 3212362.
HSL color Cylindrical-coordinate representation of color #4A0431: hue angle of 321.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0431 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 49 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.71 |
| HSL | 321.43º | 0.9% | 0.15% | - |
| HSV(B) | 321.43º | 0.95% | 0.29% | - |
| XYZ | 3.42 | 1.76 | 3.07 | - |
| YUV | 30.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 49 | 0 | 0.95 | 0.34 | 0.71 | 321.43 | 0.9 | 0.15 |
| Hex | 4A | 4 | 31 | 0 | 5F | 22 | 47 | 141 | 5A | F |
| Octal | 112 | 4 | 61 | 0 | 137 | 42 | 107 | 501 | 132 | 17 |
| Binary | 1001010 | 100 | 110001 | 0 | 1011111 | 100010 | 1000111 | 101000001 | 1011010 | 1111 |
Color Harmonies of #4A0431
Complementary color
Monochromatic Colors of #4A0431
Black with #4A0431
Text Example
Text Example
White with #4A0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0431; }
p { color: rgb(74,4,49); }
H1.HeaderClassName
{
color: #4A0431;
}
.AnyTagClassName
{
color: #4A0431;
}
</style>
background-color css
<style>
a { background-color: #4A0431; }
a { background-color: rgb(74,4,49); }
div.DivClassName
{
background-color: #4A0431;
}
.BgClassName
{
background-color: #4A0431;
}
</style>
border-color css
<style>
span { border-color: #4A0431; }
span { border-color: rgb(74,4,49); }
td.TdClassName
{
border-color: #4A0431;
}
.TagClassName
{
border-color: #4A0431;
}
</style>