Shades of Blackberry #401637
Tints of Blackberry #401637
RGB
CMYK
RGB Variations
Color information
#401637 (or 0x401637) is known color: Blackberry. HEX triplet: 40, 16 and 37. RGB value is (64,22,55). Sum of RGB (Red+Green+Blue) = 64+22+55=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401637 is #BFE9C8. Grayscale: #262626. Windows color (decimal): -12577225 or 3610176. OLE color: 3610176.
HSL color Cylindrical-coordinate representation of color #401637: hue angle of 312.86º 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 #401637 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 22 | 55 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.75 |
| HSL | 312.86º | 0.49% | 0.17% | - |
| HSV(B) | 312.86º | 0.66% | 0.25% | - |
| XYZ | 3.09 | 1.94 | 3.83 | - |
| YUV | 38.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 55 | 0 | 0.66 | 0.14 | 0.75 | 312.86 | 0.49 | 0.17 |
| Hex | 40 | 16 | 37 | 0 | 42 | E | 4B | 139 | 31 | 11 |
| Octal | 100 | 26 | 67 | 0 | 102 | 16 | 113 | 471 | 61 | 21 |
| Binary | 1000000 | 10110 | 110111 | 0 | 1000010 | 1110 | 1001011 | 100111001 | 110001 | 10001 |
Color Harmonies of #401637
Complementary color
Monochromatic Colors of #401637
Black with #401637
Text Example
Text Example
White with #401637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401637; }
p { color: rgb(64,22,55); }
H1.HeaderClassName
{
color: #401637;
}
.AnyTagClassName
{
color: #401637;
}
</style>
background-color css
<style>
a { background-color: #401637; }
a { background-color: rgb(64,22,55); }
div.DivClassName
{
background-color: #401637;
}
.BgClassName
{
background-color: #401637;
}
</style>
border-color css
<style>
span { border-color: #401637; }
span { border-color: rgb(64,22,55); }
td.TdClassName
{
border-color: #401637;
}
.TagClassName
{
border-color: #401637;
}
</style>