Shades of Blackberry #4F1834
Tints of Blackberry #4F1834
RGB
CMYK
RGB Variations
Color information
#4F1834 (or 0x4F1834) is known color: Blackberry. HEX triplet: 4F, 18 and 34. RGB value is (79,24,52). Sum of RGB (Red+Green+Blue) = 79+24+52=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1834 is #B0E7CB. Grayscale: #2B2B2B. Windows color (decimal): -11593676 or 3414095. OLE color: 3414095.
HSL color Cylindrical-coordinate representation of color #4F1834: hue angle of 329.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F1834 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 52 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.69 |
| HSL | 329.45º | 0.53% | 0.2% | - |
| HSV(B) | 329.45º | 0.7% | 0.31% | - |
| XYZ | 4.17 | 2.56 | 3.52 | - |
| YUV | 43.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 52 | 0 | 0.70 | 0.34 | 0.69 | 329.45 | 0.53 | 0.2 |
| Hex | 4F | 18 | 34 | 0 | 46 | 22 | 45 | 149 | 35 | 14 |
| Octal | 117 | 30 | 64 | 0 | 106 | 42 | 105 | 511 | 65 | 24 |
| Binary | 1001111 | 11000 | 110100 | 0 | 1000110 | 100010 | 1000101 | 101001001 | 110101 | 10100 |
Color Harmonies of #4F1834
Complementary color
Monochromatic Colors of #4F1834
Black with #4F1834
Text Example
Text Example
White with #4F1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1834; }
p { color: rgb(79,24,52); }
H1.HeaderClassName
{
color: #4F1834;
}
.AnyTagClassName
{
color: #4F1834;
}
</style>
background-color css
<style>
a { background-color: #4F1834; }
a { background-color: rgb(79,24,52); }
div.DivClassName
{
background-color: #4F1834;
}
.BgClassName
{
background-color: #4F1834;
}
</style>
border-color css
<style>
span { border-color: #4F1834; }
span { border-color: rgb(79,24,52); }
td.TdClassName
{
border-color: #4F1834;
}
.TagClassName
{
border-color: #4F1834;
}
</style>