Shades of Blackberry #400E2C
Tints of Blackberry #400E2C
RGB
CMYK
RGB Variations
Color information
#400E2C (or 0x400E2C) is known color: Blackberry. HEX triplet: 40, 0E and 2C. RGB value is (64,14,44). Sum of RGB (Red+Green+Blue) = 64+14+44=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E2C is #BFF1D3. Grayscale: #202020. Windows color (decimal): -12579284 or 2887232. OLE color: 2887232.
HSL color Cylindrical-coordinate representation of color #400E2C: hue angle of 324º 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 #400E2C is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 44 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.75 |
| HSL | 324º | 0.64% | 0.15% | - |
| HSV(B) | 324º | 0.78% | 0.25% | - |
| XYZ | 2.73 | 1.59 | 2.55 | - |
| YUV | 32.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 44 | 0 | 0.78 | 0.31 | 0.75 | 324 | 0.64 | 0.15 |
| Hex | 40 | E | 2C | 0 | 4E | 1F | 4B | 144 | 40 | F |
| Octal | 100 | 16 | 54 | 0 | 116 | 37 | 113 | 504 | 100 | 17 |
| Binary | 1000000 | 1110 | 101100 | 0 | 1001110 | 11111 | 1001011 | 101000100 | 1000000 | 1111 |
Color Harmonies of #400E2C
Complementary color
Monochromatic Colors of #400E2C
Black with #400E2C
Text Example
Text Example
White with #400E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E2C; }
p { color: rgb(64,14,44); }
H1.HeaderClassName
{
color: #400E2C;
}
.AnyTagClassName
{
color: #400E2C;
}
</style>
background-color css
<style>
a { background-color: #400E2C; }
a { background-color: rgb(64,14,44); }
div.DivClassName
{
background-color: #400E2C;
}
.BgClassName
{
background-color: #400E2C;
}
</style>
border-color css
<style>
span { border-color: #400E2C; }
span { border-color: rgb(64,14,44); }
td.TdClassName
{
border-color: #400E2C;
}
.TagClassName
{
border-color: #400E2C;
}
</style>