Shades of Blackberry #4F153D
Tints of Blackberry #4F153D
RGB
CMYK
RGB Variations
Color information
#4F153D (or 0x4F153D) is known color: Blackberry. HEX triplet: 4F, 15 and 3D. RGB value is (79,21,61). Sum of RGB (Red+Green+Blue) = 79+21+61=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F153D is #B0EAC2. Grayscale: #2A2A2A. Windows color (decimal): -11594435 or 4003151. OLE color: 4003151.
HSL color Cylindrical-coordinate representation of color #4F153D: hue angle of 318.62º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F153D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 61 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.69 |
| HSL | 318.62º | 0.58% | 0.2% | - |
| HSV(B) | 318.62º | 0.73% | 0.31% | - |
| XYZ | 4.33 | 2.54 | 4.68 | - |
| YUV | 42.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 61 | 0 | 0.73 | 0.23 | 0.69 | 318.62 | 0.58 | 0.2 |
| Hex | 4F | 15 | 3D | 0 | 49 | 17 | 45 | 13F | 3A | 14 |
| Octal | 117 | 25 | 75 | 0 | 111 | 27 | 105 | 477 | 72 | 24 |
| Binary | 1001111 | 10101 | 111101 | 0 | 1001001 | 10111 | 1000101 | 100111111 | 111010 | 10100 |
Color Harmonies of #4F153D
Complementary color
Monochromatic Colors of #4F153D
Black with #4F153D
Text Example
Text Example
White with #4F153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F153D; }
p { color: rgb(79,21,61); }
H1.HeaderClassName
{
color: #4F153D;
}
.AnyTagClassName
{
color: #4F153D;
}
</style>
background-color css
<style>
a { background-color: #4F153D; }
a { background-color: rgb(79,21,61); }
div.DivClassName
{
background-color: #4F153D;
}
.BgClassName
{
background-color: #4F153D;
}
</style>
border-color css
<style>
span { border-color: #4F153D; }
span { border-color: rgb(79,21,61); }
td.TdClassName
{
border-color: #4F153D;
}
.TagClassName
{
border-color: #4F153D;
}
</style>