Shades of Blackberry #4B0929
Tints of Blackberry #4B0929
RGB
CMYK
RGB Variations
Color information
#4B0929 (or 0x4B0929) is known color: Blackberry. HEX triplet: 4B, 09 and 29. RGB value is (75,9,41). Sum of RGB (Red+Green+Blue) = 75+9+41=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0929 is #B4F6D6. Grayscale: #202020. Windows color (decimal): -11859671 or 2689355. OLE color: 2689355.
HSL color Cylindrical-coordinate representation of color #4B0929: hue angle of 330.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0929 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 41 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.71 |
| HSL | 330.91º | 0.79% | 0.16% | - |
| HSV(B) | 330.91º | 0.88% | 0.29% | - |
| XYZ | 3.4 | 1.85 | 2.28 | - |
| YUV | 32.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 41 | 0 | 0.88 | 0.45 | 0.71 | 330.91 | 0.79 | 0.16 |
| Hex | 4B | 9 | 29 | 0 | 58 | 2D | 47 | 14B | 4F | 10 |
| Octal | 113 | 11 | 51 | 0 | 130 | 55 | 107 | 513 | 117 | 20 |
| Binary | 1001011 | 1001 | 101001 | 0 | 1011000 | 101101 | 1000111 | 101001011 | 1001111 | 10000 |
Color Harmonies of #4B0929
Complementary color
Monochromatic Colors of #4B0929
Black with #4B0929
Text Example
Text Example
White with #4B0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0929; }
p { color: rgb(75,9,41); }
H1.HeaderClassName
{
color: #4B0929;
}
.AnyTagClassName
{
color: #4B0929;
}
</style>
background-color css
<style>
a { background-color: #4B0929; }
a { background-color: rgb(75,9,41); }
div.DivClassName
{
background-color: #4B0929;
}
.BgClassName
{
background-color: #4B0929;
}
</style>
border-color css
<style>
span { border-color: #4B0929; }
span { border-color: rgb(75,9,41); }
td.TdClassName
{
border-color: #4B0929;
}
.TagClassName
{
border-color: #4B0929;
}
</style>