Shades of Blackberry #400825
Tints of Blackberry #400825
RGB
CMYK
RGB Variations
Color information
#400825 (or 0x400825) is known color: Blackberry. HEX triplet: 40, 08 and 25. RGB value is (64,8,37). Sum of RGB (Red+Green+Blue) = 64+8+37=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400825 is #BFF7DA. Grayscale: #1B1B1B. Windows color (decimal): -12580827 or 2426944. OLE color: 2426944.
HSL color Cylindrical-coordinate representation of color #400825: hue angle of 328.93º 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 #400825 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 37 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.75 |
| HSL | 328.93º | 0.78% | 0.14% | - |
| HSV(B) | 328.93º | 0.88% | 0.25% | - |
| XYZ | 2.54 | 1.4 | 1.89 | - |
| YUV | 28.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 37 | 0 | 0.87 | 0.42 | 0.75 | 328.93 | 0.78 | 0.14 |
| Hex | 40 | 8 | 25 | 0 | 57 | 2A | 4B | 149 | 4E | E |
| Octal | 100 | 10 | 45 | 0 | 127 | 52 | 113 | 511 | 116 | 16 |
| Binary | 1000000 | 1000 | 100101 | 0 | 1010111 | 101010 | 1001011 | 101001001 | 1001110 | 1110 |
Color Harmonies of #400825
Complementary color
Monochromatic Colors of #400825
Black with #400825
Text Example
Text Example
White with #400825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400825; }
p { color: rgb(64,8,37); }
H1.HeaderClassName
{
color: #400825;
}
.AnyTagClassName
{
color: #400825;
}
</style>
background-color css
<style>
a { background-color: #400825; }
a { background-color: rgb(64,8,37); }
div.DivClassName
{
background-color: #400825;
}
.BgClassName
{
background-color: #400825;
}
</style>
border-color css
<style>
span { border-color: #400825; }
span { border-color: rgb(64,8,37); }
td.TdClassName
{
border-color: #400825;
}
.TagClassName
{
border-color: #400825;
}
</style>