Shades of Blackberry #4B1440
Tints of Blackberry #4B1440
RGB
CMYK
RGB Variations
Color information
#4B1440 (or 0x4B1440) is known color: Blackberry. HEX triplet: 4B, 14 and 40. RGB value is (75,20,64). Sum of RGB (Red+Green+Blue) = 75+20+64=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1440 is #B4EBBF. Grayscale: #292929. Windows color (decimal): -11856832 or 4199499. OLE color: 4199499.
HSL color Cylindrical-coordinate representation of color #4B1440: hue angle of 312º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1440 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 64 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.71 |
| HSL | 312º | 0.58% | 0.19% | - |
| HSV(B) | 312º | 0.73% | 0.29% | - |
| XYZ | 4.08 | 2.37 | 5.09 | - |
| YUV | 41.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 64 | 0 | 0.73 | 0.15 | 0.71 | 312 | 0.58 | 0.19 |
| Hex | 4B | 14 | 40 | 0 | 49 | F | 47 | 138 | 3A | 13 |
| Octal | 113 | 24 | 100 | 0 | 111 | 17 | 107 | 470 | 72 | 23 |
| Binary | 1001011 | 10100 | 1000000 | 0 | 1001001 | 1111 | 1000111 | 100111000 | 111010 | 10011 |
Color Harmonies of #4B1440
Complementary color
Monochromatic Colors of #4B1440
Black with #4B1440
Text Example
Text Example
White with #4B1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1440; }
p { color: rgb(75,20,64); }
H1.HeaderClassName
{
color: #4B1440;
}
.AnyTagClassName
{
color: #4B1440;
}
</style>
background-color css
<style>
a { background-color: #4B1440; }
a { background-color: rgb(75,20,64); }
div.DivClassName
{
background-color: #4B1440;
}
.BgClassName
{
background-color: #4B1440;
}
</style>
border-color css
<style>
span { border-color: #4B1440; }
span { border-color: rgb(75,20,64); }
td.TdClassName
{
border-color: #4B1440;
}
.TagClassName
{
border-color: #4B1440;
}
</style>