Shades of Blackberry #401A31
Tints of Blackberry #401A31
RGB
CMYK
RGB Variations
Color information
#401A31 (or 0x401A31) is known color: Blackberry. HEX triplet: 40, 1A and 31. RGB value is (64,26,49). Sum of RGB (Red+Green+Blue) = 64+26+49=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A31 is #BFE5CE. Grayscale: #272727. Windows color (decimal): -12576207 or 3217984. OLE color: 3217984.
HSL color Cylindrical-coordinate representation of color #401A31: hue angle of 323.68º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A31 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 49 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.75 |
| HSL | 323.68º | 0.42% | 0.18% | - |
| HSV(B) | 323.68º | 0.59% | 0.25% | - |
| XYZ | 3.04 | 2.05 | 3.14 | - |
| YUV | 39.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 49 | 0 | 0.59 | 0.23 | 0.75 | 323.68 | 0.42 | 0.18 |
| Hex | 40 | 1A | 31 | 0 | 3B | 17 | 4B | 144 | 2A | 12 |
| Octal | 100 | 32 | 61 | 0 | 73 | 27 | 113 | 504 | 52 | 22 |
| Binary | 1000000 | 11010 | 110001 | 0 | 111011 | 10111 | 1001011 | 101000100 | 101010 | 10010 |
Color Harmonies of #401A31
Complementary color
Monochromatic Colors of #401A31
Black with #401A31
Text Example
Text Example
White with #401A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A31; }
p { color: rgb(64,26,49); }
H1.HeaderClassName
{
color: #401A31;
}
.AnyTagClassName
{
color: #401A31;
}
</style>
background-color css
<style>
a { background-color: #401A31; }
a { background-color: rgb(64,26,49); }
div.DivClassName
{
background-color: #401A31;
}
.BgClassName
{
background-color: #401A31;
}
</style>
border-color css
<style>
span { border-color: #401A31; }
span { border-color: rgb(64,26,49); }
td.TdClassName
{
border-color: #401A31;
}
.TagClassName
{
border-color: #401A31;
}
</style>