Shades of Blackberry #401C31
Tints of Blackberry #401C31
RGB
CMYK
RGB Variations
Color information
#401C31 (or 0x401C31) is known color: Blackberry. HEX triplet: 40, 1C and 31. RGB value is (64,28,49). Sum of RGB (Red+Green+Blue) = 64+28+49=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C31 is #BFE3CE. Grayscale: #292929. Windows color (decimal): -12575695 or 3218496. OLE color: 3218496.
HSL color Cylindrical-coordinate representation of color #401C31: hue angle of 325º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C31 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 49 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.75 |
| HSL | 325º | 0.39% | 0.18% | - |
| HSV(B) | 325º | 0.56% | 0.25% | - |
| XYZ | 3.08 | 2.14 | 3.16 | - |
| YUV | 41.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 49 | 0 | 0.56 | 0.23 | 0.75 | 325 | 0.39 | 0.18 |
| Hex | 40 | 1C | 31 | 0 | 38 | 17 | 4B | 145 | 27 | 12 |
| Octal | 100 | 34 | 61 | 0 | 70 | 27 | 113 | 505 | 47 | 22 |
| Binary | 1000000 | 11100 | 110001 | 0 | 111000 | 10111 | 1001011 | 101000101 | 100111 | 10010 |
Color Harmonies of #401C31
Complementary color
Monochromatic Colors of #401C31
Black with #401C31
Text Example
Text Example
White with #401C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C31; }
p { color: rgb(64,28,49); }
H1.HeaderClassName
{
color: #401C31;
}
.AnyTagClassName
{
color: #401C31;
}
</style>
background-color css
<style>
a { background-color: #401C31; }
a { background-color: rgb(64,28,49); }
div.DivClassName
{
background-color: #401C31;
}
.BgClassName
{
background-color: #401C31;
}
</style>
border-color css
<style>
span { border-color: #401C31; }
span { border-color: rgb(64,28,49); }
td.TdClassName
{
border-color: #401C31;
}
.TagClassName
{
border-color: #401C31;
}
</style>