Shades of Blackberry #4F0224
Tints of Blackberry #4F0224
RGB
CMYK
RGB Variations
Color information
#4F0224 (or 0x4F0224) is known color: Blackberry. HEX triplet: 4F, 02 and 24. RGB value is (79,2,36). Sum of RGB (Red+Green+Blue) = 79+2+36=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0224 is #B0FDDB. Grayscale: #1C1C1C. Windows color (decimal): -11599324 or 2359887. OLE color: 2359887.
HSL color Cylindrical-coordinate representation of color #4F0224: hue angle of 333.51º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0224 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 36 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.69 |
| HSL | 333.51º | 0.95% | 0.16% | - |
| HSV(B) | 333.51º | 0.97% | 0.31% | - |
| XYZ | 3.56 | 1.83 | 1.84 | - |
| YUV | 28.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 36 | 0 | 0.97 | 0.54 | 0.69 | 333.51 | 0.95 | 0.16 |
| Hex | 4F | 2 | 24 | 0 | 61 | 36 | 45 | 14E | 5F | 10 |
| Octal | 117 | 2 | 44 | 0 | 141 | 66 | 105 | 516 | 137 | 20 |
| Binary | 1001111 | 10 | 100100 | 0 | 1100001 | 110110 | 1000101 | 101001110 | 1011111 | 10000 |
Color Harmonies of #4F0224
Complementary color
Monochromatic Colors of #4F0224
Black with #4F0224
Text Example
Text Example
White with #4F0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0224; }
p { color: rgb(79,2,36); }
H1.HeaderClassName
{
color: #4F0224;
}
.AnyTagClassName
{
color: #4F0224;
}
</style>
background-color css
<style>
a { background-color: #4F0224; }
a { background-color: rgb(79,2,36); }
div.DivClassName
{
background-color: #4F0224;
}
.BgClassName
{
background-color: #4F0224;
}
</style>
border-color css
<style>
span { border-color: #4F0224; }
span { border-color: rgb(79,2,36); }
td.TdClassName
{
border-color: #4F0224;
}
.TagClassName
{
border-color: #4F0224;
}
</style>