Shades of Blackberry #4F1D3F
Tints of Blackberry #4F1D3F
RGB
CMYK
RGB Variations
Color information
#4F1D3F (or 0x4F1D3F) is known color: Blackberry. HEX triplet: 4F, 1D and 3F. RGB value is (79,29,63). Sum of RGB (Red+Green+Blue) = 79+29+63=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D3F is #B0E2C0. Grayscale: #2F2F2F. Windows color (decimal): -11592385 or 4136271. OLE color: 4136271.
HSL color Cylindrical-coordinate representation of color #4F1D3F: hue angle of 319.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D3F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 63 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.69 |
| HSL | 319.2º | 0.46% | 0.21% | - |
| HSV(B) | 319.2º | 0.63% | 0.31% | - |
| XYZ | 4.56 | 2.9 | 5.02 | - |
| YUV | 47.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 63 | 0 | 0.63 | 0.20 | 0.69 | 319.2 | 0.46 | 0.21 |
| Hex | 4F | 1D | 3F | 0 | 3F | 14 | 45 | 13F | 2E | 15 |
| Octal | 117 | 35 | 77 | 0 | 77 | 24 | 105 | 477 | 56 | 25 |
| Binary | 1001111 | 11101 | 111111 | 0 | 111111 | 10100 | 1000101 | 100111111 | 101110 | 10101 |
Color Harmonies of #4F1D3F
Complementary color
Monochromatic Colors of #4F1D3F
Black with #4F1D3F
Text Example
Text Example
White with #4F1D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D3F; }
p { color: rgb(79,29,63); }
H1.HeaderClassName
{
color: #4F1D3F;
}
.AnyTagClassName
{
color: #4F1D3F;
}
</style>
background-color css
<style>
a { background-color: #4F1D3F; }
a { background-color: rgb(79,29,63); }
div.DivClassName
{
background-color: #4F1D3F;
}
.BgClassName
{
background-color: #4F1D3F;
}
</style>
border-color css
<style>
span { border-color: #4F1D3F; }
span { border-color: rgb(79,29,63); }
td.TdClassName
{
border-color: #4F1D3F;
}
.TagClassName
{
border-color: #4F1D3F;
}
</style>