Shades of Blackberry #4A0C31
Tints of Blackberry #4A0C31
RGB
CMYK
RGB Variations
Color information
#4A0C31 (or 0x4A0C31) is known color: Blackberry. HEX triplet: 4A, 0C and 31. RGB value is (74,12,49). Sum of RGB (Red+Green+Blue) = 74+12+49=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0C31 is #B5F3CE. Grayscale: #222222. Windows color (decimal): -11924431 or 3214410. OLE color: 3214410.
HSL color Cylindrical-coordinate representation of color #4A0C31: hue angle of 324.19º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A0C31 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 12 | 49 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.71 |
| HSL | 324.19º | 0.72% | 0.17% | - |
| HSV(B) | 324.19º | 0.84% | 0.29% | - |
| XYZ | 3.51 | 1.94 | 3.1 | - |
| YUV | 34.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 49 | 0 | 0.84 | 0.34 | 0.71 | 324.19 | 0.72 | 0.17 |
| Hex | 4A | C | 31 | 0 | 54 | 22 | 47 | 144 | 48 | 11 |
| Octal | 112 | 14 | 61 | 0 | 124 | 42 | 107 | 504 | 110 | 21 |
| Binary | 1001010 | 1100 | 110001 | 0 | 1010100 | 100010 | 1000111 | 101000100 | 1001000 | 10001 |
Color Harmonies of #4A0C31
Complementary color
Monochromatic Colors of #4A0C31
Black with #4A0C31
Text Example
Text Example
White with #4A0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C31; }
p { color: rgb(74,12,49); }
H1.HeaderClassName
{
color: #4A0C31;
}
.AnyTagClassName
{
color: #4A0C31;
}
</style>
background-color css
<style>
a { background-color: #4A0C31; }
a { background-color: rgb(74,12,49); }
div.DivClassName
{
background-color: #4A0C31;
}
.BgClassName
{
background-color: #4A0C31;
}
</style>
border-color css
<style>
span { border-color: #4A0C31; }
span { border-color: rgb(74,12,49); }
td.TdClassName
{
border-color: #4A0C31;
}
.TagClassName
{
border-color: #4A0C31;
}
</style>