Shades of Blackberry #4F0422
Tints of Blackberry #4F0422
RGB
CMYK
RGB Variations
Color information
#4F0422 (or 0x4F0422) is known color: Blackberry. HEX triplet: 4F, 04 and 22. RGB value is (79,4,34). Sum of RGB (Red+Green+Blue) = 79+4+34=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0422 is #B0FBDD. Grayscale: #1D1D1D. Windows color (decimal): -11598814 or 2229327. OLE color: 2229327.
HSL color Cylindrical-coordinate representation of color #4F0422: hue angle of 336º 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 #4F0422 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 34 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.69 |
| HSL | 336º | 0.9% | 0.16% | - |
| HSV(B) | 336º | 0.95% | 0.31% | - |
| XYZ | 3.56 | 1.86 | 1.69 | - |
| YUV | 29.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 34 | 0 | 0.95 | 0.57 | 0.69 | 336 | 0.9 | 0.16 |
| Hex | 4F | 4 | 22 | 0 | 5F | 39 | 45 | 150 | 5A | 10 |
| Octal | 117 | 4 | 42 | 0 | 137 | 71 | 105 | 520 | 132 | 20 |
| Binary | 1001111 | 100 | 100010 | 0 | 1011111 | 111001 | 1000101 | 101010000 | 1011010 | 10000 |
Color Harmonies of #4F0422
Complementary color
Monochromatic Colors of #4F0422
Black with #4F0422
Text Example
Text Example
White with #4F0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0422; }
p { color: rgb(79,4,34); }
H1.HeaderClassName
{
color: #4F0422;
}
.AnyTagClassName
{
color: #4F0422;
}
</style>
background-color css
<style>
a { background-color: #4F0422; }
a { background-color: rgb(79,4,34); }
div.DivClassName
{
background-color: #4F0422;
}
.BgClassName
{
background-color: #4F0422;
}
</style>
border-color css
<style>
span { border-color: #4F0422; }
span { border-color: rgb(79,4,34); }
td.TdClassName
{
border-color: #4F0422;
}
.TagClassName
{
border-color: #4F0422;
}
</style>