Shades of Blackberry #400829
Tints of Blackberry #400829
RGB
CMYK
RGB Variations
Color information
#400829 (or 0x400829) is known color: Blackberry. HEX triplet: 40, 08 and 29. RGB value is (64,8,41). Sum of RGB (Red+Green+Blue) = 64+8+41=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400829 is #BFF7D6. Grayscale: #1C1C1C. Windows color (decimal): -12580823 or 2689088. OLE color: 2689088.
HSL color Cylindrical-coordinate representation of color #400829: hue angle of 324.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400829 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 41 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.75 |
| HSL | 324.64º | 0.78% | 0.14% | - |
| HSV(B) | 324.64º | 0.88% | 0.25% | - |
| XYZ | 2.6 | 1.42 | 2.24 | - |
| YUV | 28.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 41 | 0 | 0.87 | 0.36 | 0.75 | 324.64 | 0.78 | 0.14 |
| Hex | 40 | 8 | 29 | 0 | 57 | 24 | 4B | 145 | 4E | E |
| Octal | 100 | 10 | 51 | 0 | 127 | 44 | 113 | 505 | 116 | 16 |
| Binary | 1000000 | 1000 | 101001 | 0 | 1010111 | 100100 | 1001011 | 101000101 | 1001110 | 1110 |
Color Harmonies of #400829
Complementary color
Monochromatic Colors of #400829
Black with #400829
Text Example
Text Example
White with #400829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400829; }
p { color: rgb(64,8,41); }
H1.HeaderClassName
{
color: #400829;
}
.AnyTagClassName
{
color: #400829;
}
</style>
background-color css
<style>
a { background-color: #400829; }
a { background-color: rgb(64,8,41); }
div.DivClassName
{
background-color: #400829;
}
.BgClassName
{
background-color: #400829;
}
</style>
border-color css
<style>
span { border-color: #400829; }
span { border-color: rgb(64,8,41); }
td.TdClassName
{
border-color: #400829;
}
.TagClassName
{
border-color: #400829;
}
</style>