Shades of Blackberry #4F0D2E
Tints of Blackberry #4F0D2E
RGB
CMYK
RGB Variations
Color information
#4F0D2E (or 0x4F0D2E) is known color: Blackberry. HEX triplet: 4F, 0D and 2E. RGB value is (79,13,46). Sum of RGB (Red+Green+Blue) = 79+13+46=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D2E is #B0F2D1. Grayscale: #242424. Windows color (decimal): -11596498 or 3018063. OLE color: 3018063.
HSL color Cylindrical-coordinate representation of color #4F0D2E: hue angle of 330º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D2E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 46 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.69 |
| HSL | 330º | 0.72% | 0.18% | - |
| HSV(B) | 330º | 0.84% | 0.31% | - |
| XYZ | 3.86 | 2.15 | 2.8 | - |
| YUV | 36.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 46 | 0 | 0.84 | 0.42 | 0.69 | 330 | 0.72 | 0.18 |
| Hex | 4F | D | 2E | 0 | 54 | 2A | 45 | 14A | 48 | 12 |
| Octal | 117 | 15 | 56 | 0 | 124 | 52 | 105 | 512 | 110 | 22 |
| Binary | 1001111 | 1101 | 101110 | 0 | 1010100 | 101010 | 1000101 | 101001010 | 1001000 | 10010 |
Color Harmonies of #4F0D2E
Complementary color
Monochromatic Colors of #4F0D2E
Black with #4F0D2E
Text Example
Text Example
White with #4F0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D2E; }
p { color: rgb(79,13,46); }
H1.HeaderClassName
{
color: #4F0D2E;
}
.AnyTagClassName
{
color: #4F0D2E;
}
</style>
background-color css
<style>
a { background-color: #4F0D2E; }
a { background-color: rgb(79,13,46); }
div.DivClassName
{
background-color: #4F0D2E;
}
.BgClassName
{
background-color: #4F0D2E;
}
</style>
border-color css
<style>
span { border-color: #4F0D2E; }
span { border-color: rgb(79,13,46); }
td.TdClassName
{
border-color: #4F0D2E;
}
.TagClassName
{
border-color: #4F0D2E;
}
</style>