Shades of Blackberry #401026
Tints of Blackberry #401026
RGB
CMYK
RGB Variations
Color information
#401026 (or 0x401026) is known color: Blackberry. HEX triplet: 40, 10 and 26. RGB value is (64,16,38). Sum of RGB (Red+Green+Blue) = 64+16+38=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401026 is #BFEFD9. Grayscale: #202020. Windows color (decimal): -12578778 or 2494528. OLE color: 2494528.
HSL color Cylindrical-coordinate representation of color #401026: hue angle of 332.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401026 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 38 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.75 |
| HSL | 332.5º | 0.6% | 0.16% | - |
| HSV(B) | 332.5º | 0.75% | 0.25% | - |
| XYZ | 2.65 | 1.6 | 2 | - |
| YUV | 32.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 38 | 0 | 0.75 | 0.41 | 0.75 | 332.5 | 0.6 | 0.16 |
| Hex | 40 | 10 | 26 | 0 | 4B | 29 | 4B | 14C | 3C | 10 |
| Octal | 100 | 20 | 46 | 0 | 113 | 51 | 113 | 514 | 74 | 20 |
| Binary | 1000000 | 10000 | 100110 | 0 | 1001011 | 101001 | 1001011 | 101001100 | 111100 | 10000 |
Color Harmonies of #401026
Complementary color
Monochromatic Colors of #401026
Black with #401026
Text Example
Text Example
White with #401026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401026; }
p { color: rgb(64,16,38); }
H1.HeaderClassName
{
color: #401026;
}
.AnyTagClassName
{
color: #401026;
}
</style>
background-color css
<style>
a { background-color: #401026; }
a { background-color: rgb(64,16,38); }
div.DivClassName
{
background-color: #401026;
}
.BgClassName
{
background-color: #401026;
}
</style>
border-color css
<style>
span { border-color: #401026; }
span { border-color: rgb(64,16,38); }
td.TdClassName
{
border-color: #401026;
}
.TagClassName
{
border-color: #401026;
}
</style>