Shades of Blackberry #400D31
Tints of Blackberry #400D31
RGB
CMYK
RGB Variations
Color information
#400D31 (or 0x400D31) is known color: Blackberry. HEX triplet: 40, 0D and 31. RGB value is (64,13,49). Sum of RGB (Red+Green+Blue) = 64+13+49=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #400D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D31 is #BFF2CE. Grayscale: #202020. Windows color (decimal): -12579535 or 3214656. OLE color: 3214656.
HSL color Cylindrical-coordinate representation of color #400D31: hue angle of 317.65º 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 #400D31 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 49 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.75 |
| HSL | 317.65º | 0.66% | 0.15% | - |
| HSV(B) | 317.65º | 0.8% | 0.25% | - |
| XYZ | 2.81 | 1.6 | 3.07 | - |
| YUV | 32.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 49 | 0 | 0.80 | 0.23 | 0.75 | 317.65 | 0.66 | 0.15 |
| Hex | 40 | D | 31 | 0 | 50 | 17 | 4B | 13E | 42 | F |
| Octal | 100 | 15 | 61 | 0 | 120 | 27 | 113 | 476 | 102 | 17 |
| Binary | 1000000 | 1101 | 110001 | 0 | 1010000 | 10111 | 1001011 | 100111110 | 1000010 | 1111 |
Color Harmonies of #400D31
Complementary color
Monochromatic Colors of #400D31
Black with #400D31
Text Example
Text Example
White with #400D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D31; }
p { color: rgb(64,13,49); }
H1.HeaderClassName
{
color: #400D31;
}
.AnyTagClassName
{
color: #400D31;
}
</style>
background-color css
<style>
a { background-color: #400D31; }
a { background-color: rgb(64,13,49); }
div.DivClassName
{
background-color: #400D31;
}
.BgClassName
{
background-color: #400D31;
}
</style>
border-color css
<style>
span { border-color: #400D31; }
span { border-color: rgb(64,13,49); }
td.TdClassName
{
border-color: #400D31;
}
.TagClassName
{
border-color: #400D31;
}
</style>