Shades of Blackberry #400731
Tints of Blackberry #400731
RGB
CMYK
RGB Variations
Color information
#400731 (or 0x400731) is known color: Blackberry. HEX triplet: 40, 07 and 31. RGB value is (64,7,49). Sum of RGB (Red+Green+Blue) = 64+7+49=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400731 is #BFF8CE. Grayscale: #1C1C1C. Windows color (decimal): -12581071 or 3213120. OLE color: 3213120.
HSL color Cylindrical-coordinate representation of color #400731: hue angle of 315.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400731 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 49 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.75 |
| HSL | 315.79º | 0.8% | 0.14% | - |
| HSV(B) | 315.79º | 0.89% | 0.25% | - |
| XYZ | 2.74 | 1.46 | 3.04 | - |
| YUV | 28.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 49 | 0 | 0.89 | 0.23 | 0.75 | 315.79 | 0.8 | 0.14 |
| Hex | 40 | 7 | 31 | 0 | 59 | 17 | 4B | 13C | 50 | E |
| Octal | 100 | 7 | 61 | 0 | 131 | 27 | 113 | 474 | 120 | 16 |
| Binary | 1000000 | 111 | 110001 | 0 | 1011001 | 10111 | 1001011 | 100111100 | 1010000 | 1110 |
Color Harmonies of #400731
Complementary color
Monochromatic Colors of #400731
Black with #400731
Text Example
Text Example
White with #400731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400731; }
p { color: rgb(64,7,49); }
H1.HeaderClassName
{
color: #400731;
}
.AnyTagClassName
{
color: #400731;
}
</style>
background-color css
<style>
a { background-color: #400731; }
a { background-color: rgb(64,7,49); }
div.DivClassName
{
background-color: #400731;
}
.BgClassName
{
background-color: #400731;
}
</style>
border-color css
<style>
span { border-color: #400731; }
span { border-color: rgb(64,7,49); }
td.TdClassName
{
border-color: #400731;
}
.TagClassName
{
border-color: #400731;
}
</style>