Shades of Blackberry #400F2E
Tints of Blackberry #400F2E
RGB
CMYK
RGB Variations
Color information
#400F2E (or 0x400F2E) is known color: Blackberry. HEX triplet: 40, 0F and 2E. RGB value is (64,15,46). Sum of RGB (Red+Green+Blue) = 64+15+46=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F2E is #BFF0D1. Grayscale: #212121. Windows color (decimal): -12579026 or 3018560. OLE color: 3018560.
HSL color Cylindrical-coordinate representation of color #400F2E: hue angle of 322.04º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F2E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 46 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.75 |
| HSL | 322.04º | 0.62% | 0.15% | - |
| HSV(B) | 322.04º | 0.77% | 0.25% | - |
| XYZ | 2.78 | 1.63 | 2.75 | - |
| YUV | 33.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 46 | 0 | 0.77 | 0.28 | 0.75 | 322.04 | 0.62 | 0.15 |
| Hex | 40 | F | 2E | 0 | 4D | 1C | 4B | 142 | 3E | F |
| Octal | 100 | 17 | 56 | 0 | 115 | 34 | 113 | 502 | 76 | 17 |
| Binary | 1000000 | 1111 | 101110 | 0 | 1001101 | 11100 | 1001011 | 101000010 | 111110 | 1111 |
Color Harmonies of #400F2E
Complementary color
Monochromatic Colors of #400F2E
Black with #400F2E
Text Example
Text Example
White with #400F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F2E; }
p { color: rgb(64,15,46); }
H1.HeaderClassName
{
color: #400F2E;
}
.AnyTagClassName
{
color: #400F2E;
}
</style>
background-color css
<style>
a { background-color: #400F2E; }
a { background-color: rgb(64,15,46); }
div.DivClassName
{
background-color: #400F2E;
}
.BgClassName
{
background-color: #400F2E;
}
</style>
border-color css
<style>
span { border-color: #400F2E; }
span { border-color: rgb(64,15,46); }
td.TdClassName
{
border-color: #400F2E;
}
.TagClassName
{
border-color: #400F2E;
}
</style>