Shades of Blackberry #400D2F
Tints of Blackberry #400D2F
RGB
CMYK
RGB Variations
Color information
#400D2F (or 0x400D2F) is known color: Blackberry. HEX triplet: 40, 0D and 2F. RGB value is (64,13,47). Sum of RGB (Red+Green+Blue) = 64+13+47=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D2F is #BFF2D0. Grayscale: #202020. Windows color (decimal): -12579537 or 3083584. OLE color: 3083584.
HSL color Cylindrical-coordinate representation of color #400D2F: hue angle of 320º 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 #400D2F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 47 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.75 |
| HSL | 320º | 0.66% | 0.15% | - |
| HSV(B) | 320º | 0.8% | 0.25% | - |
| XYZ | 2.77 | 1.58 | 2.85 | - |
| YUV | 32.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 47 | 0 | 0.80 | 0.27 | 0.75 | 320 | 0.66 | 0.15 |
| Hex | 40 | D | 2F | 0 | 50 | 1B | 4B | 140 | 42 | F |
| Octal | 100 | 15 | 57 | 0 | 120 | 33 | 113 | 500 | 102 | 17 |
| Binary | 1000000 | 1101 | 101111 | 0 | 1010000 | 11011 | 1001011 | 101000000 | 1000010 | 1111 |
Color Harmonies of #400D2F
Complementary color
Monochromatic Colors of #400D2F
Black with #400D2F
Text Example
Text Example
White with #400D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D2F; }
p { color: rgb(64,13,47); }
H1.HeaderClassName
{
color: #400D2F;
}
.AnyTagClassName
{
color: #400D2F;
}
</style>
background-color css
<style>
a { background-color: #400D2F; }
a { background-color: rgb(64,13,47); }
div.DivClassName
{
background-color: #400D2F;
}
.BgClassName
{
background-color: #400D2F;
}
</style>
border-color css
<style>
span { border-color: #400D2F; }
span { border-color: rgb(64,13,47); }
td.TdClassName
{
border-color: #400D2F;
}
.TagClassName
{
border-color: #400D2F;
}
</style>