Shades of Blackberry #40132F
Tints of Blackberry #40132F
RGB
CMYK
RGB Variations
Color information
#40132F (or 0x40132F) is known color: Blackberry. HEX triplet: 40, 13 and 2F. RGB value is (64,19,47). Sum of RGB (Red+Green+Blue) = 64+19+47=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40132F is #BFECD0. Grayscale: #232323. Windows color (decimal): -12578001 or 3085120. OLE color: 3085120.
HSL color Cylindrical-coordinate representation of color #40132F: hue angle of 322.67º 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 #40132F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 47 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.75 |
| HSL | 322.67º | 0.54% | 0.16% | - |
| HSV(B) | 322.67º | 0.7% | 0.25% | - |
| XYZ | 2.86 | 1.76 | 2.88 | - |
| YUV | 35.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 47 | 0 | 0.70 | 0.27 | 0.75 | 322.67 | 0.54 | 0.16 |
| Hex | 40 | 13 | 2F | 0 | 46 | 1B | 4B | 143 | 36 | 10 |
| Octal | 100 | 23 | 57 | 0 | 106 | 33 | 113 | 503 | 66 | 20 |
| Binary | 1000000 | 10011 | 101111 | 0 | 1000110 | 11011 | 1001011 | 101000011 | 110110 | 10000 |
Color Harmonies of #40132F
Complementary color
Monochromatic Colors of #40132F
Black with #40132F
Text Example
Text Example
White with #40132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40132F; }
p { color: rgb(64,19,47); }
H1.HeaderClassName
{
color: #40132F;
}
.AnyTagClassName
{
color: #40132F;
}
</style>
background-color css
<style>
a { background-color: #40132F; }
a { background-color: rgb(64,19,47); }
div.DivClassName
{
background-color: #40132F;
}
.BgClassName
{
background-color: #40132F;
}
</style>
border-color css
<style>
span { border-color: #40132F; }
span { border-color: rgb(64,19,47); }
td.TdClassName
{
border-color: #40132F;
}
.TagClassName
{
border-color: #40132F;
}
</style>