Shades of Blackberry #4F1234
Tints of Blackberry #4F1234
RGB
CMYK
RGB Variations
Color information
#4F1234 (or 0x4F1234) is known color: Blackberry. HEX triplet: 4F, 12 and 34. RGB value is (79,18,52). Sum of RGB (Red+Green+Blue) = 79+18+52=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1234 is #B0EDCB. Grayscale: #282828. Windows color (decimal): -11595212 or 3412559. OLE color: 3412559.
HSL color Cylindrical-coordinate representation of color #4F1234: hue angle of 326.56º 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 #4F1234 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 52 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.69 |
| HSL | 326.56º | 0.63% | 0.19% | - |
| HSV(B) | 326.56º | 0.77% | 0.31% | - |
| XYZ | 4.06 | 2.34 | 3.49 | - |
| YUV | 40.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 52 | 0 | 0.77 | 0.34 | 0.69 | 326.56 | 0.63 | 0.19 |
| Hex | 4F | 12 | 34 | 0 | 4D | 22 | 45 | 147 | 3F | 13 |
| Octal | 117 | 22 | 64 | 0 | 115 | 42 | 105 | 507 | 77 | 23 |
| Binary | 1001111 | 10010 | 110100 | 0 | 1001101 | 100010 | 1000101 | 101000111 | 111111 | 10011 |
Color Harmonies of #4F1234
Complementary color
Monochromatic Colors of #4F1234
Black with #4F1234
Text Example
Text Example
White with #4F1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1234; }
p { color: rgb(79,18,52); }
H1.HeaderClassName
{
color: #4F1234;
}
.AnyTagClassName
{
color: #4F1234;
}
</style>
background-color css
<style>
a { background-color: #4F1234; }
a { background-color: rgb(79,18,52); }
div.DivClassName
{
background-color: #4F1234;
}
.BgClassName
{
background-color: #4F1234;
}
</style>
border-color css
<style>
span { border-color: #4F1234; }
span { border-color: rgb(79,18,52); }
td.TdClassName
{
border-color: #4F1234;
}
.TagClassName
{
border-color: #4F1234;
}
</style>