Shades of Blackberry #40112B
Tints of Blackberry #40112B
RGB
CMYK
RGB Variations
Color information
#40112B (or 0x40112B) is known color: Blackberry. HEX triplet: 40, 11 and 2B. RGB value is (64,17,43). Sum of RGB (Red+Green+Blue) = 64+17+43=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112B is #BFEED4. Grayscale: #212121. Windows color (decimal): -12578517 or 2822464. OLE color: 2822464.
HSL color Cylindrical-coordinate representation of color #40112B: hue angle of 326.81º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40112B is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 43 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.75 |
| HSL | 326.81º | 0.58% | 0.16% | - |
| HSV(B) | 326.81º | 0.73% | 0.25% | - |
| XYZ | 2.75 | 1.67 | 2.46 | - |
| YUV | 34.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 43 | 0 | 0.73 | 0.33 | 0.75 | 326.81 | 0.58 | 0.16 |
| Hex | 40 | 11 | 2B | 0 | 49 | 21 | 4B | 147 | 3A | 10 |
| Octal | 100 | 21 | 53 | 0 | 111 | 41 | 113 | 507 | 72 | 20 |
| Binary | 1000000 | 10001 | 101011 | 0 | 1001001 | 100001 | 1001011 | 101000111 | 111010 | 10000 |
Color Harmonies of #40112B
Complementary color
Monochromatic Colors of #40112B
Black with #40112B
Text Example
Text Example
White with #40112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40112B; }
p { color: rgb(64,17,43); }
H1.HeaderClassName
{
color: #40112B;
}
.AnyTagClassName
{
color: #40112B;
}
</style>
background-color css
<style>
a { background-color: #40112B; }
a { background-color: rgb(64,17,43); }
div.DivClassName
{
background-color: #40112B;
}
.BgClassName
{
background-color: #40112B;
}
</style>
border-color css
<style>
span { border-color: #40112B; }
span { border-color: rgb(64,17,43); }
td.TdClassName
{
border-color: #40112B;
}
.TagClassName
{
border-color: #40112B;
}
</style>