Shades of Blackberry #40132E
Tints of Blackberry #40132E
RGB
CMYK
RGB Variations
Color information
#40132E (or 0x40132E) is known color: Blackberry. HEX triplet: 40, 13 and 2E. RGB value is (64,19,46). Sum of RGB (Red+Green+Blue) = 64+19+46=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40132E is #BFECD1. Grayscale: #232323. Windows color (decimal): -12578002 or 3019584. OLE color: 3019584.
HSL color Cylindrical-coordinate representation of color #40132E: hue angle of 324º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40132E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 46 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.75 |
| HSL | 324º | 0.54% | 0.16% | - |
| HSV(B) | 324º | 0.7% | 0.25% | - |
| XYZ | 2.84 | 1.75 | 2.77 | - |
| YUV | 35.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 46 | 0 | 0.70 | 0.28 | 0.75 | 324 | 0.54 | 0.16 |
| Hex | 40 | 13 | 2E | 0 | 46 | 1C | 4B | 144 | 36 | 10 |
| Octal | 100 | 23 | 56 | 0 | 106 | 34 | 113 | 504 | 66 | 20 |
| Binary | 1000000 | 10011 | 101110 | 0 | 1000110 | 11100 | 1001011 | 101000100 | 110110 | 10000 |
Color Harmonies of #40132E
Complementary color
Monochromatic Colors of #40132E
Black with #40132E
Text Example
Text Example
White with #40132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40132E; }
p { color: rgb(64,19,46); }
H1.HeaderClassName
{
color: #40132E;
}
.AnyTagClassName
{
color: #40132E;
}
</style>
background-color css
<style>
a { background-color: #40132E; }
a { background-color: rgb(64,19,46); }
div.DivClassName
{
background-color: #40132E;
}
.BgClassName
{
background-color: #40132E;
}
</style>
border-color css
<style>
span { border-color: #40132E; }
span { border-color: rgb(64,19,46); }
td.TdClassName
{
border-color: #40132E;
}
.TagClassName
{
border-color: #40132E;
}
</style>