Shades of Blackberry #4F143E
Tints of Blackberry #4F143E
RGB
CMYK
RGB Variations
Color information
#4F143E (or 0x4F143E) is known color: Blackberry. HEX triplet: 4F, 14 and 3E. RGB value is (79,20,62). Sum of RGB (Red+Green+Blue) = 79+20+62=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F143E is #B0EBC1. Grayscale: #2A2A2A. Windows color (decimal): -11594690 or 4068431. OLE color: 4068431.
HSL color Cylindrical-coordinate representation of color #4F143E: hue angle of 317.29º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F143E is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 62 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.69 |
| HSL | 317.29º | 0.6% | 0.19% | - |
| HSV(B) | 317.29º | 0.75% | 0.31% | - |
| XYZ | 4.34 | 2.51 | 4.81 | - |
| YUV | 42.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 62 | 0 | 0.75 | 0.22 | 0.69 | 317.29 | 0.6 | 0.19 |
| Hex | 4F | 14 | 3E | 0 | 4B | 16 | 45 | 13D | 3C | 13 |
| Octal | 117 | 24 | 76 | 0 | 113 | 26 | 105 | 475 | 74 | 23 |
| Binary | 1001111 | 10100 | 111110 | 0 | 1001011 | 10110 | 1000101 | 100111101 | 111100 | 10011 |
Color Harmonies of #4F143E
Complementary color
Monochromatic Colors of #4F143E
Black with #4F143E
Text Example
Text Example
White with #4F143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F143E; }
p { color: rgb(79,20,62); }
H1.HeaderClassName
{
color: #4F143E;
}
.AnyTagClassName
{
color: #4F143E;
}
</style>
background-color css
<style>
a { background-color: #4F143E; }
a { background-color: rgb(79,20,62); }
div.DivClassName
{
background-color: #4F143E;
}
.BgClassName
{
background-color: #4F143E;
}
</style>
border-color css
<style>
span { border-color: #4F143E; }
span { border-color: rgb(79,20,62); }
td.TdClassName
{
border-color: #4F143E;
}
.TagClassName
{
border-color: #4F143E;
}
</style>