Shades of Blackberry #400B36
Tints of Blackberry #400B36
RGB
CMYK
RGB Variations
Color information
#400B36 (or 0x400B36) is known color: Blackberry. HEX triplet: 40, 0B and 36. RGB value is (64,11,54). Sum of RGB (Red+Green+Blue) = 64+11+54=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B36 is #BFF4C9. Grayscale: #1F1F1F. Windows color (decimal): -12580042 or 3541824. OLE color: 3541824.
HSL color Cylindrical-coordinate representation of color #400B36: hue angle of 311.32º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B36 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 54 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.75 |
| HSL | 311.32º | 0.71% | 0.15% | - |
| HSV(B) | 311.32º | 0.83% | 0.25% | - |
| XYZ | 2.9 | 1.6 | 3.65 | - |
| YUV | 31.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 54 | 0 | 0.83 | 0.16 | 0.75 | 311.32 | 0.71 | 0.15 |
| Hex | 40 | B | 36 | 0 | 53 | 10 | 4B | 137 | 47 | F |
| Octal | 100 | 13 | 66 | 0 | 123 | 20 | 113 | 467 | 107 | 17 |
| Binary | 1000000 | 1011 | 110110 | 0 | 1010011 | 10000 | 1001011 | 100110111 | 1000111 | 1111 |
Color Harmonies of #400B36
Complementary color
Monochromatic Colors of #400B36
Black with #400B36
Text Example
Text Example
White with #400B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B36; }
p { color: rgb(64,11,54); }
H1.HeaderClassName
{
color: #400B36;
}
.AnyTagClassName
{
color: #400B36;
}
</style>
background-color css
<style>
a { background-color: #400B36; }
a { background-color: rgb(64,11,54); }
div.DivClassName
{
background-color: #400B36;
}
.BgClassName
{
background-color: #400B36;
}
</style>
border-color css
<style>
span { border-color: #400B36; }
span { border-color: rgb(64,11,54); }
td.TdClassName
{
border-color: #400B36;
}
.TagClassName
{
border-color: #400B36;
}
</style>