Shades of Blackberry #4F042A
Tints of Blackberry #4F042A
RGB
CMYK
RGB Variations
Color information
#4F042A (or 0x4F042A) is known color: Blackberry. HEX triplet: 4F, 04 and 2A. RGB value is (79,4,42). Sum of RGB (Red+Green+Blue) = 79+4+42=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F042A is #B0FBD5. Grayscale: #1E1E1E. Windows color (decimal): -11598806 or 2753615. OLE color: 2753615.
HSL color Cylindrical-coordinate representation of color #4F042A: hue angle of 329.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F042A is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 42 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.69 |
| HSL | 329.6º | 0.9% | 0.16% | - |
| HSV(B) | 329.6º | 0.95% | 0.31% | - |
| XYZ | 3.69 | 1.92 | 2.37 | - |
| YUV | 30.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 42 | 0 | 0.95 | 0.47 | 0.69 | 329.6 | 0.9 | 0.16 |
| Hex | 4F | 4 | 2A | 0 | 5F | 2F | 45 | 14A | 5A | 10 |
| Octal | 117 | 4 | 52 | 0 | 137 | 57 | 105 | 512 | 132 | 20 |
| Binary | 1001111 | 100 | 101010 | 0 | 1011111 | 101111 | 1000101 | 101001010 | 1011010 | 10000 |
Color Harmonies of #4F042A
Complementary color
Monochromatic Colors of #4F042A
Black with #4F042A
Text Example
Text Example
White with #4F042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F042A; }
p { color: rgb(79,4,42); }
H1.HeaderClassName
{
color: #4F042A;
}
.AnyTagClassName
{
color: #4F042A;
}
</style>
background-color css
<style>
a { background-color: #4F042A; }
a { background-color: rgb(79,4,42); }
div.DivClassName
{
background-color: #4F042A;
}
.BgClassName
{
background-color: #4F042A;
}
</style>
border-color css
<style>
span { border-color: #4F042A; }
span { border-color: rgb(79,4,42); }
td.TdClassName
{
border-color: #4F042A;
}
.TagClassName
{
border-color: #4F042A;
}
</style>