Shades of Blackberry #4F082D
Tints of Blackberry #4F082D
RGB
CMYK
RGB Variations
Color information
#4F082D (or 0x4F082D) is known color: Blackberry. HEX triplet: 4F, 08 and 2D. RGB value is (79,8,45). Sum of RGB (Red+Green+Blue) = 79+8+45=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F082D is #B0F7D2. Grayscale: #212121. Windows color (decimal): -11597779 or 2951247. OLE color: 2951247.
HSL color Cylindrical-coordinate representation of color #4F082D: hue angle of 328.73º 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 #4F082D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 45 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.69 |
| HSL | 328.73º | 0.82% | 0.17% | - |
| HSV(B) | 328.73º | 0.9% | 0.31% | - |
| XYZ | 3.78 | 2.03 | 2.67 | - |
| YUV | 33.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 45 | 0 | 0.90 | 0.43 | 0.69 | 328.73 | 0.82 | 0.17 |
| Hex | 4F | 8 | 2D | 0 | 5A | 2B | 45 | 149 | 52 | 11 |
| Octal | 117 | 10 | 55 | 0 | 132 | 53 | 105 | 511 | 122 | 21 |
| Binary | 1001111 | 1000 | 101101 | 0 | 1011010 | 101011 | 1000101 | 101001001 | 1010010 | 10001 |
Color Harmonies of #4F082D
Complementary color
Monochromatic Colors of #4F082D
Black with #4F082D
Text Example
Text Example
White with #4F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F082D; }
p { color: rgb(79,8,45); }
H1.HeaderClassName
{
color: #4F082D;
}
.AnyTagClassName
{
color: #4F082D;
}
</style>
background-color css
<style>
a { background-color: #4F082D; }
a { background-color: rgb(79,8,45); }
div.DivClassName
{
background-color: #4F082D;
}
.BgClassName
{
background-color: #4F082D;
}
</style>
border-color css
<style>
span { border-color: #4F082D; }
span { border-color: rgb(79,8,45); }
td.TdClassName
{
border-color: #4F082D;
}
.TagClassName
{
border-color: #4F082D;
}
</style>