Shades of Blackberry #4F042C
Tints of Blackberry #4F042C
RGB
CMYK
RGB Variations
Color information
#4F042C (or 0x4F042C) is known color: Blackberry. HEX triplet: 4F, 04 and 2C. RGB value is (79,4,44). Sum of RGB (Red+Green+Blue) = 79+4+44=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F042C is #B0FBD3. Grayscale: #1E1E1E. Windows color (decimal): -11598804 or 2884687. OLE color: 2884687.
HSL color Cylindrical-coordinate representation of color #4F042C: hue angle of 328º 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 #4F042C is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 44 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.69 |
| HSL | 328º | 0.9% | 0.16% | - |
| HSV(B) | 328º | 0.95% | 0.31% | - |
| XYZ | 3.72 | 1.93 | 2.56 | - |
| YUV | 30.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 44 | 0 | 0.95 | 0.44 | 0.69 | 328 | 0.9 | 0.16 |
| Hex | 4F | 4 | 2C | 0 | 5F | 2C | 45 | 148 | 5A | 10 |
| Octal | 117 | 4 | 54 | 0 | 137 | 54 | 105 | 510 | 132 | 20 |
| Binary | 1001111 | 100 | 101100 | 0 | 1011111 | 101100 | 1000101 | 101001000 | 1011010 | 10000 |
Color Harmonies of #4F042C
Complementary color
Monochromatic Colors of #4F042C
Black with #4F042C
Text Example
Text Example
White with #4F042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F042C; }
p { color: rgb(79,4,44); }
H1.HeaderClassName
{
color: #4F042C;
}
.AnyTagClassName
{
color: #4F042C;
}
</style>
background-color css
<style>
a { background-color: #4F042C; }
a { background-color: rgb(79,4,44); }
div.DivClassName
{
background-color: #4F042C;
}
.BgClassName
{
background-color: #4F042C;
}
</style>
border-color css
<style>
span { border-color: #4F042C; }
span { border-color: rgb(79,4,44); }
td.TdClassName
{
border-color: #4F042C;
}
.TagClassName
{
border-color: #4F042C;
}
</style>