Shades of Blackberry #400B34
Tints of Blackberry #400B34
RGB
CMYK
RGB Variations
Color information
#400B34 (or 0x400B34) is known color: Blackberry. HEX triplet: 40, 0B and 34. RGB value is (64,11,52). Sum of RGB (Red+Green+Blue) = 64+11+52=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #400B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B34 is #BFF4CB. Grayscale: #1F1F1F. Windows color (decimal): -12580044 or 3410752. OLE color: 3410752.
HSL color Cylindrical-coordinate representation of color #400B34: hue angle of 313.58º 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 #400B34 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 52 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.75 |
| HSL | 313.58º | 0.71% | 0.15% | - |
| HSV(B) | 313.58º | 0.83% | 0.25% | - |
| XYZ | 2.85 | 1.58 | 3.4 | - |
| YUV | 31.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 52 | 0 | 0.83 | 0.19 | 0.75 | 313.58 | 0.71 | 0.15 |
| Hex | 40 | B | 34 | 0 | 53 | 13 | 4B | 13A | 47 | F |
| Octal | 100 | 13 | 64 | 0 | 123 | 23 | 113 | 472 | 107 | 17 |
| Binary | 1000000 | 1011 | 110100 | 0 | 1010011 | 10011 | 1001011 | 100111010 | 1000111 | 1111 |
Color Harmonies of #400B34
Complementary color
Monochromatic Colors of #400B34
Black with #400B34
Text Example
Text Example
White with #400B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B34; }
p { color: rgb(64,11,52); }
H1.HeaderClassName
{
color: #400B34;
}
.AnyTagClassName
{
color: #400B34;
}
</style>
background-color css
<style>
a { background-color: #400B34; }
a { background-color: rgb(64,11,52); }
div.DivClassName
{
background-color: #400B34;
}
.BgClassName
{
background-color: #400B34;
}
</style>
border-color css
<style>
span { border-color: #400B34; }
span { border-color: rgb(64,11,52); }
td.TdClassName
{
border-color: #400B34;
}
.TagClassName
{
border-color: #400B34;
}
</style>