Shades of Blackberry #4F0229
Tints of Blackberry #4F0229
RGB
CMYK
RGB Variations
Color information
#4F0229 (or 0x4F0229) is known color: Blackberry. HEX triplet: 4F, 02 and 29. RGB value is (79,2,41). Sum of RGB (Red+Green+Blue) = 79+2+41=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0229 is #B0FDD6. Grayscale: #1D1D1D. Windows color (decimal): -11599319 or 2687567. OLE color: 2687567.
HSL color Cylindrical-coordinate representation of color #4F0229: hue angle of 329.61º 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 #4F0229 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 41 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.69 |
| HSL | 329.61º | 0.95% | 0.16% | - |
| HSV(B) | 329.61º | 0.97% | 0.31% | - |
| XYZ | 3.65 | 1.87 | 2.27 | - |
| YUV | 29.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 41 | 0 | 0.97 | 0.48 | 0.69 | 329.61 | 0.95 | 0.16 |
| Hex | 4F | 2 | 29 | 0 | 61 | 30 | 45 | 14A | 5F | 10 |
| Octal | 117 | 2 | 51 | 0 | 141 | 60 | 105 | 512 | 137 | 20 |
| Binary | 1001111 | 10 | 101001 | 0 | 1100001 | 110000 | 1000101 | 101001010 | 1011111 | 10000 |
Color Harmonies of #4F0229
Complementary color
Monochromatic Colors of #4F0229
Black with #4F0229
Text Example
Text Example
White with #4F0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0229; }
p { color: rgb(79,2,41); }
H1.HeaderClassName
{
color: #4F0229;
}
.AnyTagClassName
{
color: #4F0229;
}
</style>
background-color css
<style>
a { background-color: #4F0229; }
a { background-color: rgb(79,2,41); }
div.DivClassName
{
background-color: #4F0229;
}
.BgClassName
{
background-color: #4F0229;
}
</style>
border-color css
<style>
span { border-color: #4F0229; }
span { border-color: rgb(79,2,41); }
td.TdClassName
{
border-color: #4F0229;
}
.TagClassName
{
border-color: #4F0229;
}
</style>