Shades of Blackberry #401331
Tints of Blackberry #401331
RGB
CMYK
RGB Variations
Color information
#401331 (or 0x401331) is known color: Blackberry. HEX triplet: 40, 13 and 31. RGB value is (64,19,49). Sum of RGB (Red+Green+Blue) = 64+19+49=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401331 is #BFECCE. Grayscale: #232323. Windows color (decimal): -12577999 or 3216192. OLE color: 3216192.
HSL color Cylindrical-coordinate representation of color #401331: hue angle of 320º 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 #401331 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 49 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.75 |
| HSL | 320º | 0.54% | 0.16% | - |
| HSV(B) | 320º | 0.7% | 0.25% | - |
| XYZ | 2.9 | 1.78 | 3.1 | - |
| YUV | 35.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 49 | 0 | 0.70 | 0.23 | 0.75 | 320 | 0.54 | 0.16 |
| Hex | 40 | 13 | 31 | 0 | 46 | 17 | 4B | 140 | 36 | 10 |
| Octal | 100 | 23 | 61 | 0 | 106 | 27 | 113 | 500 | 66 | 20 |
| Binary | 1000000 | 10011 | 110001 | 0 | 1000110 | 10111 | 1001011 | 101000000 | 110110 | 10000 |
Color Harmonies of #401331
Complementary color
Monochromatic Colors of #401331
Black with #401331
Text Example
Text Example
White with #401331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401331; }
p { color: rgb(64,19,49); }
H1.HeaderClassName
{
color: #401331;
}
.AnyTagClassName
{
color: #401331;
}
</style>
background-color css
<style>
a { background-color: #401331; }
a { background-color: rgb(64,19,49); }
div.DivClassName
{
background-color: #401331;
}
.BgClassName
{
background-color: #401331;
}
</style>
border-color css
<style>
span { border-color: #401331; }
span { border-color: rgb(64,19,49); }
td.TdClassName
{
border-color: #401331;
}
.TagClassName
{
border-color: #401331;
}
</style>