Shades of Blackberry #400926
Tints of Blackberry #400926
RGB
CMYK
RGB Variations
Color information
#400926 (or 0x400926) is known color: Blackberry. HEX triplet: 40, 09 and 26. RGB value is (64,9,38). Sum of RGB (Red+Green+Blue) = 64+9+38=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400926 is #BFF6D9. Grayscale: #1C1C1C. Windows color (decimal): -12580570 or 2492736. OLE color: 2492736.
HSL color Cylindrical-coordinate representation of color #400926: hue angle of 328.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400926 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 38 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.75 |
| HSL | 328.36º | 0.75% | 0.14% | - |
| HSV(B) | 328.36º | 0.86% | 0.25% | - |
| XYZ | 2.56 | 1.43 | 1.97 | - |
| YUV | 28.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 38 | 0 | 0.86 | 0.41 | 0.75 | 328.36 | 0.75 | 0.14 |
| Hex | 40 | 9 | 26 | 0 | 56 | 29 | 4B | 148 | 4B | E |
| Octal | 100 | 11 | 46 | 0 | 126 | 51 | 113 | 510 | 113 | 16 |
| Binary | 1000000 | 1001 | 100110 | 0 | 1010110 | 101001 | 1001011 | 101001000 | 1001011 | 1110 |
Color Harmonies of #400926
Complementary color
Monochromatic Colors of #400926
Black with #400926
Text Example
Text Example
White with #400926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400926; }
p { color: rgb(64,9,38); }
H1.HeaderClassName
{
color: #400926;
}
.AnyTagClassName
{
color: #400926;
}
</style>
background-color css
<style>
a { background-color: #400926; }
a { background-color: rgb(64,9,38); }
div.DivClassName
{
background-color: #400926;
}
.BgClassName
{
background-color: #400926;
}
</style>
border-color css
<style>
span { border-color: #400926; }
span { border-color: rgb(64,9,38); }
td.TdClassName
{
border-color: #400926;
}
.TagClassName
{
border-color: #400926;
}
</style>