Shades of Blackberry #400E2E
Tints of Blackberry #400E2E
RGB
CMYK
RGB Variations
Color information
#400E2E (or 0x400E2E) is known color: Blackberry. HEX triplet: 40, 0E and 2E. RGB value is (64,14,46). Sum of RGB (Red+Green+Blue) = 64+14+46=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E2E is #BFF1D1. Grayscale: #202020. Windows color (decimal): -12579282 or 3018304. OLE color: 3018304.
HSL color Cylindrical-coordinate representation of color #400E2E: hue angle of 321.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 #400E2E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 46 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.75 |
| HSL | 321.6º | 0.64% | 0.15% | - |
| HSV(B) | 321.6º | 0.78% | 0.25% | - |
| XYZ | 2.76 | 1.6 | 2.75 | - |
| YUV | 32.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 46 | 0 | 0.78 | 0.28 | 0.75 | 321.6 | 0.64 | 0.15 |
| Hex | 40 | E | 2E | 0 | 4E | 1C | 4B | 142 | 40 | F |
| Octal | 100 | 16 | 56 | 0 | 116 | 34 | 113 | 502 | 100 | 17 |
| Binary | 1000000 | 1110 | 101110 | 0 | 1001110 | 11100 | 1001011 | 101000010 | 1000000 | 1111 |
Color Harmonies of #400E2E
Complementary color
Monochromatic Colors of #400E2E
Black with #400E2E
Text Example
Text Example
White with #400E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E2E; }
p { color: rgb(64,14,46); }
H1.HeaderClassName
{
color: #400E2E;
}
.AnyTagClassName
{
color: #400E2E;
}
</style>
background-color css
<style>
a { background-color: #400E2E; }
a { background-color: rgb(64,14,46); }
div.DivClassName
{
background-color: #400E2E;
}
.BgClassName
{
background-color: #400E2E;
}
</style>
border-color css
<style>
span { border-color: #400E2E; }
span { border-color: rgb(64,14,46); }
td.TdClassName
{
border-color: #400E2E;
}
.TagClassName
{
border-color: #400E2E;
}
</style>