Shades of Blackberry #401227
Tints of Blackberry #401227
RGB
CMYK
RGB Variations
Color information
#401227 (or 0x401227) is known color: Blackberry. HEX triplet: 40, 12 and 27. RGB value is (64,18,39). Sum of RGB (Red+Green+Blue) = 64+18+39=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401227 is #BFEDD8. Grayscale: #222222. Windows color (decimal): -12578265 or 2560576. OLE color: 2560576.
HSL color Cylindrical-coordinate representation of color #401227: hue angle of 332.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401227 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 39 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.75 |
| HSL | 332.61º | 0.56% | 0.16% | - |
| HSV(B) | 332.61º | 0.72% | 0.25% | - |
| XYZ | 2.7 | 1.67 | 2.1 | - |
| YUV | 34.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 39 | 0 | 0.72 | 0.39 | 0.75 | 332.61 | 0.56 | 0.16 |
| Hex | 40 | 12 | 27 | 0 | 48 | 27 | 4B | 14D | 38 | 10 |
| Octal | 100 | 22 | 47 | 0 | 110 | 47 | 113 | 515 | 70 | 20 |
| Binary | 1000000 | 10010 | 100111 | 0 | 1001000 | 100111 | 1001011 | 101001101 | 111000 | 10000 |
Color Harmonies of #401227
Complementary color
Monochromatic Colors of #401227
Black with #401227
Text Example
Text Example
White with #401227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401227; }
p { color: rgb(64,18,39); }
H1.HeaderClassName
{
color: #401227;
}
.AnyTagClassName
{
color: #401227;
}
</style>
background-color css
<style>
a { background-color: #401227; }
a { background-color: rgb(64,18,39); }
div.DivClassName
{
background-color: #401227;
}
.BgClassName
{
background-color: #401227;
}
</style>
border-color css
<style>
span { border-color: #401227; }
span { border-color: rgb(64,18,39); }
td.TdClassName
{
border-color: #401227;
}
.TagClassName
{
border-color: #401227;
}
</style>