Shades of Blackberry #400019
Tints of Blackberry #400019
RGB
CMYK
RGB Variations
Color information
#400019 (or 0x400019) is known color: Blackberry. HEX triplet: 40, 00 and 19. RGB value is (64,0,25). Sum of RGB (Red+Green+Blue) = 64+0+25=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400019 is #BFFFE6. Grayscale: #151515. Windows color (decimal): -12582887 or 1638464. OLE color: 1638464.
HSL color Cylindrical-coordinate representation of color #400019: hue angle of 336.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400019 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.61 | 0.75 |
| HSL | 336.56º | 1% | 0.13% | - |
| HSV(B) | 336.56º | 1% | 0.25% | - |
| XYZ | 2.29 | 1.16 | 1.02 | - |
| YUV | 21.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 25 | 0 | 1 | 0.61 | 0.75 | 336.56 | 1 | 0.13 |
| Hex | 40 | 0 | 19 | 0 | 64 | 3D | 4B | 151 | 64 | D |
| Octal | 100 | 0 | 31 | 0 | 144 | 75 | 113 | 521 | 144 | 15 |
| Binary | 1000000 | 0 | 11001 | 0 | 1100100 | 111101 | 1001011 | 101010001 | 1100100 | 1101 |
Color Harmonies of #400019
Complementary color
Monochromatic Colors of #400019
Black with #400019
Text Example
Text Example
White with #400019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400019; }
p { color: rgb(64,0,25); }
H1.HeaderClassName
{
color: #400019;
}
.AnyTagClassName
{
color: #400019;
}
</style>
background-color css
<style>
a { background-color: #400019; }
a { background-color: rgb(64,0,25); }
div.DivClassName
{
background-color: #400019;
}
.BgClassName
{
background-color: #400019;
}
</style>
border-color css
<style>
span { border-color: #400019; }
span { border-color: rgb(64,0,25); }
td.TdClassName
{
border-color: #400019;
}
.TagClassName
{
border-color: #400019;
}
</style>