Shades of Blackberry #400426
Tints of Blackberry #400426
RGB
CMYK
RGB Variations
Color information
#400426 (or 0x400426) is known color: Blackberry. HEX triplet: 40, 04 and 26. RGB value is (64,4,38). Sum of RGB (Red+Green+Blue) = 64+4+38=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400426 is #BFFBD9. Grayscale: #191919. Windows color (decimal): -12581850 or 2491456. OLE color: 2491456.
HSL color Cylindrical-coordinate representation of color #400426: hue angle of 326º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400426 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 38 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.75 |
| HSL | 326º | 0.88% | 0.13% | - |
| HSV(B) | 326º | 0.94% | 0.25% | - |
| XYZ | 2.51 | 1.32 | 1.96 | - |
| YUV | 25.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 38 | 0 | 0.94 | 0.41 | 0.75 | 326 | 0.88 | 0.13 |
| Hex | 40 | 4 | 26 | 0 | 5E | 29 | 4B | 146 | 58 | D |
| Octal | 100 | 4 | 46 | 0 | 136 | 51 | 113 | 506 | 130 | 15 |
| Binary | 1000000 | 100 | 100110 | 0 | 1011110 | 101001 | 1001011 | 101000110 | 1011000 | 1101 |
Color Harmonies of #400426
Complementary color
Monochromatic Colors of #400426
Black with #400426
Text Example
Text Example
White with #400426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400426; }
p { color: rgb(64,4,38); }
H1.HeaderClassName
{
color: #400426;
}
.AnyTagClassName
{
color: #400426;
}
</style>
background-color css
<style>
a { background-color: #400426; }
a { background-color: rgb(64,4,38); }
div.DivClassName
{
background-color: #400426;
}
.BgClassName
{
background-color: #400426;
}
</style>
border-color css
<style>
span { border-color: #400426; }
span { border-color: rgb(64,4,38); }
td.TdClassName
{
border-color: #400426;
}
.TagClassName
{
border-color: #400426;
}
</style>