Shades of Blackberry #4F1334
Tints of Blackberry #4F1334
RGB
CMYK
RGB Variations
Color information
#4F1334 (or 0x4F1334) is known color: Blackberry. HEX triplet: 4F, 13 and 34. RGB value is (79,19,52). Sum of RGB (Red+Green+Blue) = 79+19+52=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1334 is #B0ECCB. Grayscale: #282828. Windows color (decimal): -11594956 or 3412815. OLE color: 3412815.
HSL color Cylindrical-coordinate representation of color #4F1334: hue angle of 327º 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 #4F1334 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 52 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.69 |
| HSL | 327º | 0.61% | 0.19% | - |
| HSV(B) | 327º | 0.76% | 0.31% | - |
| XYZ | 4.08 | 2.38 | 3.49 | - |
| YUV | 40.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 52 | 0 | 0.76 | 0.34 | 0.69 | 327 | 0.61 | 0.19 |
| Hex | 4F | 13 | 34 | 0 | 4C | 22 | 45 | 147 | 3D | 13 |
| Octal | 117 | 23 | 64 | 0 | 114 | 42 | 105 | 507 | 75 | 23 |
| Binary | 1001111 | 10011 | 110100 | 0 | 1001100 | 100010 | 1000101 | 101000111 | 111101 | 10011 |
Color Harmonies of #4F1334
Complementary color
Monochromatic Colors of #4F1334
Black with #4F1334
Text Example
Text Example
White with #4F1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1334; }
p { color: rgb(79,19,52); }
H1.HeaderClassName
{
color: #4F1334;
}
.AnyTagClassName
{
color: #4F1334;
}
</style>
background-color css
<style>
a { background-color: #4F1334; }
a { background-color: rgb(79,19,52); }
div.DivClassName
{
background-color: #4F1334;
}
.BgClassName
{
background-color: #4F1334;
}
</style>
border-color css
<style>
span { border-color: #4F1334; }
span { border-color: rgb(79,19,52); }
td.TdClassName
{
border-color: #4F1334;
}
.TagClassName
{
border-color: #4F1334;
}
</style>