Shades of Blackberry #4F163D
Tints of Blackberry #4F163D
RGB
CMYK
RGB Variations
Color information
#4F163D (or 0x4F163D) is known color: Blackberry. HEX triplet: 4F, 16 and 3D. RGB value is (79,22,61). Sum of RGB (Red+Green+Blue) = 79+22+61=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F163D is #B0E9C2. Grayscale: #2B2B2B. Windows color (decimal): -11594179 or 4003407. OLE color: 4003407.
HSL color Cylindrical-coordinate representation of color #4F163D: hue angle of 318.95º 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 #4F163D is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 61 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.69 |
| HSL | 318.95º | 0.56% | 0.2% | - |
| HSV(B) | 318.95º | 0.72% | 0.31% | - |
| XYZ | 4.35 | 2.57 | 4.68 | - |
| YUV | 43.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 61 | 0 | 0.72 | 0.23 | 0.69 | 318.95 | 0.56 | 0.2 |
| Hex | 4F | 16 | 3D | 0 | 48 | 17 | 45 | 13F | 38 | 14 |
| Octal | 117 | 26 | 75 | 0 | 110 | 27 | 105 | 477 | 70 | 24 |
| Binary | 1001111 | 10110 | 111101 | 0 | 1001000 | 10111 | 1000101 | 100111111 | 111000 | 10100 |
Color Harmonies of #4F163D
Complementary color
Monochromatic Colors of #4F163D
Black with #4F163D
Text Example
Text Example
White with #4F163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F163D; }
p { color: rgb(79,22,61); }
H1.HeaderClassName
{
color: #4F163D;
}
.AnyTagClassName
{
color: #4F163D;
}
</style>
background-color css
<style>
a { background-color: #4F163D; }
a { background-color: rgb(79,22,61); }
div.DivClassName
{
background-color: #4F163D;
}
.BgClassName
{
background-color: #4F163D;
}
</style>
border-color css
<style>
span { border-color: #4F163D; }
span { border-color: rgb(79,22,61); }
td.TdClassName
{
border-color: #4F163D;
}
.TagClassName
{
border-color: #4F163D;
}
</style>