Shades of Blackberry #4F1C3F
Tints of Blackberry #4F1C3F
RGB
CMYK
RGB Variations
Color information
#4F1C3F (or 0x4F1C3F) is known color: Blackberry. HEX triplet: 4F, 1C and 3F. RGB value is (79,28,63). Sum of RGB (Red+Green+Blue) = 79+28+63=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C3F is #B0E3C0. Grayscale: #2F2F2F. Windows color (decimal): -11592641 or 4136015. OLE color: 4136015.
HSL color Cylindrical-coordinate representation of color #4F1C3F: hue angle of 318.82º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1C3F is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 63 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.69 |
| HSL | 318.82º | 0.48% | 0.21% | - |
| HSV(B) | 318.82º | 0.65% | 0.31% | - |
| XYZ | 4.54 | 2.85 | 5.01 | - |
| YUV | 47.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 63 | 0 | 0.65 | 0.20 | 0.69 | 318.82 | 0.48 | 0.21 |
| Hex | 4F | 1C | 3F | 0 | 41 | 14 | 45 | 13F | 30 | 15 |
| Octal | 117 | 34 | 77 | 0 | 101 | 24 | 105 | 477 | 60 | 25 |
| Binary | 1001111 | 11100 | 111111 | 0 | 1000001 | 10100 | 1000101 | 100111111 | 110000 | 10101 |
Color Harmonies of #4F1C3F
Complementary color
Monochromatic Colors of #4F1C3F
Black with #4F1C3F
Text Example
Text Example
White with #4F1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C3F; }
p { color: rgb(79,28,63); }
H1.HeaderClassName
{
color: #4F1C3F;
}
.AnyTagClassName
{
color: #4F1C3F;
}
</style>
background-color css
<style>
a { background-color: #4F1C3F; }
a { background-color: rgb(79,28,63); }
div.DivClassName
{
background-color: #4F1C3F;
}
.BgClassName
{
background-color: #4F1C3F;
}
</style>
border-color css
<style>
span { border-color: #4F1C3F; }
span { border-color: rgb(79,28,63); }
td.TdClassName
{
border-color: #4F1C3F;
}
.TagClassName
{
border-color: #4F1C3F;
}
</style>