Shades of Blackberry #4F163C
Tints of Blackberry #4F163C
RGB
CMYK
RGB Variations
Color information
#4F163C (or 0x4F163C) is known color: Blackberry. HEX triplet: 4F, 16 and 3C. RGB value is (79,22,60). Sum of RGB (Red+Green+Blue) = 79+22+60=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F163C is #B0E9C3. Grayscale: #2B2B2B. Windows color (decimal): -11594180 or 3937871. OLE color: 3937871.
HSL color Cylindrical-coordinate representation of color #4F163C: hue angle of 320º 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 #4F163C is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 60 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.69 |
| HSL | 320º | 0.56% | 0.2% | - |
| HSV(B) | 320º | 0.72% | 0.31% | - |
| XYZ | 4.33 | 2.56 | 4.54 | - |
| YUV | 43.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 60 | 0 | 0.72 | 0.24 | 0.69 | 320 | 0.56 | 0.2 |
| Hex | 4F | 16 | 3C | 0 | 48 | 18 | 45 | 140 | 38 | 14 |
| Octal | 117 | 26 | 74 | 0 | 110 | 30 | 105 | 500 | 70 | 24 |
| Binary | 1001111 | 10110 | 111100 | 0 | 1001000 | 11000 | 1000101 | 101000000 | 111000 | 10100 |
Color Harmonies of #4F163C
Complementary color
Monochromatic Colors of #4F163C
Black with #4F163C
Text Example
Text Example
White with #4F163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F163C; }
p { color: rgb(79,22,60); }
H1.HeaderClassName
{
color: #4F163C;
}
.AnyTagClassName
{
color: #4F163C;
}
</style>
background-color css
<style>
a { background-color: #4F163C; }
a { background-color: rgb(79,22,60); }
div.DivClassName
{
background-color: #4F163C;
}
.BgClassName
{
background-color: #4F163C;
}
</style>
border-color css
<style>
span { border-color: #4F163C; }
span { border-color: rgb(79,22,60); }
td.TdClassName
{
border-color: #4F163C;
}
.TagClassName
{
border-color: #4F163C;
}
</style>