Shades of Blackberry #400F27
Tints of Blackberry #400F27
RGB
CMYK
RGB Variations
Color information
#400F27 (or 0x400F27) is known color: Blackberry. HEX triplet: 40, 0F and 27. RGB value is (64,15,39). Sum of RGB (Red+Green+Blue) = 64+15+39=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F27 is #BFF0D8. Grayscale: #202020. Windows color (decimal): -12579033 or 2559808. OLE color: 2559808.
HSL color Cylindrical-coordinate representation of color #400F27: hue angle of 330.61º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F27 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 39 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.75 |
| HSL | 330.61º | 0.62% | 0.15% | - |
| HSV(B) | 330.61º | 0.77% | 0.25% | - |
| XYZ | 2.65 | 1.58 | 2.08 | - |
| YUV | 32.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 39 | 0 | 0.77 | 0.39 | 0.75 | 330.61 | 0.62 | 0.15 |
| Hex | 40 | F | 27 | 0 | 4D | 27 | 4B | 14B | 3E | F |
| Octal | 100 | 17 | 47 | 0 | 115 | 47 | 113 | 513 | 76 | 17 |
| Binary | 1000000 | 1111 | 100111 | 0 | 1001101 | 100111 | 1001011 | 101001011 | 111110 | 1111 |
Color Harmonies of #400F27
Complementary color
Monochromatic Colors of #400F27
Black with #400F27
Text Example
Text Example
White with #400F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F27; }
p { color: rgb(64,15,39); }
H1.HeaderClassName
{
color: #400F27;
}
.AnyTagClassName
{
color: #400F27;
}
</style>
background-color css
<style>
a { background-color: #400F27; }
a { background-color: rgb(64,15,39); }
div.DivClassName
{
background-color: #400F27;
}
.BgClassName
{
background-color: #400F27;
}
</style>
border-color css
<style>
span { border-color: #400F27; }
span { border-color: rgb(64,15,39); }
td.TdClassName
{
border-color: #400F27;
}
.TagClassName
{
border-color: #400F27;
}
</style>