Shades of Blackberry #401831
Tints of Blackberry #401831
RGB
CMYK
RGB Variations
Color information
#401831 (or 0x401831) is known color: Blackberry. HEX triplet: 40, 18 and 31. RGB value is (64,24,49). Sum of RGB (Red+Green+Blue) = 64+24+49=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401831 is #BFE7CE. Grayscale: #262626. Windows color (decimal): -12576719 or 3217472. OLE color: 3217472.
HSL color Cylindrical-coordinate representation of color #401831: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401831 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 49 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.75 |
| HSL | 322.5º | 0.45% | 0.17% | - |
| HSV(B) | 322.5º | 0.63% | 0.25% | - |
| XYZ | 3 | 1.97 | 3.13 | - |
| YUV | 38.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 49 | 0 | 0.62 | 0.23 | 0.75 | 322.5 | 0.45 | 0.17 |
| Hex | 40 | 18 | 31 | 0 | 3E | 17 | 4B | 142 | 2D | 11 |
| Octal | 100 | 30 | 61 | 0 | 76 | 27 | 113 | 502 | 55 | 21 |
| Binary | 1000000 | 11000 | 110001 | 0 | 111110 | 10111 | 1001011 | 101000010 | 101101 | 10001 |
Color Harmonies of #401831
Complementary color
Monochromatic Colors of #401831
Black with #401831
Text Example
Text Example
White with #401831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401831; }
p { color: rgb(64,24,49); }
H1.HeaderClassName
{
color: #401831;
}
.AnyTagClassName
{
color: #401831;
}
</style>
background-color css
<style>
a { background-color: #401831; }
a { background-color: rgb(64,24,49); }
div.DivClassName
{
background-color: #401831;
}
.BgClassName
{
background-color: #401831;
}
</style>
border-color css
<style>
span { border-color: #401831; }
span { border-color: rgb(64,24,49); }
td.TdClassName
{
border-color: #401831;
}
.TagClassName
{
border-color: #401831;
}
</style>