Shades of Blackberry #4F133E
Tints of Blackberry #4F133E
RGB
CMYK
RGB Variations
Color information
#4F133E (or 0x4F133E) is known color: Blackberry. HEX triplet: 4F, 13 and 3E. RGB value is (79,19,62). Sum of RGB (Red+Green+Blue) = 79+19+62=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F133E is #B0ECC1. Grayscale: #292929. Windows color (decimal): -11594946 or 4068175. OLE color: 4068175.
HSL color Cylindrical-coordinate representation of color #4F133E: hue angle of 317º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F133E is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 62 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.69 |
| HSL | 317º | 0.61% | 0.19% | - |
| HSV(B) | 317º | 0.76% | 0.31% | - |
| XYZ | 4.33 | 2.48 | 4.81 | - |
| YUV | 41.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 62 | 0 | 0.76 | 0.22 | 0.69 | 317 | 0.61 | 0.19 |
| Hex | 4F | 13 | 3E | 0 | 4C | 16 | 45 | 13D | 3D | 13 |
| Octal | 117 | 23 | 76 | 0 | 114 | 26 | 105 | 475 | 75 | 23 |
| Binary | 1001111 | 10011 | 111110 | 0 | 1001100 | 10110 | 1000101 | 100111101 | 111101 | 10011 |
Color Harmonies of #4F133E
Complementary color
Monochromatic Colors of #4F133E
Black with #4F133E
Text Example
Text Example
White with #4F133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F133E; }
p { color: rgb(79,19,62); }
H1.HeaderClassName
{
color: #4F133E;
}
.AnyTagClassName
{
color: #4F133E;
}
</style>
background-color css
<style>
a { background-color: #4F133E; }
a { background-color: rgb(79,19,62); }
div.DivClassName
{
background-color: #4F133E;
}
.BgClassName
{
background-color: #4F133E;
}
</style>
border-color css
<style>
span { border-color: #4F133E; }
span { border-color: rgb(79,19,62); }
td.TdClassName
{
border-color: #4F133E;
}
.TagClassName
{
border-color: #4F133E;
}
</style>