Shades of Blackberry #400F24
Tints of Blackberry #400F24
RGB
CMYK
RGB Variations
Color information
#400F24 (or 0x400F24) is known color: Blackberry. HEX triplet: 40, 0F and 24. RGB value is (64,15,36). Sum of RGB (Red+Green+Blue) = 64+15+36=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F24 is #BFF0DB. Grayscale: #202020. Windows color (decimal): -12579036 or 2363200. OLE color: 2363200.
HSL color Cylindrical-coordinate representation of color #400F24: hue angle of 334.29º 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 #400F24 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 36 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.75 |
| HSL | 334.29º | 0.62% | 0.15% | - |
| HSV(B) | 334.29º | 0.77% | 0.25% | - |
| XYZ | 2.6 | 1.56 | 1.83 | - |
| YUV | 32.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 36 | 0 | 0.77 | 0.44 | 0.75 | 334.29 | 0.62 | 0.15 |
| Hex | 40 | F | 24 | 0 | 4D | 2C | 4B | 14E | 3E | F |
| Octal | 100 | 17 | 44 | 0 | 115 | 54 | 113 | 516 | 76 | 17 |
| Binary | 1000000 | 1111 | 100100 | 0 | 1001101 | 101100 | 1001011 | 101001110 | 111110 | 1111 |
Color Harmonies of #400F24
Complementary color
Monochromatic Colors of #400F24
Black with #400F24
Text Example
Text Example
White with #400F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F24; }
p { color: rgb(64,15,36); }
H1.HeaderClassName
{
color: #400F24;
}
.AnyTagClassName
{
color: #400F24;
}
</style>
background-color css
<style>
a { background-color: #400F24; }
a { background-color: rgb(64,15,36); }
div.DivClassName
{
background-color: #400F24;
}
.BgClassName
{
background-color: #400F24;
}
</style>
border-color css
<style>
span { border-color: #400F24; }
span { border-color: rgb(64,15,36); }
td.TdClassName
{
border-color: #400F24;
}
.TagClassName
{
border-color: #400F24;
}
</style>