Shades of Blackberry #4B1B37
Tints of Blackberry #4B1B37
RGB
CMYK
RGB Variations
Color information
#4B1B37 (or 0x4B1B37) is known color: Blackberry. HEX triplet: 4B, 1B and 37. RGB value is (75,27,55). Sum of RGB (Red+Green+Blue) = 75+27+55=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B37 is #B4E4C8. Grayscale: #2C2C2C. Windows color (decimal): -11855049 or 3611467. OLE color: 3611467.
HSL color Cylindrical-coordinate representation of color #4B1B37: hue angle of 325º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B37 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 55 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.71 |
| HSL | 325º | 0.47% | 0.2% | - |
| HSV(B) | 325º | 0.64% | 0.29% | - |
| XYZ | 3.98 | 2.56 | 3.9 | - |
| YUV | 44.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 55 | 0 | 0.64 | 0.27 | 0.71 | 325 | 0.47 | 0.2 |
| Hex | 4B | 1B | 37 | 0 | 40 | 1B | 47 | 145 | 2F | 14 |
| Octal | 113 | 33 | 67 | 0 | 100 | 33 | 107 | 505 | 57 | 24 |
| Binary | 1001011 | 11011 | 110111 | 0 | 1000000 | 11011 | 1000111 | 101000101 | 101111 | 10100 |
Color Harmonies of #4B1B37
Complementary color
Monochromatic Colors of #4B1B37
Black with #4B1B37
Text Example
Text Example
White with #4B1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B37; }
p { color: rgb(75,27,55); }
H1.HeaderClassName
{
color: #4B1B37;
}
.AnyTagClassName
{
color: #4B1B37;
}
</style>
background-color css
<style>
a { background-color: #4B1B37; }
a { background-color: rgb(75,27,55); }
div.DivClassName
{
background-color: #4B1B37;
}
.BgClassName
{
background-color: #4B1B37;
}
</style>
border-color css
<style>
span { border-color: #4B1B37; }
span { border-color: rgb(75,27,55); }
td.TdClassName
{
border-color: #4B1B37;
}
.TagClassName
{
border-color: #4B1B37;
}
</style>