Shades of Blackberry #4F1C3E
Tints of Blackberry #4F1C3E
RGB
CMYK
RGB Variations
Color information
#4F1C3E (or 0x4F1C3E) is known color: Blackberry. HEX triplet: 4F, 1C and 3E. RGB value is (79,28,62). Sum of RGB (Red+Green+Blue) = 79+28+62=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C3E is #B0E3C1. Grayscale: #2F2F2F. Windows color (decimal): -11592642 or 4070479. OLE color: 4070479.
HSL color Cylindrical-coordinate representation of color #4F1C3E: hue angle of 320º 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 #4F1C3E is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 62 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.69 |
| HSL | 320º | 0.48% | 0.21% | - |
| HSV(B) | 320º | 0.65% | 0.31% | - |
| XYZ | 4.51 | 2.84 | 4.87 | - |
| YUV | 47.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 62 | 0 | 0.65 | 0.22 | 0.69 | 320 | 0.48 | 0.21 |
| Hex | 4F | 1C | 3E | 0 | 41 | 16 | 45 | 140 | 30 | 15 |
| Octal | 117 | 34 | 76 | 0 | 101 | 26 | 105 | 500 | 60 | 25 |
| Binary | 1001111 | 11100 | 111110 | 0 | 1000001 | 10110 | 1000101 | 101000000 | 110000 | 10101 |
Color Harmonies of #4F1C3E
Complementary color
Monochromatic Colors of #4F1C3E
Black with #4F1C3E
Text Example
Text Example
White with #4F1C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C3E; }
p { color: rgb(79,28,62); }
H1.HeaderClassName
{
color: #4F1C3E;
}
.AnyTagClassName
{
color: #4F1C3E;
}
</style>
background-color css
<style>
a { background-color: #4F1C3E; }
a { background-color: rgb(79,28,62); }
div.DivClassName
{
background-color: #4F1C3E;
}
.BgClassName
{
background-color: #4F1C3E;
}
</style>
border-color css
<style>
span { border-color: #4F1C3E; }
span { border-color: rgb(79,28,62); }
td.TdClassName
{
border-color: #4F1C3E;
}
.TagClassName
{
border-color: #4F1C3E;
}
</style>