Shades of Blackberry #4B1737
Tints of Blackberry #4B1737
RGB
CMYK
RGB Variations
Color information
#4B1737 (or 0x4B1737) is known color: Blackberry. HEX triplet: 4B, 17 and 37. RGB value is (75,23,55). Sum of RGB (Red+Green+Blue) = 75+23+55=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1737 is #B4E8C8. Grayscale: #2A2A2A. Windows color (decimal): -11856073 or 3610443. OLE color: 3610443.
HSL color Cylindrical-coordinate representation of color #4B1737: hue angle of 323.08º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B1737 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 55 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.71 |
| HSL | 323.08º | 0.53% | 0.19% | - |
| HSV(B) | 323.08º | 0.69% | 0.29% | - |
| XYZ | 3.9 | 2.38 | 3.87 | - |
| YUV | 42.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 55 | 0 | 0.69 | 0.27 | 0.71 | 323.08 | 0.53 | 0.19 |
| Hex | 4B | 17 | 37 | 0 | 45 | 1B | 47 | 143 | 35 | 13 |
| Octal | 113 | 27 | 67 | 0 | 105 | 33 | 107 | 503 | 65 | 23 |
| Binary | 1001011 | 10111 | 110111 | 0 | 1000101 | 11011 | 1000111 | 101000011 | 110101 | 10011 |
Color Harmonies of #4B1737
Complementary color
Monochromatic Colors of #4B1737
Black with #4B1737
Text Example
Text Example
White with #4B1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1737; }
p { color: rgb(75,23,55); }
H1.HeaderClassName
{
color: #4B1737;
}
.AnyTagClassName
{
color: #4B1737;
}
</style>
background-color css
<style>
a { background-color: #4B1737; }
a { background-color: rgb(75,23,55); }
div.DivClassName
{
background-color: #4B1737;
}
.BgClassName
{
background-color: #4B1737;
}
</style>
border-color css
<style>
span { border-color: #4B1737; }
span { border-color: rgb(75,23,55); }
td.TdClassName
{
border-color: #4B1737;
}
.TagClassName
{
border-color: #4B1737;
}
</style>