Shades of Blackberry #4D1B31
Tints of Blackberry #4D1B31
RGB
CMYK
RGB Variations
Color information
#4D1B31 (or 0x4D1B31) is known color: Blackberry. HEX triplet: 4D, 1B and 31. RGB value is (77,27,49). Sum of RGB (Red+Green+Blue) = 77+27+49=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B31 is #B2E4CE. Grayscale: #2C2C2C. Windows color (decimal): -11723983 or 3218253. OLE color: 3218253.
HSL color Cylindrical-coordinate representation of color #4D1B31: hue angle of 333.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B31 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 49 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.70 |
| HSL | 333.6º | 0.48% | 0.2% | - |
| HSV(B) | 333.6º | 0.65% | 0.3% | - |
| XYZ | 4.01 | 2.58 | 3.19 | - |
| YUV | 44.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 49 | 0 | 0.65 | 0.36 | 0.70 | 333.6 | 0.48 | 0.2 |
| Hex | 4D | 1B | 31 | 0 | 41 | 24 | 46 | 14E | 30 | 14 |
| Octal | 115 | 33 | 61 | 0 | 101 | 44 | 106 | 516 | 60 | 24 |
| Binary | 1001101 | 11011 | 110001 | 0 | 1000001 | 100100 | 1000110 | 101001110 | 110000 | 10100 |
Color Harmonies of #4D1B31
Complementary color
Monochromatic Colors of #4D1B31
Black with #4D1B31
Text Example
Text Example
White with #4D1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B31; }
p { color: rgb(77,27,49); }
H1.HeaderClassName
{
color: #4D1B31;
}
.AnyTagClassName
{
color: #4D1B31;
}
</style>
background-color css
<style>
a { background-color: #4D1B31; }
a { background-color: rgb(77,27,49); }
div.DivClassName
{
background-color: #4D1B31;
}
.BgClassName
{
background-color: #4D1B31;
}
</style>
border-color css
<style>
span { border-color: #4D1B31; }
span { border-color: rgb(77,27,49); }
td.TdClassName
{
border-color: #4D1B31;
}
.TagClassName
{
border-color: #4D1B31;
}
</style>