Shades of Blackberry #401126
Tints of Blackberry #401126
RGB
CMYK
RGB Variations
Color information
#401126 (or 0x401126) is known color: Blackberry. HEX triplet: 40, 11 and 26. RGB value is (64,17,38). Sum of RGB (Red+Green+Blue) = 64+17+38=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401126 is #BFEED9. Grayscale: #212121. Windows color (decimal): -12578522 or 2494784. OLE color: 2494784.
HSL color Cylindrical-coordinate representation of color #401126: hue angle of 333.19º 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 #401126 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 38 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.75 |
| HSL | 333.19º | 0.58% | 0.16% | - |
| HSV(B) | 333.19º | 0.73% | 0.25% | - |
| XYZ | 2.66 | 1.63 | 2.01 | - |
| YUV | 33.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 38 | 0 | 0.73 | 0.41 | 0.75 | 333.19 | 0.58 | 0.16 |
| Hex | 40 | 11 | 26 | 0 | 49 | 29 | 4B | 14D | 3A | 10 |
| Octal | 100 | 21 | 46 | 0 | 111 | 51 | 113 | 515 | 72 | 20 |
| Binary | 1000000 | 10001 | 100110 | 0 | 1001001 | 101001 | 1001011 | 101001101 | 111010 | 10000 |
Color Harmonies of #401126
Complementary color
Monochromatic Colors of #401126
Black with #401126
Text Example
Text Example
White with #401126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401126; }
p { color: rgb(64,17,38); }
H1.HeaderClassName
{
color: #401126;
}
.AnyTagClassName
{
color: #401126;
}
</style>
background-color css
<style>
a { background-color: #401126; }
a { background-color: rgb(64,17,38); }
div.DivClassName
{
background-color: #401126;
}
.BgClassName
{
background-color: #401126;
}
</style>
border-color css
<style>
span { border-color: #401126; }
span { border-color: rgb(64,17,38); }
td.TdClassName
{
border-color: #401126;
}
.TagClassName
{
border-color: #401126;
}
</style>