Shades of Blackberry #400A29
Tints of Blackberry #400A29
RGB
CMYK
RGB Variations
Color information
#400A29 (or 0x400A29) is known color: Blackberry. HEX triplet: 40, 0A and 29. RGB value is (64,10,41). Sum of RGB (Red+Green+Blue) = 64+10+41=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A29 is #BFF5D6. Grayscale: #1D1D1D. Windows color (decimal): -12580311 or 2689600. OLE color: 2689600.
HSL color Cylindrical-coordinate representation of color #400A29: hue angle of 325.56º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A29 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 41 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.75 |
| HSL | 325.56º | 0.73% | 0.15% | - |
| HSV(B) | 325.56º | 0.84% | 0.25% | - |
| XYZ | 2.62 | 1.47 | 2.24 | - |
| YUV | 29.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 41 | 0 | 0.84 | 0.36 | 0.75 | 325.56 | 0.73 | 0.15 |
| Hex | 40 | A | 29 | 0 | 54 | 24 | 4B | 146 | 49 | F |
| Octal | 100 | 12 | 51 | 0 | 124 | 44 | 113 | 506 | 111 | 17 |
| Binary | 1000000 | 1010 | 101001 | 0 | 1010100 | 100100 | 1001011 | 101000110 | 1001001 | 1111 |
Color Harmonies of #400A29
Complementary color
Monochromatic Colors of #400A29
Black with #400A29
Text Example
Text Example
White with #400A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A29; }
p { color: rgb(64,10,41); }
H1.HeaderClassName
{
color: #400A29;
}
.AnyTagClassName
{
color: #400A29;
}
</style>
background-color css
<style>
a { background-color: #400A29; }
a { background-color: rgb(64,10,41); }
div.DivClassName
{
background-color: #400A29;
}
.BgClassName
{
background-color: #400A29;
}
</style>
border-color css
<style>
span { border-color: #400A29; }
span { border-color: rgb(64,10,41); }
td.TdClassName
{
border-color: #400A29;
}
.TagClassName
{
border-color: #400A29;
}
</style>