Shades of Blackberry #4F1341
Tints of Blackberry #4F1341
RGB
CMYK
RGB Variations
Color information
#4F1341 (or 0x4F1341) is known color: Blackberry. HEX triplet: 4F, 13 and 41. RGB value is (79,19,65). Sum of RGB (Red+Green+Blue) = 79+19+65=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1341 is #B0ECBE. Grayscale: #2A2A2A. Windows color (decimal): -11594943 or 4264783. OLE color: 4264783.
HSL color Cylindrical-coordinate representation of color #4F1341: hue angle of 314º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1341 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 65 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.69 |
| HSL | 314º | 0.61% | 0.19% | - |
| HSV(B) | 314º | 0.76% | 0.31% | - |
| XYZ | 4.41 | 2.51 | 5.25 | - |
| YUV | 42.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 65 | 0 | 0.76 | 0.18 | 0.69 | 314 | 0.61 | 0.19 |
| Hex | 4F | 13 | 41 | 0 | 4C | 12 | 45 | 13A | 3D | 13 |
| Octal | 117 | 23 | 101 | 0 | 114 | 22 | 105 | 472 | 75 | 23 |
| Binary | 1001111 | 10011 | 1000001 | 0 | 1001100 | 10010 | 1000101 | 100111010 | 111101 | 10011 |
Color Harmonies of #4F1341
Complementary color
Monochromatic Colors of #4F1341
Black with #4F1341
Text Example
Text Example
White with #4F1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1341; }
p { color: rgb(79,19,65); }
H1.HeaderClassName
{
color: #4F1341;
}
.AnyTagClassName
{
color: #4F1341;
}
</style>
background-color css
<style>
a { background-color: #4F1341; }
a { background-color: rgb(79,19,65); }
div.DivClassName
{
background-color: #4F1341;
}
.BgClassName
{
background-color: #4F1341;
}
</style>
border-color css
<style>
span { border-color: #4F1341; }
span { border-color: rgb(79,19,65); }
td.TdClassName
{
border-color: #4F1341;
}
.TagClassName
{
border-color: #4F1341;
}
</style>