Shades of Blackberry #4F082E
Tints of Blackberry #4F082E
RGB
CMYK
RGB Variations
Color information
#4F082E (or 0x4F082E) is known color: Blackberry. HEX triplet: 4F, 08 and 2E. RGB value is (79,8,46). Sum of RGB (Red+Green+Blue) = 79+8+46=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F082E is #B0F7D1. Grayscale: #212121. Windows color (decimal): -11597778 or 3016783. OLE color: 3016783.
HSL color Cylindrical-coordinate representation of color #4F082E: hue angle of 327.89º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F082E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 46 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.69 |
| HSL | 327.89º | 0.82% | 0.17% | - |
| HSV(B) | 327.89º | 0.9% | 0.31% | - |
| XYZ | 3.8 | 2.03 | 2.78 | - |
| YUV | 33.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 46 | 0 | 0.90 | 0.42 | 0.69 | 327.89 | 0.82 | 0.17 |
| Hex | 4F | 8 | 2E | 0 | 5A | 2A | 45 | 148 | 52 | 11 |
| Octal | 117 | 10 | 56 | 0 | 132 | 52 | 105 | 510 | 122 | 21 |
| Binary | 1001111 | 1000 | 101110 | 0 | 1011010 | 101010 | 1000101 | 101001000 | 1010010 | 10001 |
Color Harmonies of #4F082E
Complementary color
Monochromatic Colors of #4F082E
Black with #4F082E
Text Example
Text Example
White with #4F082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F082E; }
p { color: rgb(79,8,46); }
H1.HeaderClassName
{
color: #4F082E;
}
.AnyTagClassName
{
color: #4F082E;
}
</style>
background-color css
<style>
a { background-color: #4F082E; }
a { background-color: rgb(79,8,46); }
div.DivClassName
{
background-color: #4F082E;
}
.BgClassName
{
background-color: #4F082E;
}
</style>
border-color css
<style>
span { border-color: #4F082E; }
span { border-color: rgb(79,8,46); }
td.TdClassName
{
border-color: #4F082E;
}
.TagClassName
{
border-color: #4F082E;
}
</style>