Shades of Blackberry #400D29
Tints of Blackberry #400D29
RGB
CMYK
RGB Variations
Color information
#400D29 (or 0x400D29) is known color: Blackberry. HEX triplet: 40, 0D and 29. RGB value is (64,13,41). Sum of RGB (Red+Green+Blue) = 64+13+41=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D29 is #BFF2D6. Grayscale: #1F1F1F. Windows color (decimal): -12579543 or 2690368. OLE color: 2690368.
HSL color Cylindrical-coordinate representation of color #400D29: hue angle of 327.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D29 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 41 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.75 |
| HSL | 327.06º | 0.66% | 0.15% | - |
| HSV(B) | 327.06º | 0.8% | 0.25% | - |
| XYZ | 2.66 | 1.54 | 2.25 | - |
| YUV | 31.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 41 | 0 | 0.80 | 0.36 | 0.75 | 327.06 | 0.66 | 0.15 |
| Hex | 40 | D | 29 | 0 | 50 | 24 | 4B | 147 | 42 | F |
| Octal | 100 | 15 | 51 | 0 | 120 | 44 | 113 | 507 | 102 | 17 |
| Binary | 1000000 | 1101 | 101001 | 0 | 1010000 | 100100 | 1001011 | 101000111 | 1000010 | 1111 |
Color Harmonies of #400D29
Complementary color
Monochromatic Colors of #400D29
Black with #400D29
Text Example
Text Example
White with #400D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D29; }
p { color: rgb(64,13,41); }
H1.HeaderClassName
{
color: #400D29;
}
.AnyTagClassName
{
color: #400D29;
}
</style>
background-color css
<style>
a { background-color: #400D29; }
a { background-color: rgb(64,13,41); }
div.DivClassName
{
background-color: #400D29;
}
.BgClassName
{
background-color: #400D29;
}
</style>
border-color css
<style>
span { border-color: #400D29; }
span { border-color: rgb(64,13,41); }
td.TdClassName
{
border-color: #400D29;
}
.TagClassName
{
border-color: #400D29;
}
</style>