Shades of Blackberry #4F002D
Tints of Blackberry #4F002D
RGB
CMYK
RGB Variations
Color information
#4F002D (or 0x4F002D) is known color: Blackberry. HEX triplet: 4F, 00 and 2D. RGB value is (79,0,45). Sum of RGB (Red+Green+Blue) = 79+0+45=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002D is #B0FFD2. Grayscale: #1C1C1C. Windows color (decimal): -11599827 or 2949199. OLE color: 2949199.
HSL color Cylindrical-coordinate representation of color #4F002D: hue angle of 325.82º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F002D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.43 | 0.69 |
| HSL | 325.82º | 1% | 0.15% | - |
| HSV(B) | 325.82º | 1% | 0.31% | - |
| XYZ | 3.7 | 1.85 | 2.65 | - |
| YUV | 28.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 45 | 0 | 1 | 0.43 | 0.69 | 325.82 | 1 | 0.15 |
| Hex | 4F | 0 | 2D | 0 | 64 | 2B | 45 | 146 | 64 | F |
| Octal | 117 | 0 | 55 | 0 | 144 | 53 | 105 | 506 | 144 | 17 |
| Binary | 1001111 | 0 | 101101 | 0 | 1100100 | 101011 | 1000101 | 101000110 | 1100100 | 1111 |
Color Harmonies of #4F002D
Complementary color
Monochromatic Colors of #4F002D
Black with #4F002D
Text Example
Text Example
White with #4F002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F002D; }
p { color: rgb(79,0,45); }
H1.HeaderClassName
{
color: #4F002D;
}
.AnyTagClassName
{
color: #4F002D;
}
</style>
background-color css
<style>
a { background-color: #4F002D; }
a { background-color: rgb(79,0,45); }
div.DivClassName
{
background-color: #4F002D;
}
.BgClassName
{
background-color: #4F002D;
}
</style>
border-color css
<style>
span { border-color: #4F002D; }
span { border-color: rgb(79,0,45); }
td.TdClassName
{
border-color: #4F002D;
}
.TagClassName
{
border-color: #4F002D;
}
</style>