Shades of Blackberry #4F0F2D
Tints of Blackberry #4F0F2D
RGB
CMYK
RGB Variations
Color information
#4F0F2D (or 0x4F0F2D) is known color: Blackberry. HEX triplet: 4F, 0F and 2D. RGB value is (79,15,45). Sum of RGB (Red+Green+Blue) = 79+15+45=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0F2D is #B0F0D2. Grayscale: #252525. Windows color (decimal): -11595987 or 2953039. OLE color: 2953039.
HSL color Cylindrical-coordinate representation of color #4F0F2D: hue angle of 331.88º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F0F2D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 15 | 45 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.69 |
| HSL | 331.88º | 0.68% | 0.18% | - |
| HSV(B) | 331.88º | 0.81% | 0.31% | - |
| XYZ | 3.87 | 2.19 | 2.7 | - |
| YUV | 37.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 45 | 0 | 0.81 | 0.43 | 0.69 | 331.88 | 0.68 | 0.18 |
| Hex | 4F | F | 2D | 0 | 51 | 2B | 45 | 14C | 44 | 12 |
| Octal | 117 | 17 | 55 | 0 | 121 | 53 | 105 | 514 | 104 | 22 |
| Binary | 1001111 | 1111 | 101101 | 0 | 1010001 | 101011 | 1000101 | 101001100 | 1000100 | 10010 |
Color Harmonies of #4F0F2D
Complementary color
Monochromatic Colors of #4F0F2D
Black with #4F0F2D
Text Example
Text Example
White with #4F0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0F2D; }
p { color: rgb(79,15,45); }
H1.HeaderClassName
{
color: #4F0F2D;
}
.AnyTagClassName
{
color: #4F0F2D;
}
</style>
background-color css
<style>
a { background-color: #4F0F2D; }
a { background-color: rgb(79,15,45); }
div.DivClassName
{
background-color: #4F0F2D;
}
.BgClassName
{
background-color: #4F0F2D;
}
</style>
border-color css
<style>
span { border-color: #4F0F2D; }
span { border-color: rgb(79,15,45); }
td.TdClassName
{
border-color: #4F0F2D;
}
.TagClassName
{
border-color: #4F0F2D;
}
</style>