Shades of Blackberry #40122D
Tints of Blackberry #40122D
RGB
CMYK
RGB Variations
Color information
#40122D (or 0x40122D) is known color: Blackberry. HEX triplet: 40, 12 and 2D. RGB value is (64,18,45). Sum of RGB (Red+Green+Blue) = 64+18+45=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40122D is #BFEDD2. Grayscale: #222222. Windows color (decimal): -12578259 or 2953792. OLE color: 2953792.
HSL color Cylindrical-coordinate representation of color #40122D: hue angle of 324.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40122D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 45 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.75 |
| HSL | 324.78º | 0.56% | 0.16% | - |
| HSV(B) | 324.78º | 0.72% | 0.25% | - |
| XYZ | 2.8 | 1.71 | 2.67 | - |
| YUV | 34.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 45 | 0 | 0.72 | 0.30 | 0.75 | 324.78 | 0.56 | 0.16 |
| Hex | 40 | 12 | 2D | 0 | 48 | 1E | 4B | 145 | 38 | 10 |
| Octal | 100 | 22 | 55 | 0 | 110 | 36 | 113 | 505 | 70 | 20 |
| Binary | 1000000 | 10010 | 101101 | 0 | 1001000 | 11110 | 1001011 | 101000101 | 111000 | 10000 |
Color Harmonies of #40122D
Complementary color
Monochromatic Colors of #40122D
Black with #40122D
Text Example
Text Example
White with #40122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40122D; }
p { color: rgb(64,18,45); }
H1.HeaderClassName
{
color: #40122D;
}
.AnyTagClassName
{
color: #40122D;
}
</style>
background-color css
<style>
a { background-color: #40122D; }
a { background-color: rgb(64,18,45); }
div.DivClassName
{
background-color: #40122D;
}
.BgClassName
{
background-color: #40122D;
}
</style>
border-color css
<style>
span { border-color: #40122D; }
span { border-color: rgb(64,18,45); }
td.TdClassName
{
border-color: #40122D;
}
.TagClassName
{
border-color: #40122D;
}
</style>