Shades of Blackberry #4B1C37
Tints of Blackberry #4B1C37
RGB
CMYK
RGB Variations
Color information
#4B1C37 (or 0x4B1C37) is known color: Blackberry. HEX triplet: 4B, 1C and 37. RGB value is (75,28,55). Sum of RGB (Red+Green+Blue) = 75+28+55=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1C37 is #B4E3C8. Grayscale: #2D2D2D. Windows color (decimal): -11854793 or 3611723. OLE color: 3611723.
HSL color Cylindrical-coordinate representation of color #4B1C37: hue angle of 325.53º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B1C37 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 28 | 55 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.71 |
| HSL | 325.53º | 0.46% | 0.2% | - |
| HSV(B) | 325.53º | 0.63% | 0.29% | - |
| XYZ | 4.01 | 2.6 | 3.91 | - |
| YUV | 45.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 55 | 0 | 0.63 | 0.27 | 0.71 | 325.53 | 0.46 | 0.2 |
| Hex | 4B | 1C | 37 | 0 | 3F | 1B | 47 | 146 | 2E | 14 |
| Octal | 113 | 34 | 67 | 0 | 77 | 33 | 107 | 506 | 56 | 24 |
| Binary | 1001011 | 11100 | 110111 | 0 | 111111 | 11011 | 1000111 | 101000110 | 101110 | 10100 |
Color Harmonies of #4B1C37
Complementary color
Monochromatic Colors of #4B1C37
Black with #4B1C37
Text Example
Text Example
White with #4B1C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C37; }
p { color: rgb(75,28,55); }
H1.HeaderClassName
{
color: #4B1C37;
}
.AnyTagClassName
{
color: #4B1C37;
}
</style>
background-color css
<style>
a { background-color: #4B1C37; }
a { background-color: rgb(75,28,55); }
div.DivClassName
{
background-color: #4B1C37;
}
.BgClassName
{
background-color: #4B1C37;
}
</style>
border-color css
<style>
span { border-color: #4B1C37; }
span { border-color: rgb(75,28,55); }
td.TdClassName
{
border-color: #4B1C37;
}
.TagClassName
{
border-color: #4B1C37;
}
</style>