Shades of Blackberry #40132B
Tints of Blackberry #40132B
RGB
CMYK
RGB Variations
Color information
#40132B (or 0x40132B) is known color: Blackberry. HEX triplet: 40, 13 and 2B. RGB value is (64,19,43). Sum of RGB (Red+Green+Blue) = 64+19+43=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40132B is #BFECD4. Grayscale: #232323. Windows color (decimal): -12578005 or 2822976. OLE color: 2822976.
HSL color Cylindrical-coordinate representation of color #40132B: hue angle of 328º 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 #40132B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 43 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.75 |
| HSL | 328º | 0.54% | 0.16% | - |
| HSV(B) | 328º | 0.7% | 0.25% | - |
| XYZ | 2.78 | 1.73 | 2.47 | - |
| YUV | 35.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 43 | 0 | 0.70 | 0.33 | 0.75 | 328 | 0.54 | 0.16 |
| Hex | 40 | 13 | 2B | 0 | 46 | 21 | 4B | 148 | 36 | 10 |
| Octal | 100 | 23 | 53 | 0 | 106 | 41 | 113 | 510 | 66 | 20 |
| Binary | 1000000 | 10011 | 101011 | 0 | 1000110 | 100001 | 1001011 | 101001000 | 110110 | 10000 |
Color Harmonies of #40132B
Complementary color
Monochromatic Colors of #40132B
Black with #40132B
Text Example
Text Example
White with #40132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40132B; }
p { color: rgb(64,19,43); }
H1.HeaderClassName
{
color: #40132B;
}
.AnyTagClassName
{
color: #40132B;
}
</style>
background-color css
<style>
a { background-color: #40132B; }
a { background-color: rgb(64,19,43); }
div.DivClassName
{
background-color: #40132B;
}
.BgClassName
{
background-color: #40132B;
}
</style>
border-color css
<style>
span { border-color: #40132B; }
span { border-color: rgb(64,19,43); }
td.TdClassName
{
border-color: #40132B;
}
.TagClassName
{
border-color: #40132B;
}
</style>