Shades of Blackberry #400219
Tints of Blackberry #400219
RGB
CMYK
RGB Variations
Color information
#400219 (or 0x400219) is known color: Blackberry. HEX triplet: 40, 02 and 19. RGB value is (64,2,25). Sum of RGB (Red+Green+Blue) = 64+2+25=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400219 is #BFFDE6. Grayscale: #171717. Windows color (decimal): -12582375 or 1638976. OLE color: 1638976.
HSL color Cylindrical-coordinate representation of color #400219: hue angle of 337.74º 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 #400219 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 25 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.75 |
| HSL | 337.74º | 0.94% | 0.13% | - |
| HSV(B) | 337.74º | 0.97% | 0.25% | - |
| XYZ | 2.31 | 1.2 | 1.03 | - |
| YUV | 23.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 25 | 0 | 0.97 | 0.61 | 0.75 | 337.74 | 0.94 | 0.13 |
| Hex | 40 | 2 | 19 | 0 | 61 | 3D | 4B | 152 | 5E | D |
| Octal | 100 | 2 | 31 | 0 | 141 | 75 | 113 | 522 | 136 | 15 |
| Binary | 1000000 | 10 | 11001 | 0 | 1100001 | 111101 | 1001011 | 101010010 | 1011110 | 1101 |
Color Harmonies of #400219
Complementary color
Monochromatic Colors of #400219
Black with #400219
Text Example
Text Example
White with #400219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400219; }
p { color: rgb(64,2,25); }
H1.HeaderClassName
{
color: #400219;
}
.AnyTagClassName
{
color: #400219;
}
</style>
background-color css
<style>
a { background-color: #400219; }
a { background-color: rgb(64,2,25); }
div.DivClassName
{
background-color: #400219;
}
.BgClassName
{
background-color: #400219;
}
</style>
border-color css
<style>
span { border-color: #400219; }
span { border-color: rgb(64,2,25); }
td.TdClassName
{
border-color: #400219;
}
.TagClassName
{
border-color: #400219;
}
</style>