Shades of Blackberry #4B0428
Tints of Blackberry #4B0428
RGB
CMYK
RGB Variations
Color information
#4B0428 (or 0x4B0428) is known color: Blackberry. HEX triplet: 4B, 04 and 28. RGB value is (75,4,40). Sum of RGB (Red+Green+Blue) = 75+4+40=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0428 is #B4FBD7. Grayscale: #1D1D1D. Windows color (decimal): -11860952 or 2622539. OLE color: 2622539.
HSL color Cylindrical-coordinate representation of color #4B0428: hue angle of 329.58º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0428 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 40 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.71 |
| HSL | 329.58º | 0.9% | 0.15% | - |
| HSV(B) | 329.58º | 0.95% | 0.29% | - |
| XYZ | 3.33 | 1.74 | 2.17 | - |
| YUV | 29.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 40 | 0 | 0.95 | 0.47 | 0.71 | 329.58 | 0.9 | 0.15 |
| Hex | 4B | 4 | 28 | 0 | 5F | 2F | 47 | 14A | 5A | F |
| Octal | 113 | 4 | 50 | 0 | 137 | 57 | 107 | 512 | 132 | 17 |
| Binary | 1001011 | 100 | 101000 | 0 | 1011111 | 101111 | 1000111 | 101001010 | 1011010 | 1111 |
Color Harmonies of #4B0428
Complementary color
Monochromatic Colors of #4B0428
Black with #4B0428
Text Example
Text Example
White with #4B0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0428; }
p { color: rgb(75,4,40); }
H1.HeaderClassName
{
color: #4B0428;
}
.AnyTagClassName
{
color: #4B0428;
}
</style>
background-color css
<style>
a { background-color: #4B0428; }
a { background-color: rgb(75,4,40); }
div.DivClassName
{
background-color: #4B0428;
}
.BgClassName
{
background-color: #4B0428;
}
</style>
border-color css
<style>
span { border-color: #4B0428; }
span { border-color: rgb(75,4,40); }
td.TdClassName
{
border-color: #4B0428;
}
.TagClassName
{
border-color: #4B0428;
}
</style>