Shades of Blackberry #4B1437
Tints of Blackberry #4B1437
RGB
CMYK
RGB Variations
Color information
#4B1437 (or 0x4B1437) is known color: Blackberry. HEX triplet: 4B, 14 and 37. RGB value is (75,20,55). Sum of RGB (Red+Green+Blue) = 75+20+55=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1437 is #B4EBC8. Grayscale: #282828. Windows color (decimal): -11856841 or 3609675. OLE color: 3609675.
HSL color Cylindrical-coordinate representation of color #4B1437: hue angle of 321.82º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1437 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 55 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.71 |
| HSL | 321.82º | 0.58% | 0.19% | - |
| HSV(B) | 321.82º | 0.73% | 0.29% | - |
| XYZ | 3.84 | 2.27 | 3.85 | - |
| YUV | 40.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 55 | 0 | 0.73 | 0.27 | 0.71 | 321.82 | 0.58 | 0.19 |
| Hex | 4B | 14 | 37 | 0 | 49 | 1B | 47 | 142 | 3A | 13 |
| Octal | 113 | 24 | 67 | 0 | 111 | 33 | 107 | 502 | 72 | 23 |
| Binary | 1001011 | 10100 | 110111 | 0 | 1001001 | 11011 | 1000111 | 101000010 | 111010 | 10011 |
Color Harmonies of #4B1437
Complementary color
Monochromatic Colors of #4B1437
Black with #4B1437
Text Example
Text Example
White with #4B1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1437; }
p { color: rgb(75,20,55); }
H1.HeaderClassName
{
color: #4B1437;
}
.AnyTagClassName
{
color: #4B1437;
}
</style>
background-color css
<style>
a { background-color: #4B1437; }
a { background-color: rgb(75,20,55); }
div.DivClassName
{
background-color: #4B1437;
}
.BgClassName
{
background-color: #4B1437;
}
</style>
border-color css
<style>
span { border-color: #4B1437; }
span { border-color: rgb(75,20,55); }
td.TdClassName
{
border-color: #4B1437;
}
.TagClassName
{
border-color: #4B1437;
}
</style>