Shades of Blackberry #4B0938
Tints of Blackberry #4B0938
RGB
CMYK
RGB Variations
Color information
#4B0938 (or 0x4B0938) is known color: Blackberry. HEX triplet: 4B, 09 and 38. RGB value is (75,9,56). Sum of RGB (Red+Green+Blue) = 75+9+56=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0938 is #B4F6C7. Grayscale: #212121. Windows color (decimal): -11859656 or 3672395. OLE color: 3672395.
HSL color Cylindrical-coordinate representation of color #4B0938: hue angle of 317.27º 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 #4B0938 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 56 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.71 |
| HSL | 317.27º | 0.79% | 0.16% | - |
| HSV(B) | 317.27º | 0.88% | 0.29% | - |
| XYZ | 3.71 | 1.98 | 3.93 | - |
| YUV | 34.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 56 | 0 | 0.88 | 0.25 | 0.71 | 317.27 | 0.79 | 0.16 |
| Hex | 4B | 9 | 38 | 0 | 58 | 19 | 47 | 13D | 4F | 10 |
| Octal | 113 | 11 | 70 | 0 | 130 | 31 | 107 | 475 | 117 | 20 |
| Binary | 1001011 | 1001 | 111000 | 0 | 1011000 | 11001 | 1000111 | 100111101 | 1001111 | 10000 |
Color Harmonies of #4B0938
Complementary color
Monochromatic Colors of #4B0938
Black with #4B0938
Text Example
Text Example
White with #4B0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0938; }
p { color: rgb(75,9,56); }
H1.HeaderClassName
{
color: #4B0938;
}
.AnyTagClassName
{
color: #4B0938;
}
</style>
background-color css
<style>
a { background-color: #4B0938; }
a { background-color: rgb(75,9,56); }
div.DivClassName
{
background-color: #4B0938;
}
.BgClassName
{
background-color: #4B0938;
}
</style>
border-color css
<style>
span { border-color: #4B0938; }
span { border-color: rgb(75,9,56); }
td.TdClassName
{
border-color: #4B0938;
}
.TagClassName
{
border-color: #4B0938;
}
</style>