Shades of Blackberry #40112A
Tints of Blackberry #40112A
RGB
CMYK
RGB Variations
Color information
#40112A (or 0x40112A) is known color: Blackberry. HEX triplet: 40, 11 and 2A. RGB value is (64,17,42). Sum of RGB (Red+Green+Blue) = 64+17+42=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40112A is #BFEED5. Grayscale: #212121. Windows color (decimal): -12578518 or 2756928. OLE color: 2756928.
HSL color Cylindrical-coordinate representation of color #40112A: hue angle of 328.09º 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 #40112A is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 42 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.75 |
| HSL | 328.09º | 0.58% | 0.16% | - |
| HSV(B) | 328.09º | 0.73% | 0.25% | - |
| XYZ | 2.73 | 1.66 | 2.37 | - |
| YUV | 33.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 42 | 0 | 0.73 | 0.34 | 0.75 | 328.09 | 0.58 | 0.16 |
| Hex | 40 | 11 | 2A | 0 | 49 | 22 | 4B | 148 | 3A | 10 |
| Octal | 100 | 21 | 52 | 0 | 111 | 42 | 113 | 510 | 72 | 20 |
| Binary | 1000000 | 10001 | 101010 | 0 | 1001001 | 100010 | 1001011 | 101001000 | 111010 | 10000 |
Color Harmonies of #40112A
Complementary color
Monochromatic Colors of #40112A
Black with #40112A
Text Example
Text Example
White with #40112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40112A; }
p { color: rgb(64,17,42); }
H1.HeaderClassName
{
color: #40112A;
}
.AnyTagClassName
{
color: #40112A;
}
</style>
background-color css
<style>
a { background-color: #40112A; }
a { background-color: rgb(64,17,42); }
div.DivClassName
{
background-color: #40112A;
}
.BgClassName
{
background-color: #40112A;
}
</style>
border-color css
<style>
span { border-color: #40112A; }
span { border-color: rgb(64,17,42); }
td.TdClassName
{
border-color: #40112A;
}
.TagClassName
{
border-color: #40112A;
}
</style>