Shades of Blackberry #400E2B
Tints of Blackberry #400E2B
RGB
CMYK
RGB Variations
Color information
#400E2B (or 0x400E2B) is known color: Blackberry. HEX triplet: 40, 0E and 2B. RGB value is (64,14,43). Sum of RGB (Red+Green+Blue) = 64+14+43=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E2B is #BFF1D4. Grayscale: #202020. Windows color (decimal): -12579285 or 2821696. OLE color: 2821696.
HSL color Cylindrical-coordinate representation of color #400E2B: hue angle of 325.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E2B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 43 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.75 |
| HSL | 325.2º | 0.64% | 0.15% | - |
| HSV(B) | 325.2º | 0.78% | 0.25% | - |
| XYZ | 2.71 | 1.58 | 2.45 | - |
| YUV | 32.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 43 | 0 | 0.78 | 0.33 | 0.75 | 325.2 | 0.64 | 0.15 |
| Hex | 40 | E | 2B | 0 | 4E | 21 | 4B | 145 | 40 | F |
| Octal | 100 | 16 | 53 | 0 | 116 | 41 | 113 | 505 | 100 | 17 |
| Binary | 1000000 | 1110 | 101011 | 0 | 1001110 | 100001 | 1001011 | 101000101 | 1000000 | 1111 |
Color Harmonies of #400E2B
Complementary color
Monochromatic Colors of #400E2B
Black with #400E2B
Text Example
Text Example
White with #400E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E2B; }
p { color: rgb(64,14,43); }
H1.HeaderClassName
{
color: #400E2B;
}
.AnyTagClassName
{
color: #400E2B;
}
</style>
background-color css
<style>
a { background-color: #400E2B; }
a { background-color: rgb(64,14,43); }
div.DivClassName
{
background-color: #400E2B;
}
.BgClassName
{
background-color: #400E2B;
}
</style>
border-color css
<style>
span { border-color: #400E2B; }
span { border-color: rgb(64,14,43); }
td.TdClassName
{
border-color: #400E2B;
}
.TagClassName
{
border-color: #400E2B;
}
</style>