Shades of Blackberry #400831
Tints of Blackberry #400831
RGB
CMYK
RGB Variations
Color information
#400831 (or 0x400831) is known color: Blackberry. HEX triplet: 40, 08 and 31. RGB value is (64,8,49). Sum of RGB (Red+Green+Blue) = 64+8+49=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400831 is #BFF7CE. Grayscale: #1D1D1D. Windows color (decimal): -12580815 or 3213376. OLE color: 3213376.
HSL color Cylindrical-coordinate representation of color #400831: hue angle of 316.07º 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 #400831 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 49 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.75 |
| HSL | 316.07º | 0.78% | 0.14% | - |
| HSV(B) | 316.07º | 0.88% | 0.25% | - |
| XYZ | 2.76 | 1.49 | 3.05 | - |
| YUV | 29.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 49 | 0 | 0.87 | 0.23 | 0.75 | 316.07 | 0.78 | 0.14 |
| Hex | 40 | 8 | 31 | 0 | 57 | 17 | 4B | 13C | 4E | E |
| Octal | 100 | 10 | 61 | 0 | 127 | 27 | 113 | 474 | 116 | 16 |
| Binary | 1000000 | 1000 | 110001 | 0 | 1010111 | 10111 | 1001011 | 100111100 | 1001110 | 1110 |
Color Harmonies of #400831
Complementary color
Monochromatic Colors of #400831
Black with #400831
Text Example
Text Example
White with #400831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400831; }
p { color: rgb(64,8,49); }
H1.HeaderClassName
{
color: #400831;
}
.AnyTagClassName
{
color: #400831;
}
</style>
background-color css
<style>
a { background-color: #400831; }
a { background-color: rgb(64,8,49); }
div.DivClassName
{
background-color: #400831;
}
.BgClassName
{
background-color: #400831;
}
</style>
border-color css
<style>
span { border-color: #400831; }
span { border-color: rgb(64,8,49); }
td.TdClassName
{
border-color: #400831;
}
.TagClassName
{
border-color: #400831;
}
</style>