Shades of Blackberry #401631
Tints of Blackberry #401631
RGB
CMYK
RGB Variations
Color information
#401631 (or 0x401631) is known color: Blackberry. HEX triplet: 40, 16 and 31. RGB value is (64,22,49). Sum of RGB (Red+Green+Blue) = 64+22+49=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401631 is #BFE9CE. Grayscale: #252525. Windows color (decimal): -12577231 or 3216960. OLE color: 3216960.
HSL color Cylindrical-coordinate representation of color #401631: hue angle of 321.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401631 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 22 | 49 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.75 |
| HSL | 321.43º | 0.49% | 0.17% | - |
| HSV(B) | 321.43º | 0.66% | 0.25% | - |
| XYZ | 2.96 | 1.89 | 3.11 | - |
| YUV | 37.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 49 | 0 | 0.66 | 0.23 | 0.75 | 321.43 | 0.49 | 0.17 |
| Hex | 40 | 16 | 31 | 0 | 42 | 17 | 4B | 141 | 31 | 11 |
| Octal | 100 | 26 | 61 | 0 | 102 | 27 | 113 | 501 | 61 | 21 |
| Binary | 1000000 | 10110 | 110001 | 0 | 1000010 | 10111 | 1001011 | 101000001 | 110001 | 10001 |
Color Harmonies of #401631
Complementary color
Monochromatic Colors of #401631
Black with #401631
Text Example
Text Example
White with #401631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401631; }
p { color: rgb(64,22,49); }
H1.HeaderClassName
{
color: #401631;
}
.AnyTagClassName
{
color: #401631;
}
</style>
background-color css
<style>
a { background-color: #401631; }
a { background-color: rgb(64,22,49); }
div.DivClassName
{
background-color: #401631;
}
.BgClassName
{
background-color: #401631;
}
</style>
border-color css
<style>
span { border-color: #401631; }
span { border-color: rgb(64,22,49); }
td.TdClassName
{
border-color: #401631;
}
.TagClassName
{
border-color: #401631;
}
</style>