Shades of Blackberry #401526
Tints of Blackberry #401526
RGB
CMYK
RGB Variations
Color information
#401526 (or 0x401526) is known color: Blackberry. HEX triplet: 40, 15 and 26. RGB value is (64,21,38). Sum of RGB (Red+Green+Blue) = 64+21+38=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401526 is #BFEAD9. Grayscale: #232323. Windows color (decimal): -12577498 or 2495808. OLE color: 2495808.
HSL color Cylindrical-coordinate representation of color #401526: hue angle of 336.28º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401526 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 38 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.75 |
| HSL | 336.28º | 0.51% | 0.17% | - |
| HSV(B) | 336.28º | 0.67% | 0.25% | - |
| XYZ | 2.73 | 1.77 | 2.03 | - |
| YUV | 35.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 38 | 0 | 0.67 | 0.41 | 0.75 | 336.28 | 0.51 | 0.17 |
| Hex | 40 | 15 | 26 | 0 | 43 | 29 | 4B | 150 | 33 | 11 |
| Octal | 100 | 25 | 46 | 0 | 103 | 51 | 113 | 520 | 63 | 21 |
| Binary | 1000000 | 10101 | 100110 | 0 | 1000011 | 101001 | 1001011 | 101010000 | 110011 | 10001 |
Color Harmonies of #401526
Complementary color
Monochromatic Colors of #401526
Black with #401526
Text Example
Text Example
White with #401526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401526; }
p { color: rgb(64,21,38); }
H1.HeaderClassName
{
color: #401526;
}
.AnyTagClassName
{
color: #401526;
}
</style>
background-color css
<style>
a { background-color: #401526; }
a { background-color: rgb(64,21,38); }
div.DivClassName
{
background-color: #401526;
}
.BgClassName
{
background-color: #401526;
}
</style>
border-color css
<style>
span { border-color: #401526; }
span { border-color: rgb(64,21,38); }
td.TdClassName
{
border-color: #401526;
}
.TagClassName
{
border-color: #401526;
}
</style>