Shades of Blackberry #4F1940
Tints of Blackberry #4F1940
RGB
CMYK
RGB Variations
Color information
#4F1940 (or 0x4F1940) is known color: Blackberry. HEX triplet: 4F, 19 and 40. RGB value is (79,25,64). Sum of RGB (Red+Green+Blue) = 79+25+64=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1940 is #B0E6BF. Grayscale: #2D2D2D. Windows color (decimal): -11593408 or 4200783. OLE color: 4200783.
HSL color Cylindrical-coordinate representation of color #4F1940: hue angle of 316.67º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F1940 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 64 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.69 |
| HSL | 316.67º | 0.52% | 0.2% | - |
| HSV(B) | 316.67º | 0.68% | 0.31% | - |
| XYZ | 4.5 | 2.73 | 5.14 | - |
| YUV | 45.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 64 | 0 | 0.68 | 0.19 | 0.69 | 316.67 | 0.52 | 0.2 |
| Hex | 4F | 19 | 40 | 0 | 44 | 13 | 45 | 13D | 34 | 14 |
| Octal | 117 | 31 | 100 | 0 | 104 | 23 | 105 | 475 | 64 | 24 |
| Binary | 1001111 | 11001 | 1000000 | 0 | 1000100 | 10011 | 1000101 | 100111101 | 110100 | 10100 |
Color Harmonies of #4F1940
Complementary color
Monochromatic Colors of #4F1940
Black with #4F1940
Text Example
Text Example
White with #4F1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1940; }
p { color: rgb(79,25,64); }
H1.HeaderClassName
{
color: #4F1940;
}
.AnyTagClassName
{
color: #4F1940;
}
</style>
background-color css
<style>
a { background-color: #4F1940; }
a { background-color: rgb(79,25,64); }
div.DivClassName
{
background-color: #4F1940;
}
.BgClassName
{
background-color: #4F1940;
}
</style>
border-color css
<style>
span { border-color: #4F1940; }
span { border-color: rgb(79,25,64); }
td.TdClassName
{
border-color: #4F1940;
}
.TagClassName
{
border-color: #4F1940;
}
</style>