Shades of Blackberry #4F1F3E
Tints of Blackberry #4F1F3E
RGB
CMYK
RGB Variations
Color information
#4F1F3E (or 0x4F1F3E) is known color: Blackberry. HEX triplet: 4F, 1F and 3E. RGB value is (79,31,62). Sum of RGB (Red+Green+Blue) = 79+31+62=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F3E is #B0E0C1. Grayscale: #303030. Windows color (decimal): -11591874 or 4071247. OLE color: 4071247.
HSL color Cylindrical-coordinate representation of color #4F1F3E: hue angle of 321.25º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F3E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 62 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.69 |
| HSL | 321.25º | 0.44% | 0.22% | - |
| HSV(B) | 321.25º | 0.61% | 0.31% | - |
| XYZ | 4.58 | 2.99 | 4.89 | - |
| YUV | 48.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 62 | 0 | 0.61 | 0.22 | 0.69 | 321.25 | 0.44 | 0.22 |
| Hex | 4F | 1F | 3E | 0 | 3D | 16 | 45 | 141 | 2C | 16 |
| Octal | 117 | 37 | 76 | 0 | 75 | 26 | 105 | 501 | 54 | 26 |
| Binary | 1001111 | 11111 | 111110 | 0 | 111101 | 10110 | 1000101 | 101000001 | 101100 | 10110 |
Color Harmonies of #4F1F3E
Complementary color
Monochromatic Colors of #4F1F3E
Black with #4F1F3E
Text Example
Text Example
White with #4F1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F3E; }
p { color: rgb(79,31,62); }
H1.HeaderClassName
{
color: #4F1F3E;
}
.AnyTagClassName
{
color: #4F1F3E;
}
</style>
background-color css
<style>
a { background-color: #4F1F3E; }
a { background-color: rgb(79,31,62); }
div.DivClassName
{
background-color: #4F1F3E;
}
.BgClassName
{
background-color: #4F1F3E;
}
</style>
border-color css
<style>
span { border-color: #4F1F3E; }
span { border-color: rgb(79,31,62); }
td.TdClassName
{
border-color: #4F1F3E;
}
.TagClassName
{
border-color: #4F1F3E;
}
</style>