Shades of Blackberry #4F012B
Tints of Blackberry #4F012B
RGB
CMYK
RGB Variations
Color information
#4F012B (or 0x4F012B) is known color: Blackberry. HEX triplet: 4F, 01 and 2B. RGB value is (79,1,43). Sum of RGB (Red+Green+Blue) = 79+1+43=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F012B is #B0FED4. Grayscale: #1D1D1D. Windows color (decimal): -11599573 or 2818383. OLE color: 2818383.
HSL color Cylindrical-coordinate representation of color #4F012B: hue angle of 327.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F012B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.69 |
| HSL | 327.69º | 0.98% | 0.16% | - |
| HSV(B) | 327.69º | 0.99% | 0.31% | - |
| XYZ | 3.67 | 1.86 | 2.45 | - |
| YUV | 29.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 43 | 0 | 0.99 | 0.46 | 0.69 | 327.69 | 0.98 | 0.16 |
| Hex | 4F | 1 | 2B | 0 | 63 | 2E | 45 | 148 | 62 | 10 |
| Octal | 117 | 1 | 53 | 0 | 143 | 56 | 105 | 510 | 142 | 20 |
| Binary | 1001111 | 1 | 101011 | 0 | 1100011 | 101110 | 1000101 | 101001000 | 1100010 | 10000 |
Color Harmonies of #4F012B
Complementary color
Monochromatic Colors of #4F012B
Black with #4F012B
Text Example
Text Example
White with #4F012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F012B; }
p { color: rgb(79,1,43); }
H1.HeaderClassName
{
color: #4F012B;
}
.AnyTagClassName
{
color: #4F012B;
}
</style>
background-color css
<style>
a { background-color: #4F012B; }
a { background-color: rgb(79,1,43); }
div.DivClassName
{
background-color: #4F012B;
}
.BgClassName
{
background-color: #4F012B;
}
</style>
border-color css
<style>
span { border-color: #4F012B; }
span { border-color: rgb(79,1,43); }
td.TdClassName
{
border-color: #4F012B;
}
.TagClassName
{
border-color: #4F012B;
}
</style>