Shades of Blackberry #4B1B3A
Tints of Blackberry #4B1B3A
RGB
CMYK
RGB Variations
Color information
#4B1B3A (or 0x4B1B3A) is known color: Blackberry. HEX triplet: 4B, 1B and 3A. RGB value is (75,27,58). Sum of RGB (Red+Green+Blue) = 75+27+58=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B3A is #B4E4C5. Grayscale: #2C2C2C. Windows color (decimal): -11855046 or 3808075. OLE color: 3808075.
HSL color Cylindrical-coordinate representation of color #4B1B3A: hue angle of 321.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B3A is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 58 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.71 |
| HSL | 321.25º | 0.47% | 0.2% | - |
| HSV(B) | 321.25º | 0.64% | 0.29% | - |
| XYZ | 4.06 | 2.59 | 4.29 | - |
| YUV | 44.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 58 | 0 | 0.64 | 0.23 | 0.71 | 321.25 | 0.47 | 0.2 |
| Hex | 4B | 1B | 3A | 0 | 40 | 17 | 47 | 141 | 2F | 14 |
| Octal | 113 | 33 | 72 | 0 | 100 | 27 | 107 | 501 | 57 | 24 |
| Binary | 1001011 | 11011 | 111010 | 0 | 1000000 | 10111 | 1000111 | 101000001 | 101111 | 10100 |
Color Harmonies of #4B1B3A
Complementary color
Monochromatic Colors of #4B1B3A
Black with #4B1B3A
Text Example
Text Example
White with #4B1B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B3A; }
p { color: rgb(75,27,58); }
H1.HeaderClassName
{
color: #4B1B3A;
}
.AnyTagClassName
{
color: #4B1B3A;
}
</style>
background-color css
<style>
a { background-color: #4B1B3A; }
a { background-color: rgb(75,27,58); }
div.DivClassName
{
background-color: #4B1B3A;
}
.BgClassName
{
background-color: #4B1B3A;
}
</style>
border-color css
<style>
span { border-color: #4B1B3A; }
span { border-color: rgb(75,27,58); }
td.TdClassName
{
border-color: #4B1B3A;
}
.TagClassName
{
border-color: #4B1B3A;
}
</style>