Shades of Blackberry #4F123C
Tints of Blackberry #4F123C
RGB
CMYK
RGB Variations
Color information
#4F123C (or 0x4F123C) is known color: Blackberry. HEX triplet: 4F, 12 and 3C. RGB value is (79,18,60). Sum of RGB (Red+Green+Blue) = 79+18+60=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F123C is #B0EDC3. Grayscale: #282828. Windows color (decimal): -11595204 or 3936847. OLE color: 3936847.
HSL color Cylindrical-coordinate representation of color #4F123C: hue angle of 318.69º 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 #4F123C is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 60 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.69 |
| HSL | 318.69º | 0.63% | 0.19% | - |
| HSV(B) | 318.69º | 0.77% | 0.31% | - |
| XYZ | 4.26 | 2.42 | 4.52 | - |
| YUV | 41.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 60 | 0 | 0.77 | 0.24 | 0.69 | 318.69 | 0.63 | 0.19 |
| Hex | 4F | 12 | 3C | 0 | 4D | 18 | 45 | 13F | 3F | 13 |
| Octal | 117 | 22 | 74 | 0 | 115 | 30 | 105 | 477 | 77 | 23 |
| Binary | 1001111 | 10010 | 111100 | 0 | 1001101 | 11000 | 1000101 | 100111111 | 111111 | 10011 |
Color Harmonies of #4F123C
Complementary color
Monochromatic Colors of #4F123C
Black with #4F123C
Text Example
Text Example
White with #4F123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F123C; }
p { color: rgb(79,18,60); }
H1.HeaderClassName
{
color: #4F123C;
}
.AnyTagClassName
{
color: #4F123C;
}
</style>
background-color css
<style>
a { background-color: #4F123C; }
a { background-color: rgb(79,18,60); }
div.DivClassName
{
background-color: #4F123C;
}
.BgClassName
{
background-color: #4F123C;
}
</style>
border-color css
<style>
span { border-color: #4F123C; }
span { border-color: rgb(79,18,60); }
td.TdClassName
{
border-color: #4F123C;
}
.TagClassName
{
border-color: #4F123C;
}
</style>