Shades of Blackberry #4F1E3E
Tints of Blackberry #4F1E3E
RGB
CMYK
RGB Variations
Color information
#4F1E3E (or 0x4F1E3E) is known color: Blackberry. HEX triplet: 4F, 1E and 3E. RGB value is (79,30,62). Sum of RGB (Red+Green+Blue) = 79+30+62=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E3E is #B0E1C1. Grayscale: #303030. Windows color (decimal): -11592130 or 4070991. OLE color: 4070991.
HSL color Cylindrical-coordinate representation of color #4F1E3E: hue angle of 320.82º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E3E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 62 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.69 |
| HSL | 320.82º | 0.45% | 0.21% | - |
| HSV(B) | 320.82º | 0.62% | 0.31% | - |
| XYZ | 4.56 | 2.94 | 4.88 | - |
| YUV | 48.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 62 | 0 | 0.62 | 0.22 | 0.69 | 320.82 | 0.45 | 0.21 |
| Hex | 4F | 1E | 3E | 0 | 3E | 16 | 45 | 141 | 2D | 15 |
| Octal | 117 | 36 | 76 | 0 | 76 | 26 | 105 | 501 | 55 | 25 |
| Binary | 1001111 | 11110 | 111110 | 0 | 111110 | 10110 | 1000101 | 101000001 | 101101 | 10101 |
Color Harmonies of #4F1E3E
Complementary color
Monochromatic Colors of #4F1E3E
Black with #4F1E3E
Text Example
Text Example
White with #4F1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E3E; }
p { color: rgb(79,30,62); }
H1.HeaderClassName
{
color: #4F1E3E;
}
.AnyTagClassName
{
color: #4F1E3E;
}
</style>
background-color css
<style>
a { background-color: #4F1E3E; }
a { background-color: rgb(79,30,62); }
div.DivClassName
{
background-color: #4F1E3E;
}
.BgClassName
{
background-color: #4F1E3E;
}
</style>
border-color css
<style>
span { border-color: #4F1E3E; }
span { border-color: rgb(79,30,62); }
td.TdClassName
{
border-color: #4F1E3E;
}
.TagClassName
{
border-color: #4F1E3E;
}
</style>