Shades of Blackberry #40071E
Tints of Blackberry #40071E
RGB
CMYK
RGB Variations
Color information
#40071E (or 0x40071E) is known color: Blackberry. HEX triplet: 40, 07 and 1E. RGB value is (64,7,30). Sum of RGB (Red+Green+Blue) = 64+7+30=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #40071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40071E is #BFF8E1. Grayscale: #1A1A1A. Windows color (decimal): -12581090 or 1967936. OLE color: 1967936.
HSL color Cylindrical-coordinate representation of color #40071E: hue angle of 335.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40071E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 30 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.75 |
| HSL | 335.79º | 0.8% | 0.14% | - |
| HSV(B) | 335.79º | 0.89% | 0.25% | - |
| XYZ | 2.42 | 1.34 | 1.36 | - |
| YUV | 26.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 30 | 0 | 0.89 | 0.53 | 0.75 | 335.79 | 0.8 | 0.14 |
| Hex | 40 | 7 | 1E | 0 | 59 | 35 | 4B | 150 | 50 | E |
| Octal | 100 | 7 | 36 | 0 | 131 | 65 | 113 | 520 | 120 | 16 |
| Binary | 1000000 | 111 | 11110 | 0 | 1011001 | 110101 | 1001011 | 101010000 | 1010000 | 1110 |
Color Harmonies of #40071E
Complementary color
Monochromatic Colors of #40071E
Black with #40071E
Text Example
Text Example
White with #40071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40071E; }
p { color: rgb(64,7,30); }
H1.HeaderClassName
{
color: #40071E;
}
.AnyTagClassName
{
color: #40071E;
}
</style>
background-color css
<style>
a { background-color: #40071E; }
a { background-color: rgb(64,7,30); }
div.DivClassName
{
background-color: #40071E;
}
.BgClassName
{
background-color: #40071E;
}
</style>
border-color css
<style>
span { border-color: #40071E; }
span { border-color: rgb(64,7,30); }
td.TdClassName
{
border-color: #40071E;
}
.TagClassName
{
border-color: #40071E;
}
</style>