Shades of Blackberry #4B073B
Tints of Blackberry #4B073B
RGB
CMYK
RGB Variations
Color information
#4B073B (or 0x4B073B) is known color: Blackberry. HEX triplet: 4B, 07 and 3B. RGB value is (75,7,59). Sum of RGB (Red+Green+Blue) = 75+7+59=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B073B is #B4F8C4. Grayscale: #212121. Windows color (decimal): -11860165 or 3868491. OLE color: 3868491.
HSL color Cylindrical-coordinate representation of color #4B073B: hue angle of 314.12º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B073B is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 7 | 59 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.71 |
| HSL | 314.12º | 0.83% | 0.16% | - |
| HSV(B) | 314.12º | 0.91% | 0.29% | - |
| XYZ | 3.77 | 1.96 | 4.32 | - |
| YUV | 33.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 59 | 0 | 0.91 | 0.21 | 0.71 | 314.12 | 0.83 | 0.16 |
| Hex | 4B | 7 | 3B | 0 | 5B | 15 | 47 | 13A | 53 | 10 |
| Octal | 113 | 7 | 73 | 0 | 133 | 25 | 107 | 472 | 123 | 20 |
| Binary | 1001011 | 111 | 111011 | 0 | 1011011 | 10101 | 1000111 | 100111010 | 1010011 | 10000 |
Color Harmonies of #4B073B
Complementary color
Monochromatic Colors of #4B073B
Black with #4B073B
Text Example
Text Example
White with #4B073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B073B; }
p { color: rgb(75,7,59); }
H1.HeaderClassName
{
color: #4B073B;
}
.AnyTagClassName
{
color: #4B073B;
}
</style>
background-color css
<style>
a { background-color: #4B073B; }
a { background-color: rgb(75,7,59); }
div.DivClassName
{
background-color: #4B073B;
}
.BgClassName
{
background-color: #4B073B;
}
</style>
border-color css
<style>
span { border-color: #4B073B; }
span { border-color: rgb(75,7,59); }
td.TdClassName
{
border-color: #4B073B;
}
.TagClassName
{
border-color: #4B073B;
}
</style>