Shades of Blackberry #400727
Tints of Blackberry #400727
RGB
CMYK
RGB Variations
Color information
#400727 (or 0x400727) is known color: Blackberry. HEX triplet: 40, 07 and 27. RGB value is (64,7,39). Sum of RGB (Red+Green+Blue) = 64+7+39=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400727 is #BFF8D8. Grayscale: #1B1B1B. Windows color (decimal): -12581081 or 2557760. OLE color: 2557760.
HSL color Cylindrical-coordinate representation of color #400727: hue angle of 326.32º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400727 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 39 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.75 |
| HSL | 326.32º | 0.8% | 0.14% | - |
| HSV(B) | 326.32º | 0.89% | 0.25% | - |
| XYZ | 2.56 | 1.39 | 2.05 | - |
| YUV | 27.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 39 | 0 | 0.89 | 0.39 | 0.75 | 326.32 | 0.8 | 0.14 |
| Hex | 40 | 7 | 27 | 0 | 59 | 27 | 4B | 146 | 50 | E |
| Octal | 100 | 7 | 47 | 0 | 131 | 47 | 113 | 506 | 120 | 16 |
| Binary | 1000000 | 111 | 100111 | 0 | 1011001 | 100111 | 1001011 | 101000110 | 1010000 | 1110 |
Color Harmonies of #400727
Complementary color
Monochromatic Colors of #400727
Black with #400727
Text Example
Text Example
White with #400727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400727; }
p { color: rgb(64,7,39); }
H1.HeaderClassName
{
color: #400727;
}
.AnyTagClassName
{
color: #400727;
}
</style>
background-color css
<style>
a { background-color: #400727; }
a { background-color: rgb(64,7,39); }
div.DivClassName
{
background-color: #400727;
}
.BgClassName
{
background-color: #400727;
}
</style>
border-color css
<style>
span { border-color: #400727; }
span { border-color: rgb(64,7,39); }
td.TdClassName
{
border-color: #400727;
}
.TagClassName
{
border-color: #400727;
}
</style>