Shades of Blackberry #4B0529
Tints of Blackberry #4B0529
RGB
CMYK
RGB Variations
Color information
#4B0529 (or 0x4B0529) is known color: Blackberry. HEX triplet: 4B, 05 and 29. RGB value is (75,5,41). Sum of RGB (Red+Green+Blue) = 75+5+41=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0529 is #B4FAD6. Grayscale: #1D1D1D. Windows color (decimal): -11860695 or 2688331. OLE color: 2688331.
HSL color Cylindrical-coordinate representation of color #4B0529: hue angle of 329.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0529 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 41 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.71 |
| HSL | 329.14º | 0.88% | 0.16% | - |
| HSV(B) | 329.14º | 0.93% | 0.29% | - |
| XYZ | 3.36 | 1.76 | 2.26 | - |
| YUV | 30.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 41 | 0 | 0.93 | 0.45 | 0.71 | 329.14 | 0.88 | 0.16 |
| Hex | 4B | 5 | 29 | 0 | 5D | 2D | 47 | 149 | 58 | 10 |
| Octal | 113 | 5 | 51 | 0 | 135 | 55 | 107 | 511 | 130 | 20 |
| Binary | 1001011 | 101 | 101001 | 0 | 1011101 | 101101 | 1000111 | 101001001 | 1011000 | 10000 |
Color Harmonies of #4B0529
Complementary color
Monochromatic Colors of #4B0529
Black with #4B0529
Text Example
Text Example
White with #4B0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0529; }
p { color: rgb(75,5,41); }
H1.HeaderClassName
{
color: #4B0529;
}
.AnyTagClassName
{
color: #4B0529;
}
</style>
background-color css
<style>
a { background-color: #4B0529; }
a { background-color: rgb(75,5,41); }
div.DivClassName
{
background-color: #4B0529;
}
.BgClassName
{
background-color: #4B0529;
}
</style>
border-color css
<style>
span { border-color: #4B0529; }
span { border-color: rgb(75,5,41); }
td.TdClassName
{
border-color: #4B0529;
}
.TagClassName
{
border-color: #4B0529;
}
</style>