Shades of Blackberry #4F1633
Tints of Blackberry #4F1633
RGB
CMYK
RGB Variations
Color information
#4F1633 (or 0x4F1633) is known color: Blackberry. HEX triplet: 4F, 16 and 33. RGB value is (79,22,51). Sum of RGB (Red+Green+Blue) = 79+22+51=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1633 is #B0E9CC. Grayscale: #2A2A2A. Windows color (decimal): -11594189 or 3348047. OLE color: 3348047.
HSL color Cylindrical-coordinate representation of color #4F1633: hue angle of 329.47º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1633 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 51 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.69 |
| HSL | 329.47º | 0.56% | 0.2% | - |
| HSV(B) | 329.47º | 0.72% | 0.31% | - |
| XYZ | 4.11 | 2.48 | 3.39 | - |
| YUV | 42.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 51 | 0 | 0.72 | 0.35 | 0.69 | 329.47 | 0.56 | 0.2 |
| Hex | 4F | 16 | 33 | 0 | 48 | 23 | 45 | 149 | 38 | 14 |
| Octal | 117 | 26 | 63 | 0 | 110 | 43 | 105 | 511 | 70 | 24 |
| Binary | 1001111 | 10110 | 110011 | 0 | 1001000 | 100011 | 1000101 | 101001001 | 111000 | 10100 |
Color Harmonies of #4F1633
Complementary color
Monochromatic Colors of #4F1633
Black with #4F1633
Text Example
Text Example
White with #4F1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1633; }
p { color: rgb(79,22,51); }
H1.HeaderClassName
{
color: #4F1633;
}
.AnyTagClassName
{
color: #4F1633;
}
</style>
background-color css
<style>
a { background-color: #4F1633; }
a { background-color: rgb(79,22,51); }
div.DivClassName
{
background-color: #4F1633;
}
.BgClassName
{
background-color: #4F1633;
}
</style>
border-color css
<style>
span { border-color: #4F1633; }
span { border-color: rgb(79,22,51); }
td.TdClassName
{
border-color: #4F1633;
}
.TagClassName
{
border-color: #4F1633;
}
</style>