Shades of Blackberry #4F133C
Tints of Blackberry #4F133C
RGB
CMYK
RGB Variations
Color information
#4F133C (or 0x4F133C) is known color: Blackberry. HEX triplet: 4F, 13 and 3C. RGB value is (79,19,60). Sum of RGB (Red+Green+Blue) = 79+19+60=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F133C is #B0ECC3. Grayscale: #292929. Windows color (decimal): -11594948 or 3937103. OLE color: 3937103.
HSL color Cylindrical-coordinate representation of color #4F133C: hue angle of 319º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F133C is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 60 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.69 |
| HSL | 319º | 0.61% | 0.19% | - |
| HSV(B) | 319º | 0.76% | 0.31% | - |
| XYZ | 4.27 | 2.45 | 4.52 | - |
| YUV | 41.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 60 | 0 | 0.76 | 0.24 | 0.69 | 319 | 0.61 | 0.19 |
| Hex | 4F | 13 | 3C | 0 | 4C | 18 | 45 | 13F | 3D | 13 |
| Octal | 117 | 23 | 74 | 0 | 114 | 30 | 105 | 477 | 75 | 23 |
| Binary | 1001111 | 10011 | 111100 | 0 | 1001100 | 11000 | 1000101 | 100111111 | 111101 | 10011 |
Color Harmonies of #4F133C
Complementary color
Monochromatic Colors of #4F133C
Black with #4F133C
Text Example
Text Example
White with #4F133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F133C; }
p { color: rgb(79,19,60); }
H1.HeaderClassName
{
color: #4F133C;
}
.AnyTagClassName
{
color: #4F133C;
}
</style>
background-color css
<style>
a { background-color: #4F133C; }
a { background-color: rgb(79,19,60); }
div.DivClassName
{
background-color: #4F133C;
}
.BgClassName
{
background-color: #4F133C;
}
</style>
border-color css
<style>
span { border-color: #4F133C; }
span { border-color: rgb(79,19,60); }
td.TdClassName
{
border-color: #4F133C;
}
.TagClassName
{
border-color: #4F133C;
}
</style>