Shades of Blackberry #40052E
Tints of Blackberry #40052E
RGB
CMYK
RGB Variations
Color information
#40052E (or 0x40052E) is known color: Blackberry. HEX triplet: 40, 05 and 2E. RGB value is (64,5,46). Sum of RGB (Red+Green+Blue) = 64+5+46=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40052E is #BFFAD1. Grayscale: #1B1B1B. Windows color (decimal): -12581586 or 3016000. OLE color: 3016000.
HSL color Cylindrical-coordinate representation of color #40052E: hue angle of 318.31º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40052E is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 46 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.75 |
| HSL | 318.31º | 0.86% | 0.14% | - |
| HSV(B) | 318.31º | 0.92% | 0.25% | - |
| XYZ | 2.66 | 1.4 | 2.71 | - |
| YUV | 27.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 46 | 0 | 0.92 | 0.28 | 0.75 | 318.31 | 0.86 | 0.14 |
| Hex | 40 | 5 | 2E | 0 | 5C | 1C | 4B | 13E | 56 | E |
| Octal | 100 | 5 | 56 | 0 | 134 | 34 | 113 | 476 | 126 | 16 |
| Binary | 1000000 | 101 | 101110 | 0 | 1011100 | 11100 | 1001011 | 100111110 | 1010110 | 1110 |
Color Harmonies of #40052E
Complementary color
Monochromatic Colors of #40052E
Black with #40052E
Text Example
Text Example
White with #40052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40052E; }
p { color: rgb(64,5,46); }
H1.HeaderClassName
{
color: #40052E;
}
.AnyTagClassName
{
color: #40052E;
}
</style>
background-color css
<style>
a { background-color: #40052E; }
a { background-color: rgb(64,5,46); }
div.DivClassName
{
background-color: #40052E;
}
.BgClassName
{
background-color: #40052E;
}
</style>
border-color css
<style>
span { border-color: #40052E; }
span { border-color: rgb(64,5,46); }
td.TdClassName
{
border-color: #40052E;
}
.TagClassName
{
border-color: #40052E;
}
</style>