Shades of Blackberry #4F1538
Tints of Blackberry #4F1538
RGB
CMYK
RGB Variations
Color information
#4F1538 (or 0x4F1538) is known color: Blackberry. HEX triplet: 4F, 15 and 38. RGB value is (79,21,56). Sum of RGB (Red+Green+Blue) = 79+21+56=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1538 is #B0EAC7. Grayscale: #2A2A2A. Windows color (decimal): -11594440 or 3675471. OLE color: 3675471.
HSL color Cylindrical-coordinate representation of color #4F1538: hue angle of 323.79º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1538 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 56 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.69 |
| HSL | 323.79º | 0.58% | 0.2% | - |
| HSV(B) | 323.79º | 0.73% | 0.31% | - |
| XYZ | 4.21 | 2.48 | 4 | - |
| YUV | 42.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 56 | 0 | 0.73 | 0.29 | 0.69 | 323.79 | 0.58 | 0.2 |
| Hex | 4F | 15 | 38 | 0 | 49 | 1D | 45 | 144 | 3A | 14 |
| Octal | 117 | 25 | 70 | 0 | 111 | 35 | 105 | 504 | 72 | 24 |
| Binary | 1001111 | 10101 | 111000 | 0 | 1001001 | 11101 | 1000101 | 101000100 | 111010 | 10100 |
Color Harmonies of #4F1538
Complementary color
Monochromatic Colors of #4F1538
Black with #4F1538
Text Example
Text Example
White with #4F1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1538; }
p { color: rgb(79,21,56); }
H1.HeaderClassName
{
color: #4F1538;
}
.AnyTagClassName
{
color: #4F1538;
}
</style>
background-color css
<style>
a { background-color: #4F1538; }
a { background-color: rgb(79,21,56); }
div.DivClassName
{
background-color: #4F1538;
}
.BgClassName
{
background-color: #4F1538;
}
</style>
border-color css
<style>
span { border-color: #4F1538; }
span { border-color: rgb(79,21,56); }
td.TdClassName
{
border-color: #4F1538;
}
.TagClassName
{
border-color: #4F1538;
}
</style>