Shades of Blackberry #4A0A2F
Tints of Blackberry #4A0A2F
RGB
CMYK
RGB Variations
Color information
#4A0A2F (or 0x4A0A2F) is known color: Blackberry. HEX triplet: 4A, 0A and 2F. RGB value is (74,10,47). Sum of RGB (Red+Green+Blue) = 74+10+47=131 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.49% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0A2F is #B5F5D0. Grayscale: #212121. Windows color (decimal): -11924945 or 3082826. OLE color: 3082826.
HSL color Cylindrical-coordinate representation of color #4A0A2F: hue angle of 325.31º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A0A2F is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 10 | 47 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.71 |
| HSL | 325.31º | 0.76% | 0.16% | - |
| HSV(B) | 325.31º | 0.86% | 0.29% | - |
| XYZ | 3.45 | 1.88 | 2.87 | - |
| YUV | 33.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 47 | 0 | 0.86 | 0.36 | 0.71 | 325.31 | 0.76 | 0.16 |
| Hex | 4A | A | 2F | 0 | 56 | 24 | 47 | 145 | 4C | 10 |
| Octal | 112 | 12 | 57 | 0 | 126 | 44 | 107 | 505 | 114 | 20 |
| Binary | 1001010 | 1010 | 101111 | 0 | 1010110 | 100100 | 1000111 | 101000101 | 1001100 | 10000 |
Color Harmonies of #4A0A2F
Complementary color
Monochromatic Colors of #4A0A2F
Black with #4A0A2F
Text Example
Text Example
White with #4A0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0A2F; }
p { color: rgb(74,10,47); }
H1.HeaderClassName
{
color: #4A0A2F;
}
.AnyTagClassName
{
color: #4A0A2F;
}
</style>
background-color css
<style>
a { background-color: #4A0A2F; }
a { background-color: rgb(74,10,47); }
div.DivClassName
{
background-color: #4A0A2F;
}
.BgClassName
{
background-color: #4A0A2F;
}
</style>
border-color css
<style>
span { border-color: #4A0A2F; }
span { border-color: rgb(74,10,47); }
td.TdClassName
{
border-color: #4A0A2F;
}
.TagClassName
{
border-color: #4A0A2F;
}
</style>