Shades of Blackberry #4F0824
Tints of Blackberry #4F0824
RGB
CMYK
RGB Variations
Color information
#4F0824 (or 0x4F0824) is known color: Blackberry. HEX triplet: 4F, 08 and 24. RGB value is (79,8,36). Sum of RGB (Red+Green+Blue) = 79+8+36=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0824 is #B0F7DB. Grayscale: #202020. Windows color (decimal): -11597788 or 2361423. OLE color: 2361423.
HSL color Cylindrical-coordinate representation of color #4F0824: hue angle of 336.34º 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 #4F0824 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 36 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.69 |
| HSL | 336.34º | 0.82% | 0.17% | - |
| HSV(B) | 336.34º | 0.9% | 0.31% | - |
| XYZ | 3.63 | 1.96 | 1.86 | - |
| YUV | 32.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 36 | 0 | 0.90 | 0.54 | 0.69 | 336.34 | 0.82 | 0.17 |
| Hex | 4F | 8 | 24 | 0 | 5A | 36 | 45 | 150 | 52 | 11 |
| Octal | 117 | 10 | 44 | 0 | 132 | 66 | 105 | 520 | 122 | 21 |
| Binary | 1001111 | 1000 | 100100 | 0 | 1011010 | 110110 | 1000101 | 101010000 | 1010010 | 10001 |
Color Harmonies of #4F0824
Complementary color
Monochromatic Colors of #4F0824
Black with #4F0824
Text Example
Text Example
White with #4F0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0824; }
p { color: rgb(79,8,36); }
H1.HeaderClassName
{
color: #4F0824;
}
.AnyTagClassName
{
color: #4F0824;
}
</style>
background-color css
<style>
a { background-color: #4F0824; }
a { background-color: rgb(79,8,36); }
div.DivClassName
{
background-color: #4F0824;
}
.BgClassName
{
background-color: #4F0824;
}
</style>
border-color css
<style>
span { border-color: #4F0824; }
span { border-color: rgb(79,8,36); }
td.TdClassName
{
border-color: #4F0824;
}
.TagClassName
{
border-color: #4F0824;
}
</style>