Shades of Blackberry #4F1C3D
Tints of Blackberry #4F1C3D
RGB
CMYK
RGB Variations
Color information
#4F1C3D (or 0x4F1C3D) is known color: Blackberry. HEX triplet: 4F, 1C and 3D. RGB value is (79,28,61). Sum of RGB (Red+Green+Blue) = 79+28+61=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C3D is #B0E3C2. Grayscale: #2E2E2E. Windows color (decimal): -11592643 or 4004943. OLE color: 4004943.
HSL color Cylindrical-coordinate representation of color #4F1C3D: hue angle of 321.18º 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 #4F1C3D is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 61 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.69 |
| HSL | 321.18º | 0.48% | 0.21% | - |
| HSV(B) | 321.18º | 0.65% | 0.31% | - |
| XYZ | 4.48 | 2.83 | 4.72 | - |
| YUV | 47.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 61 | 0 | 0.65 | 0.23 | 0.69 | 321.18 | 0.48 | 0.21 |
| Hex | 4F | 1C | 3D | 0 | 41 | 17 | 45 | 141 | 30 | 15 |
| Octal | 117 | 34 | 75 | 0 | 101 | 27 | 105 | 501 | 60 | 25 |
| Binary | 1001111 | 11100 | 111101 | 0 | 1000001 | 10111 | 1000101 | 101000001 | 110000 | 10101 |
Color Harmonies of #4F1C3D
Complementary color
Monochromatic Colors of #4F1C3D
Black with #4F1C3D
Text Example
Text Example
White with #4F1C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C3D; }
p { color: rgb(79,28,61); }
H1.HeaderClassName
{
color: #4F1C3D;
}
.AnyTagClassName
{
color: #4F1C3D;
}
</style>
background-color css
<style>
a { background-color: #4F1C3D; }
a { background-color: rgb(79,28,61); }
div.DivClassName
{
background-color: #4F1C3D;
}
.BgClassName
{
background-color: #4F1C3D;
}
</style>
border-color css
<style>
span { border-color: #4F1C3D; }
span { border-color: rgb(79,28,61); }
td.TdClassName
{
border-color: #4F1C3D;
}
.TagClassName
{
border-color: #4F1C3D;
}
</style>