Shades of Blackberry #400B27
Tints of Blackberry #400B27
RGB
CMYK
RGB Variations
Color information
#400B27 (or 0x400B27) is known color: Blackberry. HEX triplet: 40, 0B and 27. RGB value is (64,11,39). Sum of RGB (Red+Green+Blue) = 64+11+39=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B27 is #BFF4D8. Grayscale: #1D1D1D. Windows color (decimal): -12580057 or 2558784. OLE color: 2558784.
HSL color Cylindrical-coordinate representation of color #400B27: hue angle of 328.3º 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 #400B27 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 39 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.75 |
| HSL | 328.3º | 0.71% | 0.15% | - |
| HSV(B) | 328.3º | 0.83% | 0.25% | - |
| XYZ | 2.6 | 1.48 | 2.07 | - |
| YUV | 30.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 39 | 0 | 0.83 | 0.39 | 0.75 | 328.3 | 0.71 | 0.15 |
| Hex | 40 | B | 27 | 0 | 53 | 27 | 4B | 148 | 47 | F |
| Octal | 100 | 13 | 47 | 0 | 123 | 47 | 113 | 510 | 107 | 17 |
| Binary | 1000000 | 1011 | 100111 | 0 | 1010011 | 100111 | 1001011 | 101001000 | 1000111 | 1111 |
Color Harmonies of #400B27
Complementary color
Monochromatic Colors of #400B27
Black with #400B27
Text Example
Text Example
White with #400B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B27; }
p { color: rgb(64,11,39); }
H1.HeaderClassName
{
color: #400B27;
}
.AnyTagClassName
{
color: #400B27;
}
</style>
background-color css
<style>
a { background-color: #400B27; }
a { background-color: rgb(64,11,39); }
div.DivClassName
{
background-color: #400B27;
}
.BgClassName
{
background-color: #400B27;
}
</style>
border-color css
<style>
span { border-color: #400B27; }
span { border-color: rgb(64,11,39); }
td.TdClassName
{
border-color: #400B27;
}
.TagClassName
{
border-color: #400B27;
}
</style>