Shades of Blackberry #4B1237
Tints of Blackberry #4B1237
RGB
CMYK
RGB Variations
Color information
#4B1237 (or 0x4B1237) is known color: Blackberry. HEX triplet: 4B, 12 and 37. RGB value is (75,18,55). Sum of RGB (Red+Green+Blue) = 75+18+55=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1237 is #B4EDC8. Grayscale: #272727. Windows color (decimal): -11857353 or 3609163. OLE color: 3609163.
HSL color Cylindrical-coordinate representation of color #4B1237: hue angle of 321.05º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1237 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 55 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.71 |
| HSL | 321.05º | 0.61% | 0.18% | - |
| HSV(B) | 321.05º | 0.76% | 0.29% | - |
| XYZ | 3.81 | 2.2 | 3.84 | - |
| YUV | 39.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 55 | 0 | 0.76 | 0.27 | 0.71 | 321.05 | 0.61 | 0.18 |
| Hex | 4B | 12 | 37 | 0 | 4C | 1B | 47 | 141 | 3D | 12 |
| Octal | 113 | 22 | 67 | 0 | 114 | 33 | 107 | 501 | 75 | 22 |
| Binary | 1001011 | 10010 | 110111 | 0 | 1001100 | 11011 | 1000111 | 101000001 | 111101 | 10010 |
Color Harmonies of #4B1237
Complementary color
Monochromatic Colors of #4B1237
Black with #4B1237
Text Example
Text Example
White with #4B1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1237; }
p { color: rgb(75,18,55); }
H1.HeaderClassName
{
color: #4B1237;
}
.AnyTagClassName
{
color: #4B1237;
}
</style>
background-color css
<style>
a { background-color: #4B1237; }
a { background-color: rgb(75,18,55); }
div.DivClassName
{
background-color: #4B1237;
}
.BgClassName
{
background-color: #4B1237;
}
</style>
border-color css
<style>
span { border-color: #4B1237; }
span { border-color: rgb(75,18,55); }
td.TdClassName
{
border-color: #4B1237;
}
.TagClassName
{
border-color: #4B1237;
}
</style>