Shades of Blackberry #400B26
Tints of Blackberry #400B26
RGB
CMYK
RGB Variations
Color information
#400B26 (or 0x400B26) is known color: Blackberry. HEX triplet: 40, 0B and 26. RGB value is (64,11,38). Sum of RGB (Red+Green+Blue) = 64+11+38=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B26 is #BFF4D9. Grayscale: #1D1D1D. Windows color (decimal): -12580058 or 2493248. OLE color: 2493248.
HSL color Cylindrical-coordinate representation of color #400B26: hue angle of 329.43º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B26 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 38 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.75 |
| HSL | 329.43º | 0.71% | 0.15% | - |
| HSV(B) | 329.43º | 0.83% | 0.25% | - |
| XYZ | 2.58 | 1.47 | 1.98 | - |
| YUV | 29.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 38 | 0 | 0.83 | 0.41 | 0.75 | 329.43 | 0.71 | 0.15 |
| Hex | 40 | B | 26 | 0 | 53 | 29 | 4B | 149 | 47 | F |
| Octal | 100 | 13 | 46 | 0 | 123 | 51 | 113 | 511 | 107 | 17 |
| Binary | 1000000 | 1011 | 100110 | 0 | 1010011 | 101001 | 1001011 | 101001001 | 1000111 | 1111 |
Color Harmonies of #400B26
Complementary color
Monochromatic Colors of #400B26
Black with #400B26
Text Example
Text Example
White with #400B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B26; }
p { color: rgb(64,11,38); }
H1.HeaderClassName
{
color: #400B26;
}
.AnyTagClassName
{
color: #400B26;
}
</style>
background-color css
<style>
a { background-color: #400B26; }
a { background-color: rgb(64,11,38); }
div.DivClassName
{
background-color: #400B26;
}
.BgClassName
{
background-color: #400B26;
}
</style>
border-color css
<style>
span { border-color: #400B26; }
span { border-color: rgb(64,11,38); }
td.TdClassName
{
border-color: #400B26;
}
.TagClassName
{
border-color: #400B26;
}
</style>