Shades of Blackberry #401932
Tints of Blackberry #401932
RGB
CMYK
RGB Variations
Color information
#401932 (or 0x401932) is known color: Blackberry. HEX triplet: 40, 19 and 32. RGB value is (64,25,50). Sum of RGB (Red+Green+Blue) = 64+25+50=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401932 is #BFE6CD. Grayscale: #272727. Windows color (decimal): -12576462 or 3283264. OLE color: 3283264.
HSL color Cylindrical-coordinate representation of color #401932: hue angle of 321.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401932 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 50 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.75 |
| HSL | 321.54º | 0.44% | 0.17% | - |
| HSV(B) | 321.54º | 0.61% | 0.25% | - |
| XYZ | 3.04 | 2.02 | 3.25 | - |
| YUV | 39.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 50 | 0 | 0.61 | 0.22 | 0.75 | 321.54 | 0.44 | 0.17 |
| Hex | 40 | 19 | 32 | 0 | 3D | 16 | 4B | 142 | 2C | 11 |
| Octal | 100 | 31 | 62 | 0 | 75 | 26 | 113 | 502 | 54 | 21 |
| Binary | 1000000 | 11001 | 110010 | 0 | 111101 | 10110 | 1001011 | 101000010 | 101100 | 10001 |
Color Harmonies of #401932
Complementary color
Monochromatic Colors of #401932
Black with #401932
Text Example
Text Example
White with #401932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401932; }
p { color: rgb(64,25,50); }
H1.HeaderClassName
{
color: #401932;
}
.AnyTagClassName
{
color: #401932;
}
</style>
background-color css
<style>
a { background-color: #401932; }
a { background-color: rgb(64,25,50); }
div.DivClassName
{
background-color: #401932;
}
.BgClassName
{
background-color: #401932;
}
</style>
border-color css
<style>
span { border-color: #401932; }
span { border-color: rgb(64,25,50); }
td.TdClassName
{
border-color: #401932;
}
.TagClassName
{
border-color: #401932;
}
</style>