Shades of Blackberry #4F143B
Tints of Blackberry #4F143B
RGB
CMYK
RGB Variations
Color information
#4F143B (or 0x4F143B) is known color: Blackberry. HEX triplet: 4F, 14 and 3B. RGB value is (79,20,59). Sum of RGB (Red+Green+Blue) = 79+20+59=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F143B is #B0EBC4. Grayscale: #292929. Windows color (decimal): -11594693 or 3871823. OLE color: 3871823.
HSL color Cylindrical-coordinate representation of color #4F143B: hue angle of 320.34º 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 #4F143B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 59 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.69 |
| HSL | 320.34º | 0.6% | 0.19% | - |
| HSV(B) | 320.34º | 0.75% | 0.31% | - |
| XYZ | 4.26 | 2.48 | 4.39 | - |
| YUV | 42.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 59 | 0 | 0.75 | 0.25 | 0.69 | 320.34 | 0.6 | 0.19 |
| Hex | 4F | 14 | 3B | 0 | 4B | 19 | 45 | 140 | 3C | 13 |
| Octal | 117 | 24 | 73 | 0 | 113 | 31 | 105 | 500 | 74 | 23 |
| Binary | 1001111 | 10100 | 111011 | 0 | 1001011 | 11001 | 1000101 | 101000000 | 111100 | 10011 |
Color Harmonies of #4F143B
Complementary color
Monochromatic Colors of #4F143B
Black with #4F143B
Text Example
Text Example
White with #4F143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F143B; }
p { color: rgb(79,20,59); }
H1.HeaderClassName
{
color: #4F143B;
}
.AnyTagClassName
{
color: #4F143B;
}
</style>
background-color css
<style>
a { background-color: #4F143B; }
a { background-color: rgb(79,20,59); }
div.DivClassName
{
background-color: #4F143B;
}
.BgClassName
{
background-color: #4F143B;
}
</style>
border-color css
<style>
span { border-color: #4F143B; }
span { border-color: rgb(79,20,59); }
td.TdClassName
{
border-color: #4F143B;
}
.TagClassName
{
border-color: #4F143B;
}
</style>