Shades of Blackberry #4F123D
Tints of Blackberry #4F123D
RGB
CMYK
RGB Variations
Color information
#4F123D (or 0x4F123D) is known color: Blackberry. HEX triplet: 4F, 12 and 3D. RGB value is (79,18,61). Sum of RGB (Red+Green+Blue) = 79+18+61=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F123D is #B0EDC2. Grayscale: #292929. Windows color (decimal): -11595203 or 4002383. OLE color: 4002383.
HSL color Cylindrical-coordinate representation of color #4F123D: hue angle of 317.7º 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 #4F123D is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 61 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.69 |
| HSL | 317.7º | 0.63% | 0.19% | - |
| HSV(B) | 317.7º | 0.77% | 0.31% | - |
| XYZ | 4.28 | 2.43 | 4.66 | - |
| YUV | 41.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 61 | 0 | 0.77 | 0.23 | 0.69 | 317.7 | 0.63 | 0.19 |
| Hex | 4F | 12 | 3D | 0 | 4D | 17 | 45 | 13E | 3F | 13 |
| Octal | 117 | 22 | 75 | 0 | 115 | 27 | 105 | 476 | 77 | 23 |
| Binary | 1001111 | 10010 | 111101 | 0 | 1001101 | 10111 | 1000101 | 100111110 | 111111 | 10011 |
Color Harmonies of #4F123D
Complementary color
Monochromatic Colors of #4F123D
Black with #4F123D
Text Example
Text Example
White with #4F123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F123D; }
p { color: rgb(79,18,61); }
H1.HeaderClassName
{
color: #4F123D;
}
.AnyTagClassName
{
color: #4F123D;
}
</style>
background-color css
<style>
a { background-color: #4F123D; }
a { background-color: rgb(79,18,61); }
div.DivClassName
{
background-color: #4F123D;
}
.BgClassName
{
background-color: #4F123D;
}
</style>
border-color css
<style>
span { border-color: #4F123D; }
span { border-color: rgb(79,18,61); }
td.TdClassName
{
border-color: #4F123D;
}
.TagClassName
{
border-color: #4F123D;
}
</style>