Shades of Blackberry #400D25
Tints of Blackberry #400D25
RGB
CMYK
RGB Variations
Color information
#400D25 (or 0x400D25) is known color: Blackberry. HEX triplet: 40, 0D and 25. RGB value is (64,13,37). Sum of RGB (Red+Green+Blue) = 64+13+37=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D25 is #BFF2DA. Grayscale: #1E1E1E. Windows color (decimal): -12579547 or 2428224. OLE color: 2428224.
HSL color Cylindrical-coordinate representation of color #400D25: hue angle of 331.76º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D25 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 37 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.75 |
| HSL | 331.76º | 0.66% | 0.15% | - |
| HSV(B) | 331.76º | 0.8% | 0.25% | - |
| XYZ | 2.59 | 1.51 | 1.91 | - |
| YUV | 30.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 37 | 0 | 0.80 | 0.42 | 0.75 | 331.76 | 0.66 | 0.15 |
| Hex | 40 | D | 25 | 0 | 50 | 2A | 4B | 14C | 42 | F |
| Octal | 100 | 15 | 45 | 0 | 120 | 52 | 113 | 514 | 102 | 17 |
| Binary | 1000000 | 1101 | 100101 | 0 | 1010000 | 101010 | 1001011 | 101001100 | 1000010 | 1111 |
Color Harmonies of #400D25
Complementary color
Monochromatic Colors of #400D25
Black with #400D25
Text Example
Text Example
White with #400D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D25; }
p { color: rgb(64,13,37); }
H1.HeaderClassName
{
color: #400D25;
}
.AnyTagClassName
{
color: #400D25;
}
</style>
background-color css
<style>
a { background-color: #400D25; }
a { background-color: rgb(64,13,37); }
div.DivClassName
{
background-color: #400D25;
}
.BgClassName
{
background-color: #400D25;
}
</style>
border-color css
<style>
span { border-color: #400D25; }
span { border-color: rgb(64,13,37); }
td.TdClassName
{
border-color: #400D25;
}
.TagClassName
{
border-color: #400D25;
}
</style>