Shades of Blackberry #4F032A
Tints of Blackberry #4F032A
RGB
CMYK
RGB Variations
Color information
#4F032A (or 0x4F032A) is known color: Blackberry. HEX triplet: 4F, 03 and 2A. RGB value is (79,3,42). Sum of RGB (Red+Green+Blue) = 79+3+42=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F032A is #B0FCD5. Grayscale: #1E1E1E. Windows color (decimal): -11599062 or 2753359. OLE color: 2753359.
HSL color Cylindrical-coordinate representation of color #4F032A: hue angle of 329.21º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F032A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 3 | 42 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.69 |
| HSL | 329.21º | 0.93% | 0.16% | - |
| HSV(B) | 329.21º | 0.96% | 0.31% | - |
| XYZ | 3.67 | 1.89 | 2.36 | - |
| YUV | 30.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 42 | 0 | 0.96 | 0.47 | 0.69 | 329.21 | 0.93 | 0.16 |
| Hex | 4F | 3 | 2A | 0 | 60 | 2F | 45 | 149 | 5D | 10 |
| Octal | 117 | 3 | 52 | 0 | 140 | 57 | 105 | 511 | 135 | 20 |
| Binary | 1001111 | 11 | 101010 | 0 | 1100000 | 101111 | 1000101 | 101001001 | 1011101 | 10000 |
Color Harmonies of #4F032A
Complementary color
Monochromatic Colors of #4F032A
Black with #4F032A
Text Example
Text Example
White with #4F032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F032A; }
p { color: rgb(79,3,42); }
H1.HeaderClassName
{
color: #4F032A;
}
.AnyTagClassName
{
color: #4F032A;
}
</style>
background-color css
<style>
a { background-color: #4F032A; }
a { background-color: rgb(79,3,42); }
div.DivClassName
{
background-color: #4F032A;
}
.BgClassName
{
background-color: #4F032A;
}
</style>
border-color css
<style>
span { border-color: #4F032A; }
span { border-color: rgb(79,3,42); }
td.TdClassName
{
border-color: #4F032A;
}
.TagClassName
{
border-color: #4F032A;
}
</style>