Shades of Blackberry #4F072D
Tints of Blackberry #4F072D
RGB
CMYK
RGB Variations
Color information
#4F072D (or 0x4F072D) is known color: Blackberry. HEX triplet: 4F, 07 and 2D. RGB value is (79,7,45). Sum of RGB (Red+Green+Blue) = 79+7+45=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F072D is #B0F8D2. Grayscale: #202020. Windows color (decimal): -11598035 or 2950991. OLE color: 2950991.
HSL color Cylindrical-coordinate representation of color #4F072D: hue angle of 328.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F072D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 45 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.69 |
| HSL | 328.33º | 0.84% | 0.17% | - |
| HSV(B) | 328.33º | 0.91% | 0.31% | - |
| XYZ | 3.77 | 2 | 2.67 | - |
| YUV | 32.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 45 | 0 | 0.91 | 0.43 | 0.69 | 328.33 | 0.84 | 0.17 |
| Hex | 4F | 7 | 2D | 0 | 5B | 2B | 45 | 148 | 54 | 11 |
| Octal | 117 | 7 | 55 | 0 | 133 | 53 | 105 | 510 | 124 | 21 |
| Binary | 1001111 | 111 | 101101 | 0 | 1011011 | 101011 | 1000101 | 101001000 | 1010100 | 10001 |
Color Harmonies of #4F072D
Complementary color
Monochromatic Colors of #4F072D
Black with #4F072D
Text Example
Text Example
White with #4F072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F072D; }
p { color: rgb(79,7,45); }
H1.HeaderClassName
{
color: #4F072D;
}
.AnyTagClassName
{
color: #4F072D;
}
</style>
background-color css
<style>
a { background-color: #4F072D; }
a { background-color: rgb(79,7,45); }
div.DivClassName
{
background-color: #4F072D;
}
.BgClassName
{
background-color: #4F072D;
}
</style>
border-color css
<style>
span { border-color: #4F072D; }
span { border-color: rgb(79,7,45); }
td.TdClassName
{
border-color: #4F072D;
}
.TagClassName
{
border-color: #4F072D;
}
</style>