Shades of Blackberry #4F1D3A
Tints of Blackberry #4F1D3A
RGB
CMYK
RGB Variations
Color information
#4F1D3A (or 0x4F1D3A) is known color: Blackberry. HEX triplet: 4F, 1D and 3A. RGB value is (79,29,58). Sum of RGB (Red+Green+Blue) = 79+29+58=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D3A is #B0E2C5. Grayscale: #2F2F2F. Windows color (decimal): -11592390 or 3808591. OLE color: 3808591.
HSL color Cylindrical-coordinate representation of color #4F1D3A: hue angle of 325.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 #4F1D3A is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 58 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.69 |
| HSL | 325.2º | 0.46% | 0.21% | - |
| HSV(B) | 325.2º | 0.63% | 0.31% | - |
| XYZ | 4.43 | 2.85 | 4.32 | - |
| YUV | 47.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 58 | 0 | 0.63 | 0.27 | 0.69 | 325.2 | 0.46 | 0.21 |
| Hex | 4F | 1D | 3A | 0 | 3F | 1B | 45 | 145 | 2E | 15 |
| Octal | 117 | 35 | 72 | 0 | 77 | 33 | 105 | 505 | 56 | 25 |
| Binary | 1001111 | 11101 | 111010 | 0 | 111111 | 11011 | 1000101 | 101000101 | 101110 | 10101 |
Color Harmonies of #4F1D3A
Complementary color
Monochromatic Colors of #4F1D3A
Black with #4F1D3A
Text Example
Text Example
White with #4F1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D3A; }
p { color: rgb(79,29,58); }
H1.HeaderClassName
{
color: #4F1D3A;
}
.AnyTagClassName
{
color: #4F1D3A;
}
</style>
background-color css
<style>
a { background-color: #4F1D3A; }
a { background-color: rgb(79,29,58); }
div.DivClassName
{
background-color: #4F1D3A;
}
.BgClassName
{
background-color: #4F1D3A;
}
</style>
border-color css
<style>
span { border-color: #4F1D3A; }
span { border-color: rgb(79,29,58); }
td.TdClassName
{
border-color: #4F1D3A;
}
.TagClassName
{
border-color: #4F1D3A;
}
</style>