Shades of Blackberry #4B0528
Tints of Blackberry #4B0528
RGB
CMYK
RGB Variations
Color information
#4B0528 (or 0x4B0528) is known color: Blackberry. HEX triplet: 4B, 05 and 28. RGB value is (75,5,40). Sum of RGB (Red+Green+Blue) = 75+5+40=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0528 is #B4FAD7. Grayscale: #1D1D1D. Windows color (decimal): -11860696 or 2622795. OLE color: 2622795.
HSL color Cylindrical-coordinate representation of color #4B0528: hue angle of 330º 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 #4B0528 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 40 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.71 |
| HSL | 330º | 0.88% | 0.16% | - |
| HSV(B) | 330º | 0.93% | 0.29% | - |
| XYZ | 3.34 | 1.76 | 2.17 | - |
| YUV | 29.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 40 | 0 | 0.93 | 0.47 | 0.71 | 330 | 0.88 | 0.16 |
| Hex | 4B | 5 | 28 | 0 | 5D | 2F | 47 | 14A | 58 | 10 |
| Octal | 113 | 5 | 50 | 0 | 135 | 57 | 107 | 512 | 130 | 20 |
| Binary | 1001011 | 101 | 101000 | 0 | 1011101 | 101111 | 1000111 | 101001010 | 1011000 | 10000 |
Color Harmonies of #4B0528
Complementary color
Monochromatic Colors of #4B0528
Black with #4B0528
Text Example
Text Example
White with #4B0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0528; }
p { color: rgb(75,5,40); }
H1.HeaderClassName
{
color: #4B0528;
}
.AnyTagClassName
{
color: #4B0528;
}
</style>
background-color css
<style>
a { background-color: #4B0528; }
a { background-color: rgb(75,5,40); }
div.DivClassName
{
background-color: #4B0528;
}
.BgClassName
{
background-color: #4B0528;
}
</style>
border-color css
<style>
span { border-color: #4B0528; }
span { border-color: rgb(75,5,40); }
td.TdClassName
{
border-color: #4B0528;
}
.TagClassName
{
border-color: #4B0528;
}
</style>