Shades of Blackberry #400D21
Tints of Blackberry #400D21
RGB
CMYK
RGB Variations
Color information
#400D21 (or 0x400D21) is known color: Blackberry. HEX triplet: 40, 0D and 21. RGB value is (64,13,33). Sum of RGB (Red+Green+Blue) = 64+13+33=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D21 is #BFF2DE. Grayscale: #1E1E1E. Windows color (decimal): -12579551 or 2166080. OLE color: 2166080.
HSL color Cylindrical-coordinate representation of color #400D21: hue angle of 336.47º 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 #400D21 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 33 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.75 |
| HSL | 336.47º | 0.66% | 0.15% | - |
| HSV(B) | 336.47º | 0.8% | 0.25% | - |
| XYZ | 2.53 | 1.49 | 1.59 | - |
| YUV | 30.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 33 | 0 | 0.80 | 0.48 | 0.75 | 336.47 | 0.66 | 0.15 |
| Hex | 40 | D | 21 | 0 | 50 | 30 | 4B | 150 | 42 | F |
| Octal | 100 | 15 | 41 | 0 | 120 | 60 | 113 | 520 | 102 | 17 |
| Binary | 1000000 | 1101 | 100001 | 0 | 1010000 | 110000 | 1001011 | 101010000 | 1000010 | 1111 |
Color Harmonies of #400D21
Complementary color
Monochromatic Colors of #400D21
Black with #400D21
Text Example
Text Example
White with #400D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D21; }
p { color: rgb(64,13,33); }
H1.HeaderClassName
{
color: #400D21;
}
.AnyTagClassName
{
color: #400D21;
}
</style>
background-color css
<style>
a { background-color: #400D21; }
a { background-color: rgb(64,13,33); }
div.DivClassName
{
background-color: #400D21;
}
.BgClassName
{
background-color: #400D21;
}
</style>
border-color css
<style>
span { border-color: #400D21; }
span { border-color: rgb(64,13,33); }
td.TdClassName
{
border-color: #400D21;
}
.TagClassName
{
border-color: #400D21;
}
</style>