Shades of Blackberry #4B2137
Tints of Blackberry #4B2137
RGB
CMYK
RGB Variations
Color information
#4B2137 (or 0x4B2137) is known color: Blackberry. HEX triplet: 4B, 21 and 37. RGB value is (75,33,55). Sum of RGB (Red+Green+Blue) = 75+33+55=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2137 is #B4DEC8. Grayscale: #303030. Windows color (decimal): -11853513 or 3613003. OLE color: 3613003.
HSL color Cylindrical-coordinate representation of color #4B2137: hue angle of 328.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2137 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 55 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.71 |
| HSL | 328.57º | 0.39% | 0.21% | - |
| HSV(B) | 328.57º | 0.56% | 0.29% | - |
| XYZ | 4.14 | 2.86 | 3.95 | - |
| YUV | 48.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 55 | 0 | 0.56 | 0.27 | 0.71 | 328.57 | 0.39 | 0.21 |
| Hex | 4B | 21 | 37 | 0 | 38 | 1B | 47 | 149 | 27 | 15 |
| Octal | 113 | 41 | 67 | 0 | 70 | 33 | 107 | 511 | 47 | 25 |
| Binary | 1001011 | 100001 | 110111 | 0 | 111000 | 11011 | 1000111 | 101001001 | 100111 | 10101 |
Color Harmonies of #4B2137
Complementary color
Monochromatic Colors of #4B2137
Black with #4B2137
Text Example
Text Example
White with #4B2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2137; }
p { color: rgb(75,33,55); }
H1.HeaderClassName
{
color: #4B2137;
}
.AnyTagClassName
{
color: #4B2137;
}
</style>
background-color css
<style>
a { background-color: #4B2137; }
a { background-color: rgb(75,33,55); }
div.DivClassName
{
background-color: #4B2137;
}
.BgClassName
{
background-color: #4B2137;
}
</style>
border-color css
<style>
span { border-color: #4B2137; }
span { border-color: rgb(75,33,55); }
td.TdClassName
{
border-color: #4B2137;
}
.TagClassName
{
border-color: #4B2137;
}
</style>