Shades of Blackberry #4F022E
Tints of Blackberry #4F022E
RGB
CMYK
RGB Variations
Color information
#4F022E (or 0x4F022E) is known color: Blackberry. HEX triplet: 4F, 02 and 2E. RGB value is (79,2,46). Sum of RGB (Red+Green+Blue) = 79+2+46=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F022E is #B0FDD1. Grayscale: #1D1D1D. Windows color (decimal): -11599314 or 3015247. OLE color: 3015247.
HSL color Cylindrical-coordinate representation of color #4F022E: hue angle of 325.71º 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 #4F022E is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 46 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.69 |
| HSL | 325.71º | 0.95% | 0.16% | - |
| HSV(B) | 325.71º | 0.97% | 0.31% | - |
| XYZ | 3.74 | 1.9 | 2.75 | - |
| YUV | 30.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 46 | 0 | 0.97 | 0.42 | 0.69 | 325.71 | 0.95 | 0.16 |
| Hex | 4F | 2 | 2E | 0 | 61 | 2A | 45 | 146 | 5F | 10 |
| Octal | 117 | 2 | 56 | 0 | 141 | 52 | 105 | 506 | 137 | 20 |
| Binary | 1001111 | 10 | 101110 | 0 | 1100001 | 101010 | 1000101 | 101000110 | 1011111 | 10000 |
Color Harmonies of #4F022E
Complementary color
Monochromatic Colors of #4F022E
Black with #4F022E
Text Example
Text Example
White with #4F022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F022E; }
p { color: rgb(79,2,46); }
H1.HeaderClassName
{
color: #4F022E;
}
.AnyTagClassName
{
color: #4F022E;
}
</style>
background-color css
<style>
a { background-color: #4F022E; }
a { background-color: rgb(79,2,46); }
div.DivClassName
{
background-color: #4F022E;
}
.BgClassName
{
background-color: #4F022E;
}
</style>
border-color css
<style>
span { border-color: #4F022E; }
span { border-color: rgb(79,2,46); }
td.TdClassName
{
border-color: #4F022E;
}
.TagClassName
{
border-color: #4F022E;
}
</style>