Shades of Blackberry #401428
Tints of Blackberry #401428
RGB
CMYK
RGB Variations
Color information
#401428 (or 0x401428) is known color: Blackberry. HEX triplet: 40, 14 and 28. RGB value is (64,20,40). Sum of RGB (Red+Green+Blue) = 64+20+40=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401428 is #BFEBD7. Grayscale: #232323. Windows color (decimal): -12577752 or 2626624. OLE color: 2626624.
HSL color Cylindrical-coordinate representation of color #401428: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401428 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 40 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.75 |
| HSL | 332.73º | 0.52% | 0.16% | - |
| HSV(B) | 332.73º | 0.69% | 0.25% | - |
| XYZ | 2.75 | 1.74 | 2.2 | - |
| YUV | 35.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 40 | 0 | 0.69 | 0.38 | 0.75 | 332.73 | 0.52 | 0.16 |
| Hex | 40 | 14 | 28 | 0 | 45 | 26 | 4B | 14D | 34 | 10 |
| Octal | 100 | 24 | 50 | 0 | 105 | 46 | 113 | 515 | 64 | 20 |
| Binary | 1000000 | 10100 | 101000 | 0 | 1000101 | 100110 | 1001011 | 101001101 | 110100 | 10000 |
Color Harmonies of #401428
Complementary color
Monochromatic Colors of #401428
Black with #401428
Text Example
Text Example
White with #401428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401428; }
p { color: rgb(64,20,40); }
H1.HeaderClassName
{
color: #401428;
}
.AnyTagClassName
{
color: #401428;
}
</style>
background-color css
<style>
a { background-color: #401428; }
a { background-color: rgb(64,20,40); }
div.DivClassName
{
background-color: #401428;
}
.BgClassName
{
background-color: #401428;
}
</style>
border-color css
<style>
span { border-color: #401428; }
span { border-color: rgb(64,20,40); }
td.TdClassName
{
border-color: #401428;
}
.TagClassName
{
border-color: #401428;
}
</style>