Shades of Blackberry #4F1436
Tints of Blackberry #4F1436
RGB
CMYK
RGB Variations
Color information
#4F1436 (or 0x4F1436) is known color: Blackberry. HEX triplet: 4F, 14 and 36. RGB value is (79,20,54). Sum of RGB (Red+Green+Blue) = 79+20+54=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1436 is #B0EBC9. Grayscale: #292929. Windows color (decimal): -11594698 or 3544143. OLE color: 3544143.
HSL color Cylindrical-coordinate representation of color #4F1436: hue angle of 325.42º 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 #4F1436 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 54 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.69 |
| HSL | 325.42º | 0.6% | 0.19% | - |
| HSV(B) | 325.42º | 0.75% | 0.31% | - |
| XYZ | 4.14 | 2.43 | 3.74 | - |
| YUV | 41.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 54 | 0 | 0.75 | 0.32 | 0.69 | 325.42 | 0.6 | 0.19 |
| Hex | 4F | 14 | 36 | 0 | 4B | 20 | 45 | 145 | 3C | 13 |
| Octal | 117 | 24 | 66 | 0 | 113 | 40 | 105 | 505 | 74 | 23 |
| Binary | 1001111 | 10100 | 110110 | 0 | 1001011 | 100000 | 1000101 | 101000101 | 111100 | 10011 |
Color Harmonies of #4F1436
Complementary color
Monochromatic Colors of #4F1436
Black with #4F1436
Text Example
Text Example
White with #4F1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1436; }
p { color: rgb(79,20,54); }
H1.HeaderClassName
{
color: #4F1436;
}
.AnyTagClassName
{
color: #4F1436;
}
</style>
background-color css
<style>
a { background-color: #4F1436; }
a { background-color: rgb(79,20,54); }
div.DivClassName
{
background-color: #4F1436;
}
.BgClassName
{
background-color: #4F1436;
}
</style>
border-color css
<style>
span { border-color: #4F1436; }
span { border-color: rgb(79,20,54); }
td.TdClassName
{
border-color: #4F1436;
}
.TagClassName
{
border-color: #4F1436;
}
</style>