Shades of Blackberry #4A0B2F
Tints of Blackberry #4A0B2F
RGB
CMYK
RGB Variations
Color information
#4A0B2F (or 0x4A0B2F) is known color: Blackberry. HEX triplet: 4A, 0B and 2F. RGB value is (74,11,47). Sum of RGB (Red+Green+Blue) = 74+11+47=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0B2F is #B5F4D0. Grayscale: #212121. Windows color (decimal): -11924689 or 3083082. OLE color: 3083082.
HSL color Cylindrical-coordinate representation of color #4A0B2F: hue angle of 325.71º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A0B2F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 11 | 47 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.71 |
| HSL | 325.71º | 0.74% | 0.17% | - |
| HSV(B) | 325.71º | 0.85% | 0.29% | - |
| XYZ | 3.46 | 1.9 | 2.87 | - |
| YUV | 33.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 47 | 0 | 0.85 | 0.36 | 0.71 | 325.71 | 0.74 | 0.17 |
| Hex | 4A | B | 2F | 0 | 55 | 24 | 47 | 146 | 4A | 11 |
| Octal | 112 | 13 | 57 | 0 | 125 | 44 | 107 | 506 | 112 | 21 |
| Binary | 1001010 | 1011 | 101111 | 0 | 1010101 | 100100 | 1000111 | 101000110 | 1001010 | 10001 |
Color Harmonies of #4A0B2F
Complementary color
Monochromatic Colors of #4A0B2F
Black with #4A0B2F
Text Example
Text Example
White with #4A0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0B2F; }
p { color: rgb(74,11,47); }
H1.HeaderClassName
{
color: #4A0B2F;
}
.AnyTagClassName
{
color: #4A0B2F;
}
</style>
background-color css
<style>
a { background-color: #4A0B2F; }
a { background-color: rgb(74,11,47); }
div.DivClassName
{
background-color: #4A0B2F;
}
.BgClassName
{
background-color: #4A0B2F;
}
</style>
border-color css
<style>
span { border-color: #4A0B2F; }
span { border-color: rgb(74,11,47); }
td.TdClassName
{
border-color: #4A0B2F;
}
.TagClassName
{
border-color: #4A0B2F;
}
</style>