Shades of Blackberry #400725
Tints of Blackberry #400725
RGB
CMYK
RGB Variations
Color information
#400725 (or 0x400725) is known color: Blackberry. HEX triplet: 40, 07 and 25. RGB value is (64,7,37). Sum of RGB (Red+Green+Blue) = 64+7+37=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #400725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400725 is #BFF8DA. Grayscale: #1B1B1B. Windows color (decimal): -12581083 or 2426688. OLE color: 2426688.
HSL color Cylindrical-coordinate representation of color #400725: hue angle of 328.42º 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 #400725 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 37 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.75 |
| HSL | 328.42º | 0.8% | 0.14% | - |
| HSV(B) | 328.42º | 0.89% | 0.25% | - |
| XYZ | 2.52 | 1.38 | 1.88 | - |
| YUV | 27.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 37 | 0 | 0.89 | 0.42 | 0.75 | 328.42 | 0.8 | 0.14 |
| Hex | 40 | 7 | 25 | 0 | 59 | 2A | 4B | 148 | 50 | E |
| Octal | 100 | 7 | 45 | 0 | 131 | 52 | 113 | 510 | 120 | 16 |
| Binary | 1000000 | 111 | 100101 | 0 | 1011001 | 101010 | 1001011 | 101001000 | 1010000 | 1110 |
Color Harmonies of #400725
Complementary color
Monochromatic Colors of #400725
Black with #400725
Text Example
Text Example
White with #400725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400725; }
p { color: rgb(64,7,37); }
H1.HeaderClassName
{
color: #400725;
}
.AnyTagClassName
{
color: #400725;
}
</style>
background-color css
<style>
a { background-color: #400725; }
a { background-color: rgb(64,7,37); }
div.DivClassName
{
background-color: #400725;
}
.BgClassName
{
background-color: #400725;
}
</style>
border-color css
<style>
span { border-color: #400725; }
span { border-color: rgb(64,7,37); }
td.TdClassName
{
border-color: #400725;
}
.TagClassName
{
border-color: #400725;
}
</style>