Shades of Blackberry #401128
Tints of Blackberry #401128
RGB
CMYK
RGB Variations
Color information
#401128 (or 0x401128) is known color: Blackberry. HEX triplet: 40, 11 and 28. RGB value is (64,17,40). Sum of RGB (Red+Green+Blue) = 64+17+40=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401128 is #BFEED7. Grayscale: #212121. Windows color (decimal): -12578520 or 2625856. OLE color: 2625856.
HSL color Cylindrical-coordinate representation of color #401128: hue angle of 330.64º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401128 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 40 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.75 |
| HSL | 330.64º | 0.58% | 0.16% | - |
| HSV(B) | 330.64º | 0.73% | 0.25% | - |
| XYZ | 2.7 | 1.64 | 2.18 | - |
| YUV | 33.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 40 | 0 | 0.73 | 0.38 | 0.75 | 330.64 | 0.58 | 0.16 |
| Hex | 40 | 11 | 28 | 0 | 49 | 26 | 4B | 14B | 3A | 10 |
| Octal | 100 | 21 | 50 | 0 | 111 | 46 | 113 | 513 | 72 | 20 |
| Binary | 1000000 | 10001 | 101000 | 0 | 1001001 | 100110 | 1001011 | 101001011 | 111010 | 10000 |
Color Harmonies of #401128
Complementary color
Monochromatic Colors of #401128
Black with #401128
Text Example
Text Example
White with #401128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401128; }
p { color: rgb(64,17,40); }
H1.HeaderClassName
{
color: #401128;
}
.AnyTagClassName
{
color: #401128;
}
</style>
background-color css
<style>
a { background-color: #401128; }
a { background-color: rgb(64,17,40); }
div.DivClassName
{
background-color: #401128;
}
.BgClassName
{
background-color: #401128;
}
</style>
border-color css
<style>
span { border-color: #401128; }
span { border-color: rgb(64,17,40); }
td.TdClassName
{
border-color: #401128;
}
.TagClassName
{
border-color: #401128;
}
</style>