Shades of Blackberry #4F022B
Tints of Blackberry #4F022B
RGB
CMYK
RGB Variations
Color information
#4F022B (or 0x4F022B) is known color: Blackberry. HEX triplet: 4F, 02 and 2B. RGB value is (79,2,43). Sum of RGB (Red+Green+Blue) = 79+2+43=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F022B is #B0FDD4. Grayscale: #1D1D1D. Windows color (decimal): -11599317 or 2818639. OLE color: 2818639.
HSL color Cylindrical-coordinate representation of color #4F022B: hue angle of 328.05º 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 #4F022B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 43 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.69 |
| HSL | 328.05º | 0.95% | 0.16% | - |
| HSV(B) | 328.05º | 0.97% | 0.31% | - |
| XYZ | 3.68 | 1.88 | 2.45 | - |
| YUV | 29.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 43 | 0 | 0.97 | 0.46 | 0.69 | 328.05 | 0.95 | 0.16 |
| Hex | 4F | 2 | 2B | 0 | 61 | 2E | 45 | 148 | 5F | 10 |
| Octal | 117 | 2 | 53 | 0 | 141 | 56 | 105 | 510 | 137 | 20 |
| Binary | 1001111 | 10 | 101011 | 0 | 1100001 | 101110 | 1000101 | 101001000 | 1011111 | 10000 |
Color Harmonies of #4F022B
Complementary color
Monochromatic Colors of #4F022B
Black with #4F022B
Text Example
Text Example
White with #4F022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F022B; }
p { color: rgb(79,2,43); }
H1.HeaderClassName
{
color: #4F022B;
}
.AnyTagClassName
{
color: #4F022B;
}
</style>
background-color css
<style>
a { background-color: #4F022B; }
a { background-color: rgb(79,2,43); }
div.DivClassName
{
background-color: #4F022B;
}
.BgClassName
{
background-color: #4F022B;
}
</style>
border-color css
<style>
span { border-color: #4F022B; }
span { border-color: rgb(79,2,43); }
td.TdClassName
{
border-color: #4F022B;
}
.TagClassName
{
border-color: #4F022B;
}
</style>