Shades of Blackberry #4B1137
Tints of Blackberry #4B1137
RGB
CMYK
RGB Variations
Color information
#4B1137 (or 0x4B1137) is known color: Blackberry. HEX triplet: 4B, 11 and 37. RGB value is (75,17,55). Sum of RGB (Red+Green+Blue) = 75+17+55=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1137 is #B4EEC8. Grayscale: #262626. Windows color (decimal): -11857609 or 3608907. OLE color: 3608907.
HSL color Cylindrical-coordinate representation of color #4B1137: hue angle of 320.69º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1137 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 55 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.71 |
| HSL | 320.69º | 0.63% | 0.18% | - |
| HSV(B) | 320.69º | 0.77% | 0.29% | - |
| XYZ | 3.79 | 2.17 | 3.83 | - |
| YUV | 38.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 55 | 0 | 0.77 | 0.27 | 0.71 | 320.69 | 0.63 | 0.18 |
| Hex | 4B | 11 | 37 | 0 | 4D | 1B | 47 | 141 | 3F | 12 |
| Octal | 113 | 21 | 67 | 0 | 115 | 33 | 107 | 501 | 77 | 22 |
| Binary | 1001011 | 10001 | 110111 | 0 | 1001101 | 11011 | 1000111 | 101000001 | 111111 | 10010 |
Color Harmonies of #4B1137
Complementary color
Monochromatic Colors of #4B1137
Black with #4B1137
Text Example
Text Example
White with #4B1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1137; }
p { color: rgb(75,17,55); }
H1.HeaderClassName
{
color: #4B1137;
}
.AnyTagClassName
{
color: #4B1137;
}
</style>
background-color css
<style>
a { background-color: #4B1137; }
a { background-color: rgb(75,17,55); }
div.DivClassName
{
background-color: #4B1137;
}
.BgClassName
{
background-color: #4B1137;
}
</style>
border-color css
<style>
span { border-color: #4B1137; }
span { border-color: rgb(75,17,55); }
td.TdClassName
{
border-color: #4B1137;
}
.TagClassName
{
border-color: #4B1137;
}
</style>