Shades of Blackberry #400624
Tints of Blackberry #400624
RGB
CMYK
RGB Variations
Color information
#400624 (or 0x400624) is known color: Blackberry. HEX triplet: 40, 06 and 24. RGB value is (64,6,36). Sum of RGB (Red+Green+Blue) = 64+6+36=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400624 is #BFF9DB. Grayscale: #1A1A1A. Windows color (decimal): -12581340 or 2360896. OLE color: 2360896.
HSL color Cylindrical-coordinate representation of color #400624: hue angle of 328.97º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400624 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 36 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.75 |
| HSL | 328.97º | 0.83% | 0.14% | - |
| HSV(B) | 328.97º | 0.91% | 0.25% | - |
| XYZ | 2.5 | 1.35 | 1.8 | - |
| YUV | 26.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 36 | 0 | 0.91 | 0.44 | 0.75 | 328.97 | 0.83 | 0.14 |
| Hex | 40 | 6 | 24 | 0 | 5B | 2C | 4B | 149 | 53 | E |
| Octal | 100 | 6 | 44 | 0 | 133 | 54 | 113 | 511 | 123 | 16 |
| Binary | 1000000 | 110 | 100100 | 0 | 1011011 | 101100 | 1001011 | 101001001 | 1010011 | 1110 |
Color Harmonies of #400624
Complementary color
Monochromatic Colors of #400624
Black with #400624
Text Example
Text Example
White with #400624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400624; }
p { color: rgb(64,6,36); }
H1.HeaderClassName
{
color: #400624;
}
.AnyTagClassName
{
color: #400624;
}
</style>
background-color css
<style>
a { background-color: #400624; }
a { background-color: rgb(64,6,36); }
div.DivClassName
{
background-color: #400624;
}
.BgClassName
{
background-color: #400624;
}
</style>
border-color css
<style>
span { border-color: #400624; }
span { border-color: rgb(64,6,36); }
td.TdClassName
{
border-color: #400624;
}
.TagClassName
{
border-color: #400624;
}
</style>