Shades of Blackberry #4F1E36
Tints of Blackberry #4F1E36
RGB
CMYK
RGB Variations
Color information
#4F1E36 (or 0x4F1E36) is known color: Blackberry. HEX triplet: 4F, 1E and 36. RGB value is (79,30,54). Sum of RGB (Red+Green+Blue) = 79+30+54=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E36 is #B0E1C9. Grayscale: #2F2F2F. Windows color (decimal): -11592138 or 3546703. OLE color: 3546703.
HSL color Cylindrical-coordinate representation of color #4F1E36: hue angle of 330.61º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E36 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 54 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.69 |
| HSL | 330.61º | 0.45% | 0.21% | - |
| HSV(B) | 330.61º | 0.62% | 0.31% | - |
| XYZ | 4.35 | 2.86 | 3.81 | - |
| YUV | 47.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 54 | 0 | 0.62 | 0.32 | 0.69 | 330.61 | 0.45 | 0.21 |
| Hex | 4F | 1E | 36 | 0 | 3E | 20 | 45 | 14B | 2D | 15 |
| Octal | 117 | 36 | 66 | 0 | 76 | 40 | 105 | 513 | 55 | 25 |
| Binary | 1001111 | 11110 | 110110 | 0 | 111110 | 100000 | 1000101 | 101001011 | 101101 | 10101 |
Color Harmonies of #4F1E36
Complementary color
Monochromatic Colors of #4F1E36
Black with #4F1E36
Text Example
Text Example
White with #4F1E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E36; }
p { color: rgb(79,30,54); }
H1.HeaderClassName
{
color: #4F1E36;
}
.AnyTagClassName
{
color: #4F1E36;
}
</style>
background-color css
<style>
a { background-color: #4F1E36; }
a { background-color: rgb(79,30,54); }
div.DivClassName
{
background-color: #4F1E36;
}
.BgClassName
{
background-color: #4F1E36;
}
</style>
border-color css
<style>
span { border-color: #4F1E36; }
span { border-color: rgb(79,30,54); }
td.TdClassName
{
border-color: #4F1E36;
}
.TagClassName
{
border-color: #4F1E36;
}
</style>