Shades of Blackberry #4B203A
Tints of Blackberry #4B203A
RGB
CMYK
RGB Variations
Color information
#4B203A (or 0x4B203A) is known color: Blackberry. HEX triplet: 4B, 20 and 3A. RGB value is (75,32,58). Sum of RGB (Red+Green+Blue) = 75+32+58=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B203A is #B4DFC5. Grayscale: #2F2F2F. Windows color (decimal): -11853766 or 3809355. OLE color: 3809355.
HSL color Cylindrical-coordinate representation of color #4B203A: hue angle of 323.72º 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 #4B203A is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 58 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.71 |
| HSL | 323.72º | 0.4% | 0.21% | - |
| HSV(B) | 323.72º | 0.57% | 0.29% | - |
| XYZ | 4.18 | 2.83 | 4.33 | - |
| YUV | 47.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 58 | 0 | 0.57 | 0.23 | 0.71 | 323.72 | 0.4 | 0.21 |
| Hex | 4B | 20 | 3A | 0 | 39 | 17 | 47 | 144 | 28 | 15 |
| Octal | 113 | 40 | 72 | 0 | 71 | 27 | 107 | 504 | 50 | 25 |
| Binary | 1001011 | 100000 | 111010 | 0 | 111001 | 10111 | 1000111 | 101000100 | 101000 | 10101 |
Color Harmonies of #4B203A
Complementary color
Monochromatic Colors of #4B203A
Black with #4B203A
Text Example
Text Example
White with #4B203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B203A; }
p { color: rgb(75,32,58); }
H1.HeaderClassName
{
color: #4B203A;
}
.AnyTagClassName
{
color: #4B203A;
}
</style>
background-color css
<style>
a { background-color: #4B203A; }
a { background-color: rgb(75,32,58); }
div.DivClassName
{
background-color: #4B203A;
}
.BgClassName
{
background-color: #4B203A;
}
</style>
border-color css
<style>
span { border-color: #4B203A; }
span { border-color: rgb(75,32,58); }
td.TdClassName
{
border-color: #4B203A;
}
.TagClassName
{
border-color: #4B203A;
}
</style>