Shades of Blackberry #400821
Tints of Blackberry #400821
RGB
CMYK
RGB Variations
Color information
#400821 (or 0x400821) is known color: Blackberry. HEX triplet: 40, 08 and 21. RGB value is (64,8,33). Sum of RGB (Red+Green+Blue) = 64+8+33=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400821 is #BFF7DE. Grayscale: #1B1B1B. Windows color (decimal): -12580831 or 2164800. OLE color: 2164800.
HSL color Cylindrical-coordinate representation of color #400821: hue angle of 333.21º 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 #400821 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 33 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.75 |
| HSL | 333.21º | 0.78% | 0.14% | - |
| HSV(B) | 333.21º | 0.88% | 0.25% | - |
| XYZ | 2.48 | 1.37 | 1.57 | - |
| YUV | 27.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 33 | 0 | 0.87 | 0.48 | 0.75 | 333.21 | 0.78 | 0.14 |
| Hex | 40 | 8 | 21 | 0 | 57 | 30 | 4B | 14D | 4E | E |
| Octal | 100 | 10 | 41 | 0 | 127 | 60 | 113 | 515 | 116 | 16 |
| Binary | 1000000 | 1000 | 100001 | 0 | 1010111 | 110000 | 1001011 | 101001101 | 1001110 | 1110 |
Color Harmonies of #400821
Complementary color
Monochromatic Colors of #400821
Black with #400821
Text Example
Text Example
White with #400821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400821; }
p { color: rgb(64,8,33); }
H1.HeaderClassName
{
color: #400821;
}
.AnyTagClassName
{
color: #400821;
}
</style>
background-color css
<style>
a { background-color: #400821; }
a { background-color: rgb(64,8,33); }
div.DivClassName
{
background-color: #400821;
}
.BgClassName
{
background-color: #400821;
}
</style>
border-color css
<style>
span { border-color: #400821; }
span { border-color: rgb(64,8,33); }
td.TdClassName
{
border-color: #400821;
}
.TagClassName
{
border-color: #400821;
}
</style>