Shades of Blackberry #4F0B2A
Tints of Blackberry #4F0B2A
RGB
CMYK
RGB Variations
Color information
#4F0B2A (or 0x4F0B2A) is known color: Blackberry. HEX triplet: 4F, 0B and 2A. RGB value is (79,11,42). Sum of RGB (Red+Green+Blue) = 79+11+42=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B2A is #B0F4D5. Grayscale: #222222. Windows color (decimal): -11597014 or 2755407. OLE color: 2755407.
HSL color Cylindrical-coordinate representation of color #4F0B2A: hue angle of 332.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F0B2A is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 11 | 42 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.69 |
| HSL | 332.65º | 0.76% | 0.18% | - |
| HSV(B) | 332.65º | 0.86% | 0.31% | - |
| XYZ | 3.76 | 2.07 | 2.39 | - |
| YUV | 34.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 42 | 0 | 0.86 | 0.47 | 0.69 | 332.65 | 0.76 | 0.18 |
| Hex | 4F | B | 2A | 0 | 56 | 2F | 45 | 14D | 4C | 12 |
| Octal | 117 | 13 | 52 | 0 | 126 | 57 | 105 | 515 | 114 | 22 |
| Binary | 1001111 | 1011 | 101010 | 0 | 1010110 | 101111 | 1000101 | 101001101 | 1001100 | 10010 |
Color Harmonies of #4F0B2A
Complementary color
Monochromatic Colors of #4F0B2A
Black with #4F0B2A
Text Example
Text Example
White with #4F0B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0B2A; }
p { color: rgb(79,11,42); }
H1.HeaderClassName
{
color: #4F0B2A;
}
.AnyTagClassName
{
color: #4F0B2A;
}
</style>
background-color css
<style>
a { background-color: #4F0B2A; }
a { background-color: rgb(79,11,42); }
div.DivClassName
{
background-color: #4F0B2A;
}
.BgClassName
{
background-color: #4F0B2A;
}
</style>
border-color css
<style>
span { border-color: #4F0B2A; }
span { border-color: rgb(79,11,42); }
td.TdClassName
{
border-color: #4F0B2A;
}
.TagClassName
{
border-color: #4F0B2A;
}
</style>