Shades of Blackberry #4F163F
Tints of Blackberry #4F163F
RGB
CMYK
RGB Variations
Color information
#4F163F (or 0x4F163F) is known color: Blackberry. HEX triplet: 4F, 16 and 3F. RGB value is (79,22,63). Sum of RGB (Red+Green+Blue) = 79+22+63=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F163F is #B0E9C0. Grayscale: #2B2B2B. Windows color (decimal): -11594177 or 4134479. OLE color: 4134479.
HSL color Cylindrical-coordinate representation of color #4F163F: hue angle of 316.84º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F163F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 63 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.69 |
| HSL | 316.84º | 0.56% | 0.2% | - |
| HSV(B) | 316.84º | 0.72% | 0.31% | - |
| XYZ | 4.41 | 2.59 | 4.97 | - |
| YUV | 43.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 63 | 0 | 0.72 | 0.20 | 0.69 | 316.84 | 0.56 | 0.2 |
| Hex | 4F | 16 | 3F | 0 | 48 | 14 | 45 | 13D | 38 | 14 |
| Octal | 117 | 26 | 77 | 0 | 110 | 24 | 105 | 475 | 70 | 24 |
| Binary | 1001111 | 10110 | 111111 | 0 | 1001000 | 10100 | 1000101 | 100111101 | 111000 | 10100 |
Color Harmonies of #4F163F
Complementary color
Monochromatic Colors of #4F163F
Black with #4F163F
Text Example
Text Example
White with #4F163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F163F; }
p { color: rgb(79,22,63); }
H1.HeaderClassName
{
color: #4F163F;
}
.AnyTagClassName
{
color: #4F163F;
}
</style>
background-color css
<style>
a { background-color: #4F163F; }
a { background-color: rgb(79,22,63); }
div.DivClassName
{
background-color: #4F163F;
}
.BgClassName
{
background-color: #4F163F;
}
</style>
border-color css
<style>
span { border-color: #4F163F; }
span { border-color: rgb(79,22,63); }
td.TdClassName
{
border-color: #4F163F;
}
.TagClassName
{
border-color: #4F163F;
}
</style>