Shades of Blackberry #400F28
Tints of Blackberry #400F28
RGB
CMYK
RGB Variations
Color information
#400F28 (or 0x400F28) is known color: Blackberry. HEX triplet: 40, 0F and 28. RGB value is (64,15,40). Sum of RGB (Red+Green+Blue) = 64+15+40=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F28 is #BFF0D7. Grayscale: #202020. Windows color (decimal): -12579032 or 2625344. OLE color: 2625344.
HSL color Cylindrical-coordinate representation of color #400F28: hue angle of 329.39º 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 #400F28 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 40 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.75 |
| HSL | 329.39º | 0.62% | 0.15% | - |
| HSV(B) | 329.39º | 0.77% | 0.25% | - |
| XYZ | 2.67 | 1.58 | 2.17 | - |
| YUV | 32.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 40 | 0 | 0.77 | 0.38 | 0.75 | 329.39 | 0.62 | 0.15 |
| Hex | 40 | F | 28 | 0 | 4D | 26 | 4B | 149 | 3E | F |
| Octal | 100 | 17 | 50 | 0 | 115 | 46 | 113 | 511 | 76 | 17 |
| Binary | 1000000 | 1111 | 101000 | 0 | 1001101 | 100110 | 1001011 | 101001001 | 111110 | 1111 |
Color Harmonies of #400F28
Complementary color
Monochromatic Colors of #400F28
Black with #400F28
Text Example
Text Example
White with #400F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F28; }
p { color: rgb(64,15,40); }
H1.HeaderClassName
{
color: #400F28;
}
.AnyTagClassName
{
color: #400F28;
}
</style>
background-color css
<style>
a { background-color: #400F28; }
a { background-color: rgb(64,15,40); }
div.DivClassName
{
background-color: #400F28;
}
.BgClassName
{
background-color: #400F28;
}
</style>
border-color css
<style>
span { border-color: #400F28; }
span { border-color: rgb(64,15,40); }
td.TdClassName
{
border-color: #400F28;
}
.TagClassName
{
border-color: #400F28;
}
</style>