Shades of Blackberry #40152E
Tints of Blackberry #40152E
RGB
CMYK
RGB Variations
Color information
#40152E (or 0x40152E) is known color: Blackberry. HEX triplet: 40, 15 and 2E. RGB value is (64,21,46). Sum of RGB (Red+Green+Blue) = 64+21+46=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40152E is #BFEAD1. Grayscale: #242424. Windows color (decimal): -12577490 or 3020096. OLE color: 3020096.
HSL color Cylindrical-coordinate representation of color #40152E: hue angle of 325.12º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40152E is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 46 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.75 |
| HSL | 325.12º | 0.51% | 0.17% | - |
| HSV(B) | 325.12º | 0.67% | 0.25% | - |
| XYZ | 2.88 | 1.82 | 2.79 | - |
| YUV | 36.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 46 | 0 | 0.67 | 0.28 | 0.75 | 325.12 | 0.51 | 0.17 |
| Hex | 40 | 15 | 2E | 0 | 43 | 1C | 4B | 145 | 33 | 11 |
| Octal | 100 | 25 | 56 | 0 | 103 | 34 | 113 | 505 | 63 | 21 |
| Binary | 1000000 | 10101 | 101110 | 0 | 1000011 | 11100 | 1001011 | 101000101 | 110011 | 10001 |
Color Harmonies of #40152E
Complementary color
Monochromatic Colors of #40152E
Black with #40152E
Text Example
Text Example
White with #40152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40152E; }
p { color: rgb(64,21,46); }
H1.HeaderClassName
{
color: #40152E;
}
.AnyTagClassName
{
color: #40152E;
}
</style>
background-color css
<style>
a { background-color: #40152E; }
a { background-color: rgb(64,21,46); }
div.DivClassName
{
background-color: #40152E;
}
.BgClassName
{
background-color: #40152E;
}
</style>
border-color css
<style>
span { border-color: #40152E; }
span { border-color: rgb(64,21,46); }
td.TdClassName
{
border-color: #40152E;
}
.TagClassName
{
border-color: #40152E;
}
</style>