Shades of Blackberry #4B1B3B
Tints of Blackberry #4B1B3B
RGB
CMYK
RGB Variations
Color information
#4B1B3B (or 0x4B1B3B) is known color: Blackberry. HEX triplet: 4B, 1B and 3B. RGB value is (75,27,59). Sum of RGB (Red+Green+Blue) = 75+27+59=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B3B is #B4E4C4. Grayscale: #2C2C2C. Windows color (decimal): -11855045 or 3873611. OLE color: 3873611.
HSL color Cylindrical-coordinate representation of color #4B1B3B: hue angle of 320º 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 #4B1B3B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 59 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.71 |
| HSL | 320º | 0.47% | 0.2% | - |
| HSV(B) | 320º | 0.64% | 0.29% | - |
| XYZ | 4.08 | 2.6 | 4.42 | - |
| YUV | 45 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 59 | 0 | 0.64 | 0.21 | 0.71 | 320 | 0.47 | 0.2 |
| Hex | 4B | 1B | 3B | 0 | 40 | 15 | 47 | 140 | 2F | 14 |
| Octal | 113 | 33 | 73 | 0 | 100 | 25 | 107 | 500 | 57 | 24 |
| Binary | 1001011 | 11011 | 111011 | 0 | 1000000 | 10101 | 1000111 | 101000000 | 101111 | 10100 |
Color Harmonies of #4B1B3B
Complementary color
Monochromatic Colors of #4B1B3B
Black with #4B1B3B
Text Example
Text Example
White with #4B1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B3B; }
p { color: rgb(75,27,59); }
H1.HeaderClassName
{
color: #4B1B3B;
}
.AnyTagClassName
{
color: #4B1B3B;
}
</style>
background-color css
<style>
a { background-color: #4B1B3B; }
a { background-color: rgb(75,27,59); }
div.DivClassName
{
background-color: #4B1B3B;
}
.BgClassName
{
background-color: #4B1B3B;
}
</style>
border-color css
<style>
span { border-color: #4B1B3B; }
span { border-color: rgb(75,27,59); }
td.TdClassName
{
border-color: #4B1B3B;
}
.TagClassName
{
border-color: #4B1B3B;
}
</style>