Shades of Blackberry #400925
Tints of Blackberry #400925
RGB
CMYK
RGB Variations
Color information
#400925 (or 0x400925) is known color: Blackberry. HEX triplet: 40, 09 and 25. RGB value is (64,9,37). Sum of RGB (Red+Green+Blue) = 64+9+37=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400925 is #BFF6DA. Grayscale: #1C1C1C. Windows color (decimal): -12580571 or 2427200. OLE color: 2427200.
HSL color Cylindrical-coordinate representation of color #400925: hue angle of 329.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400925 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 37 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.75 |
| HSL | 329.45º | 0.75% | 0.14% | - |
| HSV(B) | 329.45º | 0.86% | 0.25% | - |
| XYZ | 2.55 | 1.42 | 1.89 | - |
| YUV | 28.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 37 | 0 | 0.86 | 0.42 | 0.75 | 329.45 | 0.75 | 0.14 |
| Hex | 40 | 9 | 25 | 0 | 56 | 2A | 4B | 149 | 4B | E |
| Octal | 100 | 11 | 45 | 0 | 126 | 52 | 113 | 511 | 113 | 16 |
| Binary | 1000000 | 1001 | 100101 | 0 | 1010110 | 101010 | 1001011 | 101001001 | 1001011 | 1110 |
Color Harmonies of #400925
Complementary color
Monochromatic Colors of #400925
Black with #400925
Text Example
Text Example
White with #400925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400925; }
p { color: rgb(64,9,37); }
H1.HeaderClassName
{
color: #400925;
}
.AnyTagClassName
{
color: #400925;
}
</style>
background-color css
<style>
a { background-color: #400925; }
a { background-color: rgb(64,9,37); }
div.DivClassName
{
background-color: #400925;
}
.BgClassName
{
background-color: #400925;
}
</style>
border-color css
<style>
span { border-color: #400925; }
span { border-color: rgb(64,9,37); }
td.TdClassName
{
border-color: #400925;
}
.TagClassName
{
border-color: #400925;
}
</style>