Shades of Blackberry #40071D
Tints of Blackberry #40071D
RGB
CMYK
RGB Variations
Color information
#40071D (or 0x40071D) is known color: Blackberry. HEX triplet: 40, 07 and 1D. RGB value is (64,7,29). Sum of RGB (Red+Green+Blue) = 64+7+29=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40071D is #BFF8E2. Grayscale: #1A1A1A. Windows color (decimal): -12581091 or 1902400. OLE color: 1902400.
HSL color Cylindrical-coordinate representation of color #40071D: hue angle of 336.84º 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 #40071D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 29 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.75 |
| HSL | 336.84º | 0.8% | 0.14% | - |
| HSV(B) | 336.84º | 0.89% | 0.25% | - |
| XYZ | 2.41 | 1.33 | 1.29 | - |
| YUV | 26.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 29 | 0 | 0.89 | 0.55 | 0.75 | 336.84 | 0.8 | 0.14 |
| Hex | 40 | 7 | 1D | 0 | 59 | 37 | 4B | 151 | 50 | E |
| Octal | 100 | 7 | 35 | 0 | 131 | 67 | 113 | 521 | 120 | 16 |
| Binary | 1000000 | 111 | 11101 | 0 | 1011001 | 110111 | 1001011 | 101010001 | 1010000 | 1110 |
Color Harmonies of #40071D
Complementary color
Monochromatic Colors of #40071D
Black with #40071D
Text Example
Text Example
White with #40071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40071D; }
p { color: rgb(64,7,29); }
H1.HeaderClassName
{
color: #40071D;
}
.AnyTagClassName
{
color: #40071D;
}
</style>
background-color css
<style>
a { background-color: #40071D; }
a { background-color: rgb(64,7,29); }
div.DivClassName
{
background-color: #40071D;
}
.BgClassName
{
background-color: #40071D;
}
</style>
border-color css
<style>
span { border-color: #40071D; }
span { border-color: rgb(64,7,29); }
td.TdClassName
{
border-color: #40071D;
}
.TagClassName
{
border-color: #40071D;
}
</style>