Shades of Blackberry #400D2A
Tints of Blackberry #400D2A
RGB
CMYK
RGB Variations
Color information
#400D2A (or 0x400D2A) is known color: Blackberry. HEX triplet: 40, 0D and 2A. RGB value is (64,13,42). Sum of RGB (Red+Green+Blue) = 64+13+42=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D2A is #BFF2D5. Grayscale: #1F1F1F. Windows color (decimal): -12579542 or 2755904. OLE color: 2755904.
HSL color Cylindrical-coordinate representation of color #400D2A: hue angle of 325.88º 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 #400D2A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 42 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.75 |
| HSL | 325.88º | 0.66% | 0.15% | - |
| HSV(B) | 325.88º | 0.8% | 0.25% | - |
| XYZ | 2.68 | 1.55 | 2.35 | - |
| YUV | 31.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 42 | 0 | 0.80 | 0.34 | 0.75 | 325.88 | 0.66 | 0.15 |
| Hex | 40 | D | 2A | 0 | 50 | 22 | 4B | 146 | 42 | F |
| Octal | 100 | 15 | 52 | 0 | 120 | 42 | 113 | 506 | 102 | 17 |
| Binary | 1000000 | 1101 | 101010 | 0 | 1010000 | 100010 | 1001011 | 101000110 | 1000010 | 1111 |
Color Harmonies of #400D2A
Complementary color
Monochromatic Colors of #400D2A
Black with #400D2A
Text Example
Text Example
White with #400D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D2A; }
p { color: rgb(64,13,42); }
H1.HeaderClassName
{
color: #400D2A;
}
.AnyTagClassName
{
color: #400D2A;
}
</style>
background-color css
<style>
a { background-color: #400D2A; }
a { background-color: rgb(64,13,42); }
div.DivClassName
{
background-color: #400D2A;
}
.BgClassName
{
background-color: #400D2A;
}
</style>
border-color css
<style>
span { border-color: #400D2A; }
span { border-color: rgb(64,13,42); }
td.TdClassName
{
border-color: #400D2A;
}
.TagClassName
{
border-color: #400D2A;
}
</style>