Shades of Blackberry #400224
Tints of Blackberry #400224
RGB
CMYK
RGB Variations
Color information
#400224 (or 0x400224) is known color: Blackberry. HEX triplet: 40, 02 and 24. RGB value is (64,2,36). Sum of RGB (Red+Green+Blue) = 64+2+36=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400224 is #BFFDDB. Grayscale: #181818. Windows color (decimal): -12582364 or 2359872. OLE color: 2359872.
HSL color Cylindrical-coordinate representation of color #400224: hue angle of 327.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400224 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 36 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.75 |
| HSL | 327.1º | 0.94% | 0.13% | - |
| HSV(B) | 327.1º | 0.97% | 0.25% | - |
| XYZ | 2.45 | 1.26 | 1.78 | - |
| YUV | 24.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 36 | 0 | 0.97 | 0.44 | 0.75 | 327.1 | 0.94 | 0.13 |
| Hex | 40 | 2 | 24 | 0 | 61 | 2C | 4B | 147 | 5E | D |
| Octal | 100 | 2 | 44 | 0 | 141 | 54 | 113 | 507 | 136 | 15 |
| Binary | 1000000 | 10 | 100100 | 0 | 1100001 | 101100 | 1001011 | 101000111 | 1011110 | 1101 |
Color Harmonies of #400224
Complementary color
Monochromatic Colors of #400224
Black with #400224
Text Example
Text Example
White with #400224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400224; }
p { color: rgb(64,2,36); }
H1.HeaderClassName
{
color: #400224;
}
.AnyTagClassName
{
color: #400224;
}
</style>
background-color css
<style>
a { background-color: #400224; }
a { background-color: rgb(64,2,36); }
div.DivClassName
{
background-color: #400224;
}
.BgClassName
{
background-color: #400224;
}
</style>
border-color css
<style>
span { border-color: #400224; }
span { border-color: rgb(64,2,36); }
td.TdClassName
{
border-color: #400224;
}
.TagClassName
{
border-color: #400224;
}
</style>