Shades of Blackberry #400135
Tints of Blackberry #400135
RGB
CMYK
RGB Variations
Color information
#400135 (or 0x400135) is known color: Blackberry. HEX triplet: 40, 01 and 35. RGB value is (64,1,53). Sum of RGB (Red+Green+Blue) = 64+1+53=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400135 is #BFFECA. Grayscale: #191919. Windows color (decimal): -12582603 or 3473728. OLE color: 3473728.
HSL color Cylindrical-coordinate representation of color #400135: hue angle of 310.48º 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 #400135 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 53 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.75 |
| HSL | 310.48º | 0.97% | 0.13% | - |
| HSV(B) | 310.48º | 0.98% | 0.25% | - |
| XYZ | 2.77 | 1.37 | 3.49 | - |
| YUV | 25.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 53 | 0 | 0.98 | 0.17 | 0.75 | 310.48 | 0.97 | 0.13 |
| Hex | 40 | 1 | 35 | 0 | 62 | 11 | 4B | 136 | 61 | D |
| Octal | 100 | 1 | 65 | 0 | 142 | 21 | 113 | 466 | 141 | 15 |
| Binary | 1000000 | 1 | 110101 | 0 | 1100010 | 10001 | 1001011 | 100110110 | 1100001 | 1101 |
Color Harmonies of #400135
Complementary color
Monochromatic Colors of #400135
Black with #400135
Text Example
Text Example
White with #400135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400135; }
p { color: rgb(64,1,53); }
H1.HeaderClassName
{
color: #400135;
}
.AnyTagClassName
{
color: #400135;
}
</style>
background-color css
<style>
a { background-color: #400135; }
a { background-color: rgb(64,1,53); }
div.DivClassName
{
background-color: #400135;
}
.BgClassName
{
background-color: #400135;
}
</style>
border-color css
<style>
span { border-color: #400135; }
span { border-color: rgb(64,1,53); }
td.TdClassName
{
border-color: #400135;
}
.TagClassName
{
border-color: #400135;
}
</style>