Shades of Blackberry #4F0D39
Tints of Blackberry #4F0D39
RGB
CMYK
RGB Variations
Color information
#4F0D39 (or 0x4F0D39) is known color: Blackberry. HEX triplet: 4F, 0D and 39. RGB value is (79,13,57). Sum of RGB (Red+Green+Blue) = 79+13+57=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D39 is #B0F2C6. Grayscale: #252525. Windows color (decimal): -11596487 or 3738959. OLE color: 3738959.
HSL color Cylindrical-coordinate representation of color #4F0D39: hue angle of 320º 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 #4F0D39 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 57 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.69 |
| HSL | 320º | 0.72% | 0.18% | - |
| HSV(B) | 320º | 0.84% | 0.31% | - |
| XYZ | 4.11 | 2.25 | 4.09 | - |
| YUV | 37.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 57 | 0 | 0.84 | 0.28 | 0.69 | 320 | 0.72 | 0.18 |
| Hex | 4F | D | 39 | 0 | 54 | 1C | 45 | 140 | 48 | 12 |
| Octal | 117 | 15 | 71 | 0 | 124 | 34 | 105 | 500 | 110 | 22 |
| Binary | 1001111 | 1101 | 111001 | 0 | 1010100 | 11100 | 1000101 | 101000000 | 1001000 | 10010 |
Color Harmonies of #4F0D39
Complementary color
Monochromatic Colors of #4F0D39
Black with #4F0D39
Text Example
Text Example
White with #4F0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D39; }
p { color: rgb(79,13,57); }
H1.HeaderClassName
{
color: #4F0D39;
}
.AnyTagClassName
{
color: #4F0D39;
}
</style>
background-color css
<style>
a { background-color: #4F0D39; }
a { background-color: rgb(79,13,57); }
div.DivClassName
{
background-color: #4F0D39;
}
.BgClassName
{
background-color: #4F0D39;
}
</style>
border-color css
<style>
span { border-color: #4F0D39; }
span { border-color: rgb(79,13,57); }
td.TdClassName
{
border-color: #4F0D39;
}
.TagClassName
{
border-color: #4F0D39;
}
</style>