Shades of Blackberry #401531
Tints of Blackberry #401531
RGB
CMYK
RGB Variations
Color information
#401531 (or 0x401531) is known color: Blackberry. HEX triplet: 40, 15 and 31. RGB value is (64,21,49). Sum of RGB (Red+Green+Blue) = 64+21+49=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401531 is #BFEACE. Grayscale: #242424. Windows color (decimal): -12577487 or 3216704. OLE color: 3216704.
HSL color Cylindrical-coordinate representation of color #401531: hue angle of 320.93º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401531 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 49 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.75 |
| HSL | 320.93º | 0.51% | 0.17% | - |
| HSV(B) | 320.93º | 0.67% | 0.25% | - |
| XYZ | 2.94 | 1.85 | 3.11 | - |
| YUV | 37.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 49 | 0 | 0.67 | 0.23 | 0.75 | 320.93 | 0.51 | 0.17 |
| Hex | 40 | 15 | 31 | 0 | 43 | 17 | 4B | 141 | 33 | 11 |
| Octal | 100 | 25 | 61 | 0 | 103 | 27 | 113 | 501 | 63 | 21 |
| Binary | 1000000 | 10101 | 110001 | 0 | 1000011 | 10111 | 1001011 | 101000001 | 110011 | 10001 |
Color Harmonies of #401531
Complementary color
Monochromatic Colors of #401531
Black with #401531
Text Example
Text Example
White with #401531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401531; }
p { color: rgb(64,21,49); }
H1.HeaderClassName
{
color: #401531;
}
.AnyTagClassName
{
color: #401531;
}
</style>
background-color css
<style>
a { background-color: #401531; }
a { background-color: rgb(64,21,49); }
div.DivClassName
{
background-color: #401531;
}
.BgClassName
{
background-color: #401531;
}
</style>
border-color css
<style>
span { border-color: #401531; }
span { border-color: rgb(64,21,49); }
td.TdClassName
{
border-color: #401531;
}
.TagClassName
{
border-color: #401531;
}
</style>