Shades of Blackberry #400027
Tints of Blackberry #400027
RGB
CMYK
RGB Variations
Color information
#400027 (or 0x400027) is known color: Blackberry. HEX triplet: 40, 00 and 27. RGB value is (64,0,39). Sum of RGB (Red+Green+Blue) = 64+0+39=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400027 is #BFFFD8. Grayscale: #171717. Windows color (decimal): -12582873 or 2555968. OLE color: 2555968.
HSL color Cylindrical-coordinate representation of color #400027: hue angle of 323.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400027 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.39 | 0.75 |
| HSL | 323.44º | 1% | 0.13% | - |
| HSV(B) | 323.44º | 1% | 0.25% | - |
| XYZ | 2.48 | 1.24 | 2.03 | - |
| YUV | 23.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 39 | 0 | 1 | 0.39 | 0.75 | 323.44 | 1 | 0.13 |
| Hex | 40 | 0 | 27 | 0 | 64 | 27 | 4B | 143 | 64 | D |
| Octal | 100 | 0 | 47 | 0 | 144 | 47 | 113 | 503 | 144 | 15 |
| Binary | 1000000 | 0 | 100111 | 0 | 1100100 | 100111 | 1001011 | 101000011 | 1100100 | 1101 |
Color Harmonies of #400027
Complementary color
Monochromatic Colors of #400027
Black with #400027
Text Example
Text Example
White with #400027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400027; }
p { color: rgb(64,0,39); }
H1.HeaderClassName
{
color: #400027;
}
.AnyTagClassName
{
color: #400027;
}
</style>
background-color css
<style>
a { background-color: #400027; }
a { background-color: rgb(64,0,39); }
div.DivClassName
{
background-color: #400027;
}
.BgClassName
{
background-color: #400027;
}
</style>
border-color css
<style>
span { border-color: #400027; }
span { border-color: rgb(64,0,39); }
td.TdClassName
{
border-color: #400027;
}
.TagClassName
{
border-color: #400027;
}
</style>