Shades of Blackberry #401427
Tints of Blackberry #401427
RGB
CMYK
RGB Variations
Color information
#401427 (or 0x401427) is known color: Blackberry. HEX triplet: 40, 14 and 27. RGB value is (64,20,39). Sum of RGB (Red+Green+Blue) = 64+20+39=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401427 is #BFEBD8. Grayscale: #232323. Windows color (decimal): -12577753 or 2561088. OLE color: 2561088.
HSL color Cylindrical-coordinate representation of color #401427: hue angle of 334.09º 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 #401427 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 39 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.75 |
| HSL | 334.09º | 0.52% | 0.16% | - |
| HSV(B) | 334.09º | 0.69% | 0.25% | - |
| XYZ | 2.73 | 1.74 | 2.11 | - |
| YUV | 35.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 39 | 0 | 0.69 | 0.39 | 0.75 | 334.09 | 0.52 | 0.16 |
| Hex | 40 | 14 | 27 | 0 | 45 | 27 | 4B | 14E | 34 | 10 |
| Octal | 100 | 24 | 47 | 0 | 105 | 47 | 113 | 516 | 64 | 20 |
| Binary | 1000000 | 10100 | 100111 | 0 | 1000101 | 100111 | 1001011 | 101001110 | 110100 | 10000 |
Color Harmonies of #401427
Complementary color
Monochromatic Colors of #401427
Black with #401427
Text Example
Text Example
White with #401427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401427; }
p { color: rgb(64,20,39); }
H1.HeaderClassName
{
color: #401427;
}
.AnyTagClassName
{
color: #401427;
}
</style>
background-color css
<style>
a { background-color: #401427; }
a { background-color: rgb(64,20,39); }
div.DivClassName
{
background-color: #401427;
}
.BgClassName
{
background-color: #401427;
}
</style>
border-color css
<style>
span { border-color: #401427; }
span { border-color: rgb(64,20,39); }
td.TdClassName
{
border-color: #401427;
}
.TagClassName
{
border-color: #401427;
}
</style>