Shades of Blackberry #400827
Tints of Blackberry #400827
RGB
CMYK
RGB Variations
Color information
#400827 (or 0x400827) is known color: Blackberry. HEX triplet: 40, 08 and 27. RGB value is (64,8,39). Sum of RGB (Red+Green+Blue) = 64+8+39=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400827 is #BFF7D8. Grayscale: #1C1C1C. Windows color (decimal): -12580825 or 2558016. OLE color: 2558016.
HSL color Cylindrical-coordinate representation of color #400827: hue angle of 326.79º 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 #400827 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 39 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.75 |
| HSL | 326.79º | 0.78% | 0.14% | - |
| HSV(B) | 326.79º | 0.88% | 0.25% | - |
| XYZ | 2.57 | 1.41 | 2.06 | - |
| YUV | 28.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 39 | 0 | 0.87 | 0.39 | 0.75 | 326.79 | 0.78 | 0.14 |
| Hex | 40 | 8 | 27 | 0 | 57 | 27 | 4B | 147 | 4E | E |
| Octal | 100 | 10 | 47 | 0 | 127 | 47 | 113 | 507 | 116 | 16 |
| Binary | 1000000 | 1000 | 100111 | 0 | 1010111 | 100111 | 1001011 | 101000111 | 1001110 | 1110 |
Color Harmonies of #400827
Complementary color
Monochromatic Colors of #400827
Black with #400827
Text Example
Text Example
White with #400827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400827; }
p { color: rgb(64,8,39); }
H1.HeaderClassName
{
color: #400827;
}
.AnyTagClassName
{
color: #400827;
}
</style>
background-color css
<style>
a { background-color: #400827; }
a { background-color: rgb(64,8,39); }
div.DivClassName
{
background-color: #400827;
}
.BgClassName
{
background-color: #400827;
}
</style>
border-color css
<style>
span { border-color: #400827; }
span { border-color: rgb(64,8,39); }
td.TdClassName
{
border-color: #400827;
}
.TagClassName
{
border-color: #400827;
}
</style>