Shades of Blackberry #40122F
Tints of Blackberry #40122F
RGB
CMYK
RGB Variations
Color information
#40122F (or 0x40122F) is known color: Blackberry. HEX triplet: 40, 12 and 2F. RGB value is (64,18,47). Sum of RGB (Red+Green+Blue) = 64+18+47=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40122F is #BFEDD0. Grayscale: #222222. Windows color (decimal): -12578257 or 3084864. OLE color: 3084864.
HSL color Cylindrical-coordinate representation of color #40122F: hue angle of 322.17º 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 #40122F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 47 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.75 |
| HSL | 322.17º | 0.56% | 0.16% | - |
| HSV(B) | 322.17º | 0.72% | 0.25% | - |
| XYZ | 2.84 | 1.73 | 2.87 | - |
| YUV | 35.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 47 | 0 | 0.72 | 0.27 | 0.75 | 322.17 | 0.56 | 0.16 |
| Hex | 40 | 12 | 2F | 0 | 48 | 1B | 4B | 142 | 38 | 10 |
| Octal | 100 | 22 | 57 | 0 | 110 | 33 | 113 | 502 | 70 | 20 |
| Binary | 1000000 | 10010 | 101111 | 0 | 1001000 | 11011 | 1001011 | 101000010 | 111000 | 10000 |
Color Harmonies of #40122F
Complementary color
Monochromatic Colors of #40122F
Black with #40122F
Text Example
Text Example
White with #40122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40122F; }
p { color: rgb(64,18,47); }
H1.HeaderClassName
{
color: #40122F;
}
.AnyTagClassName
{
color: #40122F;
}
</style>
background-color css
<style>
a { background-color: #40122F; }
a { background-color: rgb(64,18,47); }
div.DivClassName
{
background-color: #40122F;
}
.BgClassName
{
background-color: #40122F;
}
</style>
border-color css
<style>
span { border-color: #40122F; }
span { border-color: rgb(64,18,47); }
td.TdClassName
{
border-color: #40122F;
}
.TagClassName
{
border-color: #40122F;
}
</style>