Shades of Blackberry #4F1438
Tints of Blackberry #4F1438
RGB
CMYK
RGB Variations
Color information
#4F1438 (or 0x4F1438) is known color: Blackberry. HEX triplet: 4F, 14 and 38. RGB value is (79,20,56). Sum of RGB (Red+Green+Blue) = 79+20+56=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1438 is #B0EBC7. Grayscale: #292929. Windows color (decimal): -11594696 or 3675215. OLE color: 3675215.
HSL color Cylindrical-coordinate representation of color #4F1438: hue angle of 323.39º 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 #4F1438 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 56 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.69 |
| HSL | 323.39º | 0.6% | 0.19% | - |
| HSV(B) | 323.39º | 0.75% | 0.31% | - |
| XYZ | 4.19 | 2.45 | 3.99 | - |
| YUV | 41.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 56 | 0 | 0.75 | 0.29 | 0.69 | 323.39 | 0.6 | 0.19 |
| Hex | 4F | 14 | 38 | 0 | 4B | 1D | 45 | 143 | 3C | 13 |
| Octal | 117 | 24 | 70 | 0 | 113 | 35 | 105 | 503 | 74 | 23 |
| Binary | 1001111 | 10100 | 111000 | 0 | 1001011 | 11101 | 1000101 | 101000011 | 111100 | 10011 |
Color Harmonies of #4F1438
Complementary color
Monochromatic Colors of #4F1438
Black with #4F1438
Text Example
Text Example
White with #4F1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1438; }
p { color: rgb(79,20,56); }
H1.HeaderClassName
{
color: #4F1438;
}
.AnyTagClassName
{
color: #4F1438;
}
</style>
background-color css
<style>
a { background-color: #4F1438; }
a { background-color: rgb(79,20,56); }
div.DivClassName
{
background-color: #4F1438;
}
.BgClassName
{
background-color: #4F1438;
}
</style>
border-color css
<style>
span { border-color: #4F1438; }
span { border-color: rgb(79,20,56); }
td.TdClassName
{
border-color: #4F1438;
}
.TagClassName
{
border-color: #4F1438;
}
</style>