Shades of Blackberry #4B1337
Tints of Blackberry #4B1337
RGB
CMYK
RGB Variations
Color information
#4B1337 (or 0x4B1337) is known color: Blackberry. HEX triplet: 4B, 13 and 37. RGB value is (75,19,55). Sum of RGB (Red+Green+Blue) = 75+19+55=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1337 is #B4ECC8. Grayscale: #272727. Windows color (decimal): -11857097 or 3609419. OLE color: 3609419.
HSL color Cylindrical-coordinate representation of color #4B1337: hue angle of 321.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1337 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 19 | 55 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.71 |
| HSL | 321.43º | 0.6% | 0.18% | - |
| HSV(B) | 321.43º | 0.75% | 0.29% | - |
| XYZ | 3.82 | 2.24 | 3.84 | - |
| YUV | 39.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 55 | 0 | 0.75 | 0.27 | 0.71 | 321.43 | 0.6 | 0.18 |
| Hex | 4B | 13 | 37 | 0 | 4B | 1B | 47 | 141 | 3C | 12 |
| Octal | 113 | 23 | 67 | 0 | 113 | 33 | 107 | 501 | 74 | 22 |
| Binary | 1001011 | 10011 | 110111 | 0 | 1001011 | 11011 | 1000111 | 101000001 | 111100 | 10010 |
Color Harmonies of #4B1337
Complementary color
Monochromatic Colors of #4B1337
Black with #4B1337
Text Example
Text Example
White with #4B1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1337; }
p { color: rgb(75,19,55); }
H1.HeaderClassName
{
color: #4B1337;
}
.AnyTagClassName
{
color: #4B1337;
}
</style>
background-color css
<style>
a { background-color: #4B1337; }
a { background-color: rgb(75,19,55); }
div.DivClassName
{
background-color: #4B1337;
}
.BgClassName
{
background-color: #4B1337;
}
</style>
border-color css
<style>
span { border-color: #4B1337; }
span { border-color: rgb(75,19,55); }
td.TdClassName
{
border-color: #4B1337;
}
.TagClassName
{
border-color: #4B1337;
}
</style>