Shades of Blackberry #4F042E
Tints of Blackberry #4F042E
RGB
CMYK
RGB Variations
Color information
#4F042E (or 0x4F042E) is known color: Blackberry. HEX triplet: 4F, 04 and 2E. RGB value is (79,4,46). Sum of RGB (Red+Green+Blue) = 79+4+46=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F042E is #B0FBD1. Grayscale: #1F1F1F. Windows color (decimal): -11598802 or 3015759. OLE color: 3015759.
HSL color Cylindrical-coordinate representation of color #4F042E: hue angle of 326.4º 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 #4F042E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 46 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.69 |
| HSL | 326.4º | 0.9% | 0.16% | - |
| HSV(B) | 326.4º | 0.95% | 0.31% | - |
| XYZ | 3.76 | 1.95 | 2.76 | - |
| YUV | 31.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 46 | 0 | 0.95 | 0.42 | 0.69 | 326.4 | 0.9 | 0.16 |
| Hex | 4F | 4 | 2E | 0 | 5F | 2A | 45 | 146 | 5A | 10 |
| Octal | 117 | 4 | 56 | 0 | 137 | 52 | 105 | 506 | 132 | 20 |
| Binary | 1001111 | 100 | 101110 | 0 | 1011111 | 101010 | 1000101 | 101000110 | 1011010 | 10000 |
Color Harmonies of #4F042E
Complementary color
Monochromatic Colors of #4F042E
Black with #4F042E
Text Example
Text Example
White with #4F042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F042E; }
p { color: rgb(79,4,46); }
H1.HeaderClassName
{
color: #4F042E;
}
.AnyTagClassName
{
color: #4F042E;
}
</style>
background-color css
<style>
a { background-color: #4F042E; }
a { background-color: rgb(79,4,46); }
div.DivClassName
{
background-color: #4F042E;
}
.BgClassName
{
background-color: #4F042E;
}
</style>
border-color css
<style>
span { border-color: #4F042E; }
span { border-color: rgb(79,4,46); }
td.TdClassName
{
border-color: #4F042E;
}
.TagClassName
{
border-color: #4F042E;
}
</style>