Shades of Blackberry #400136
Tints of Blackberry #400136
RGB
CMYK
RGB Variations
Color information
#400136 (or 0x400136) is known color: Blackberry. HEX triplet: 40, 01 and 36. RGB value is (64,1,54). Sum of RGB (Red+Green+Blue) = 64+1+54=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400136 is #BFFEC9. Grayscale: #191919. Windows color (decimal): -12582602 or 3539264. OLE color: 3539264.
HSL color Cylindrical-coordinate representation of color #400136: hue angle of 309.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400136 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 54 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.75 |
| HSL | 309.52º | 0.97% | 0.13% | - |
| HSV(B) | 309.52º | 0.98% | 0.25% | - |
| XYZ | 2.79 | 1.38 | 3.61 | - |
| YUV | 25.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 54 | 0 | 0.98 | 0.16 | 0.75 | 309.52 | 0.97 | 0.13 |
| Hex | 40 | 1 | 36 | 0 | 62 | 10 | 4B | 136 | 61 | D |
| Octal | 100 | 1 | 66 | 0 | 142 | 20 | 113 | 466 | 141 | 15 |
| Binary | 1000000 | 1 | 110110 | 0 | 1100010 | 10000 | 1001011 | 100110110 | 1100001 | 1101 |
Color Harmonies of #400136
Complementary color
Monochromatic Colors of #400136
Black with #400136
Text Example
Text Example
White with #400136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400136; }
p { color: rgb(64,1,54); }
H1.HeaderClassName
{
color: #400136;
}
.AnyTagClassName
{
color: #400136;
}
</style>
background-color css
<style>
a { background-color: #400136; }
a { background-color: rgb(64,1,54); }
div.DivClassName
{
background-color: #400136;
}
.BgClassName
{
background-color: #400136;
}
</style>
border-color css
<style>
span { border-color: #400136; }
span { border-color: rgb(64,1,54); }
td.TdClassName
{
border-color: #400136;
}
.TagClassName
{
border-color: #400136;
}
</style>