Shades of Blackberry #400226
Tints of Blackberry #400226
RGB
CMYK
RGB Variations
Color information
#400226 (or 0x400226) is known color: Blackberry. HEX triplet: 40, 02 and 26. RGB value is (64,2,38). Sum of RGB (Red+Green+Blue) = 64+2+38=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400226 is #BFFDD9. Grayscale: #181818. Windows color (decimal): -12582362 or 2490944. OLE color: 2490944.
HSL color Cylindrical-coordinate representation of color #400226: hue angle of 325.16º 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 #400226 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 38 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.75 |
| HSL | 325.16º | 0.94% | 0.13% | - |
| HSV(B) | 325.16º | 0.97% | 0.25% | - |
| XYZ | 2.49 | 1.27 | 1.95 | - |
| YUV | 24.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 38 | 0 | 0.97 | 0.41 | 0.75 | 325.16 | 0.94 | 0.13 |
| Hex | 40 | 2 | 26 | 0 | 61 | 29 | 4B | 145 | 5E | D |
| Octal | 100 | 2 | 46 | 0 | 141 | 51 | 113 | 505 | 136 | 15 |
| Binary | 1000000 | 10 | 100110 | 0 | 1100001 | 101001 | 1001011 | 101000101 | 1011110 | 1101 |
Color Harmonies of #400226
Complementary color
Monochromatic Colors of #400226
Black with #400226
Text Example
Text Example
White with #400226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400226; }
p { color: rgb(64,2,38); }
H1.HeaderClassName
{
color: #400226;
}
.AnyTagClassName
{
color: #400226;
}
</style>
background-color css
<style>
a { background-color: #400226; }
a { background-color: rgb(64,2,38); }
div.DivClassName
{
background-color: #400226;
}
.BgClassName
{
background-color: #400226;
}
</style>
border-color css
<style>
span { border-color: #400226; }
span { border-color: rgb(64,2,38); }
td.TdClassName
{
border-color: #400226;
}
.TagClassName
{
border-color: #400226;
}
</style>