Shades of Blackberry #400732
Tints of Blackberry #400732
RGB
CMYK
RGB Variations
Color information
#400732 (or 0x400732) is known color: Blackberry. HEX triplet: 40, 07 and 32. RGB value is (64,7,50). Sum of RGB (Red+Green+Blue) = 64+7+50=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400732 is #BFF8CD. Grayscale: #1C1C1C. Windows color (decimal): -12581070 or 3278656. OLE color: 3278656.
HSL color Cylindrical-coordinate representation of color #400732: hue angle of 314.74º 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 #400732 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 50 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.75 |
| HSL | 314.74º | 0.8% | 0.14% | - |
| HSV(B) | 314.74º | 0.89% | 0.25% | - |
| XYZ | 2.77 | 1.47 | 3.16 | - |
| YUV | 28.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 50 | 0 | 0.89 | 0.22 | 0.75 | 314.74 | 0.8 | 0.14 |
| Hex | 40 | 7 | 32 | 0 | 59 | 16 | 4B | 13B | 50 | E |
| Octal | 100 | 7 | 62 | 0 | 131 | 26 | 113 | 473 | 120 | 16 |
| Binary | 1000000 | 111 | 110010 | 0 | 1011001 | 10110 | 1001011 | 100111011 | 1010000 | 1110 |
Color Harmonies of #400732
Complementary color
Monochromatic Colors of #400732
Black with #400732
Text Example
Text Example
White with #400732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400732; }
p { color: rgb(64,7,50); }
H1.HeaderClassName
{
color: #400732;
}
.AnyTagClassName
{
color: #400732;
}
</style>
background-color css
<style>
a { background-color: #400732; }
a { background-color: rgb(64,7,50); }
div.DivClassName
{
background-color: #400732;
}
.BgClassName
{
background-color: #400732;
}
</style>
border-color css
<style>
span { border-color: #400732; }
span { border-color: rgb(64,7,50); }
td.TdClassName
{
border-color: #400732;
}
.TagClassName
{
border-color: #400732;
}
</style>