Shades of Blackberry #4F002B
Tints of Blackberry #4F002B
RGB
CMYK
RGB Variations
Color information
#4F002B (or 0x4F002B) is known color: Blackberry. HEX triplet: 4F, 00 and 2B. RGB value is (79,0,43). Sum of RGB (Red+Green+Blue) = 79+0+43=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002B is #B0FFD4. Grayscale: #1C1C1C. Windows color (decimal): -11599829 or 2818127. OLE color: 2818127.
HSL color Cylindrical-coordinate representation of color #4F002B: hue angle of 327.34º 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 #4F002B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.46 | 0.69 |
| HSL | 327.34º | 1% | 0.15% | - |
| HSV(B) | 327.34º | 1% | 0.31% | - |
| XYZ | 3.66 | 1.84 | 2.45 | - |
| YUV | 28.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 43 | 0 | 1 | 0.46 | 0.69 | 327.34 | 1 | 0.15 |
| Hex | 4F | 0 | 2B | 0 | 64 | 2E | 45 | 147 | 64 | F |
| Octal | 117 | 0 | 53 | 0 | 144 | 56 | 105 | 507 | 144 | 17 |
| Binary | 1001111 | 0 | 101011 | 0 | 1100100 | 101110 | 1000101 | 101000111 | 1100100 | 1111 |
Color Harmonies of #4F002B
Complementary color
Monochromatic Colors of #4F002B
Black with #4F002B
Text Example
Text Example
White with #4F002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F002B; }
p { color: rgb(79,0,43); }
H1.HeaderClassName
{
color: #4F002B;
}
.AnyTagClassName
{
color: #4F002B;
}
</style>
background-color css
<style>
a { background-color: #4F002B; }
a { background-color: rgb(79,0,43); }
div.DivClassName
{
background-color: #4F002B;
}
.BgClassName
{
background-color: #4F002B;
}
</style>
border-color css
<style>
span { border-color: #4F002B; }
span { border-color: rgb(79,0,43); }
td.TdClassName
{
border-color: #4F002B;
}
.TagClassName
{
border-color: #4F002B;
}
</style>