Shades of Blackberry #40062D
Tints of Blackberry #40062D
RGB
CMYK
RGB Variations
Color information
#40062D (or 0x40062D) is known color: Blackberry. HEX triplet: 40, 06 and 2D. RGB value is (64,6,45). Sum of RGB (Red+Green+Blue) = 64+6+45=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062D is #BFF9D2. Grayscale: #1B1B1B. Windows color (decimal): -12581331 or 2950720. OLE color: 2950720.
HSL color Cylindrical-coordinate representation of color #40062D: hue angle of 319.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40062D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 45 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.75 |
| HSL | 319.66º | 0.83% | 0.14% | - |
| HSV(B) | 319.66º | 0.91% | 0.25% | - |
| XYZ | 2.65 | 1.41 | 2.61 | - |
| YUV | 27.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 45 | 0 | 0.91 | 0.30 | 0.75 | 319.66 | 0.83 | 0.14 |
| Hex | 40 | 6 | 2D | 0 | 5B | 1E | 4B | 140 | 53 | E |
| Octal | 100 | 6 | 55 | 0 | 133 | 36 | 113 | 500 | 123 | 16 |
| Binary | 1000000 | 110 | 101101 | 0 | 1011011 | 11110 | 1001011 | 101000000 | 1010011 | 1110 |
Color Harmonies of #40062D
Complementary color
Monochromatic Colors of #40062D
Black with #40062D
Text Example
Text Example
White with #40062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40062D; }
p { color: rgb(64,6,45); }
H1.HeaderClassName
{
color: #40062D;
}
.AnyTagClassName
{
color: #40062D;
}
</style>
background-color css
<style>
a { background-color: #40062D; }
a { background-color: rgb(64,6,45); }
div.DivClassName
{
background-color: #40062D;
}
.BgClassName
{
background-color: #40062D;
}
</style>
border-color css
<style>
span { border-color: #40062D; }
span { border-color: rgb(64,6,45); }
td.TdClassName
{
border-color: #40062D;
}
.TagClassName
{
border-color: #40062D;
}
</style>