Shades of Blackberry #4B2036
Tints of Blackberry #4B2036
RGB
CMYK
RGB Variations
Color information
#4B2036 (or 0x4B2036) is known color: Blackberry. HEX triplet: 4B, 20 and 36. RGB value is (75,32,54). Sum of RGB (Red+Green+Blue) = 75+32+54=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2036 is #B4DFC9. Grayscale: #2F2F2F. Windows color (decimal): -11853770 or 3547211. OLE color: 3547211.
HSL color Cylindrical-coordinate representation of color #4B2036: hue angle of 329.3º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2036 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 54 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.71 |
| HSL | 329.3º | 0.4% | 0.21% | - |
| HSV(B) | 329.3º | 0.57% | 0.29% | - |
| XYZ | 4.08 | 2.8 | 3.81 | - |
| YUV | 47.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 54 | 0 | 0.57 | 0.28 | 0.71 | 329.3 | 0.4 | 0.21 |
| Hex | 4B | 20 | 36 | 0 | 39 | 1C | 47 | 149 | 28 | 15 |
| Octal | 113 | 40 | 66 | 0 | 71 | 34 | 107 | 511 | 50 | 25 |
| Binary | 1001011 | 100000 | 110110 | 0 | 111001 | 11100 | 1000111 | 101001001 | 101000 | 10101 |
Color Harmonies of #4B2036
Complementary color
Monochromatic Colors of #4B2036
Black with #4B2036
Text Example
Text Example
White with #4B2036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2036; }
p { color: rgb(75,32,54); }
H1.HeaderClassName
{
color: #4B2036;
}
.AnyTagClassName
{
color: #4B2036;
}
</style>
background-color css
<style>
a { background-color: #4B2036; }
a { background-color: rgb(75,32,54); }
div.DivClassName
{
background-color: #4B2036;
}
.BgClassName
{
background-color: #4B2036;
}
</style>
border-color css
<style>
span { border-color: #4B2036; }
span { border-color: rgb(75,32,54); }
td.TdClassName
{
border-color: #4B2036;
}
.TagClassName
{
border-color: #4B2036;
}
</style>