Shades of Blackberry #400E24
Tints of Blackberry #400E24
RGB
CMYK
RGB Variations
Color information
#400E24 (or 0x400E24) is known color: Blackberry. HEX triplet: 40, 0E and 24. RGB value is (64,14,36). Sum of RGB (Red+Green+Blue) = 64+14+36=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E24 is #BFF1DB. Grayscale: #1F1F1F. Windows color (decimal): -12579292 or 2362944. OLE color: 2362944.
HSL color Cylindrical-coordinate representation of color #400E24: hue angle of 333.6º 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 #400E24 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 36 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.75 |
| HSL | 333.6º | 0.64% | 0.15% | - |
| HSV(B) | 333.6º | 0.78% | 0.25% | - |
| XYZ | 2.59 | 1.53 | 1.83 | - |
| YUV | 31.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 36 | 0 | 0.78 | 0.44 | 0.75 | 333.6 | 0.64 | 0.15 |
| Hex | 40 | E | 24 | 0 | 4E | 2C | 4B | 14E | 40 | F |
| Octal | 100 | 16 | 44 | 0 | 116 | 54 | 113 | 516 | 100 | 17 |
| Binary | 1000000 | 1110 | 100100 | 0 | 1001110 | 101100 | 1001011 | 101001110 | 1000000 | 1111 |
Color Harmonies of #400E24
Complementary color
Monochromatic Colors of #400E24
Black with #400E24
Text Example
Text Example
White with #400E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E24; }
p { color: rgb(64,14,36); }
H1.HeaderClassName
{
color: #400E24;
}
.AnyTagClassName
{
color: #400E24;
}
</style>
background-color css
<style>
a { background-color: #400E24; }
a { background-color: rgb(64,14,36); }
div.DivClassName
{
background-color: #400E24;
}
.BgClassName
{
background-color: #400E24;
}
</style>
border-color css
<style>
span { border-color: #400E24; }
span { border-color: rgb(64,14,36); }
td.TdClassName
{
border-color: #400E24;
}
.TagClassName
{
border-color: #400E24;
}
</style>