Shades of Blackberry #4A0F2C
Tints of Blackberry #4A0F2C
RGB
CMYK
RGB Variations
Color information
#4A0F2C (or 0x4A0F2C) is known color: Blackberry. HEX triplet: 4A, 0F and 2C. RGB value is (74,15,44). Sum of RGB (Red+Green+Blue) = 74+15+44=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0F2C is #B5F0D3. Grayscale: #232323. Windows color (decimal): -11923668 or 2887498. OLE color: 2887498.
HSL color Cylindrical-coordinate representation of color #4A0F2C: hue angle of 330.51º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A0F2C is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 15 | 44 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.71 |
| HSL | 330.51º | 0.66% | 0.17% | - |
| HSV(B) | 330.51º | 0.8% | 0.29% | - |
| XYZ | 3.45 | 1.98 | 2.58 | - |
| YUV | 35.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 44 | 0 | 0.80 | 0.41 | 0.71 | 330.51 | 0.66 | 0.17 |
| Hex | 4A | F | 2C | 0 | 50 | 29 | 47 | 14B | 42 | 11 |
| Octal | 112 | 17 | 54 | 0 | 120 | 51 | 107 | 513 | 102 | 21 |
| Binary | 1001010 | 1111 | 101100 | 0 | 1010000 | 101001 | 1000111 | 101001011 | 1000010 | 10001 |
Color Harmonies of #4A0F2C
Complementary color
Monochromatic Colors of #4A0F2C
Black with #4A0F2C
Text Example
Text Example
White with #4A0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0F2C; }
p { color: rgb(74,15,44); }
H1.HeaderClassName
{
color: #4A0F2C;
}
.AnyTagClassName
{
color: #4A0F2C;
}
</style>
background-color css
<style>
a { background-color: #4A0F2C; }
a { background-color: rgb(74,15,44); }
div.DivClassName
{
background-color: #4A0F2C;
}
.BgClassName
{
background-color: #4A0F2C;
}
</style>
border-color css
<style>
span { border-color: #4A0F2C; }
span { border-color: rgb(74,15,44); }
td.TdClassName
{
border-color: #4A0F2C;
}
.TagClassName
{
border-color: #4A0F2C;
}
</style>