Shades of Blackberry #401324
Tints of Blackberry #401324
RGB
CMYK
RGB Variations
Color information
#401324 (or 0x401324) is known color: Blackberry. HEX triplet: 40, 13 and 24. RGB value is (64,19,36). Sum of RGB (Red+Green+Blue) = 64+19+36=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401324 is #BFECDB. Grayscale: #222222. Windows color (decimal): -12578012 or 2364224. OLE color: 2364224.
HSL color Cylindrical-coordinate representation of color #401324: hue angle of 337.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401324 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 36 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.75 |
| HSL | 337.33º | 0.54% | 0.16% | - |
| HSV(B) | 337.33º | 0.7% | 0.25% | - |
| XYZ | 2.67 | 1.68 | 1.85 | - |
| YUV | 34.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 36 | 0 | 0.70 | 0.44 | 0.75 | 337.33 | 0.54 | 0.16 |
| Hex | 40 | 13 | 24 | 0 | 46 | 2C | 4B | 151 | 36 | 10 |
| Octal | 100 | 23 | 44 | 0 | 106 | 54 | 113 | 521 | 66 | 20 |
| Binary | 1000000 | 10011 | 100100 | 0 | 1000110 | 101100 | 1001011 | 101010001 | 110110 | 10000 |
Color Harmonies of #401324
Complementary color
Monochromatic Colors of #401324
Black with #401324
Text Example
Text Example
White with #401324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401324; }
p { color: rgb(64,19,36); }
H1.HeaderClassName
{
color: #401324;
}
.AnyTagClassName
{
color: #401324;
}
</style>
background-color css
<style>
a { background-color: #401324; }
a { background-color: rgb(64,19,36); }
div.DivClassName
{
background-color: #401324;
}
.BgClassName
{
background-color: #401324;
}
</style>
border-color css
<style>
span { border-color: #401324; }
span { border-color: rgb(64,19,36); }
td.TdClassName
{
border-color: #401324;
}
.TagClassName
{
border-color: #401324;
}
</style>