Shades of Blackberry #4F123E
Tints of Blackberry #4F123E
RGB
CMYK
RGB Variations
Color information
#4F123E (or 0x4F123E) is known color: Blackberry. HEX triplet: 4F, 12 and 3E. RGB value is (79,18,62). Sum of RGB (Red+Green+Blue) = 79+18+62=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F123E is #B0EDC1. Grayscale: #292929. Windows color (decimal): -11595202 or 4067919. OLE color: 4067919.
HSL color Cylindrical-coordinate representation of color #4F123E: hue angle of 316.72º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F123E is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 62 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.69 |
| HSL | 316.72º | 0.63% | 0.19% | - |
| HSV(B) | 316.72º | 0.77% | 0.31% | - |
| XYZ | 4.31 | 2.44 | 4.8 | - |
| YUV | 41.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 62 | 0 | 0.77 | 0.22 | 0.69 | 316.72 | 0.63 | 0.19 |
| Hex | 4F | 12 | 3E | 0 | 4D | 16 | 45 | 13D | 3F | 13 |
| Octal | 117 | 22 | 76 | 0 | 115 | 26 | 105 | 475 | 77 | 23 |
| Binary | 1001111 | 10010 | 111110 | 0 | 1001101 | 10110 | 1000101 | 100111101 | 111111 | 10011 |
Color Harmonies of #4F123E
Complementary color
Monochromatic Colors of #4F123E
Black with #4F123E
Text Example
Text Example
White with #4F123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F123E; }
p { color: rgb(79,18,62); }
H1.HeaderClassName
{
color: #4F123E;
}
.AnyTagClassName
{
color: #4F123E;
}
</style>
background-color css
<style>
a { background-color: #4F123E; }
a { background-color: rgb(79,18,62); }
div.DivClassName
{
background-color: #4F123E;
}
.BgClassName
{
background-color: #4F123E;
}
</style>
border-color css
<style>
span { border-color: #4F123E; }
span { border-color: rgb(79,18,62); }
td.TdClassName
{
border-color: #4F123E;
}
.TagClassName
{
border-color: #4F123E;
}
</style>