Shades of Blackberry #400728
Tints of Blackberry #400728
RGB
CMYK
RGB Variations
Color information
#400728 (or 0x400728) is known color: Blackberry. HEX triplet: 40, 07 and 28. RGB value is (64,7,40). Sum of RGB (Red+Green+Blue) = 64+7+40=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400728 is #BFF8D7. Grayscale: #1B1B1B. Windows color (decimal): -12581080 or 2623296. OLE color: 2623296.
HSL color Cylindrical-coordinate representation of color #400728: hue angle of 325.26º 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 #400728 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 40 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.75 |
| HSL | 325.26º | 0.8% | 0.14% | - |
| HSV(B) | 325.26º | 0.89% | 0.25% | - |
| XYZ | 2.57 | 1.4 | 2.14 | - |
| YUV | 27.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 40 | 0 | 0.89 | 0.38 | 0.75 | 325.26 | 0.8 | 0.14 |
| Hex | 40 | 7 | 28 | 0 | 59 | 26 | 4B | 145 | 50 | E |
| Octal | 100 | 7 | 50 | 0 | 131 | 46 | 113 | 505 | 120 | 16 |
| Binary | 1000000 | 111 | 101000 | 0 | 1011001 | 100110 | 1001011 | 101000101 | 1010000 | 1110 |
Color Harmonies of #400728
Complementary color
Monochromatic Colors of #400728
Black with #400728
Text Example
Text Example
White with #400728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400728; }
p { color: rgb(64,7,40); }
H1.HeaderClassName
{
color: #400728;
}
.AnyTagClassName
{
color: #400728;
}
</style>
background-color css
<style>
a { background-color: #400728; }
a { background-color: rgb(64,7,40); }
div.DivClassName
{
background-color: #400728;
}
.BgClassName
{
background-color: #400728;
}
</style>
border-color css
<style>
span { border-color: #400728; }
span { border-color: rgb(64,7,40); }
td.TdClassName
{
border-color: #400728;
}
.TagClassName
{
border-color: #400728;
}
</style>