Shades of Blackberry #40051D
Tints of Blackberry #40051D
RGB
CMYK
RGB Variations
Color information
#40051D (or 0x40051D) is known color: Blackberry. HEX triplet: 40, 05 and 1D. RGB value is (64,5,29). Sum of RGB (Red+Green+Blue) = 64+5+29=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051D is #BFFAE2. Grayscale: #191919. Windows color (decimal): -12581603 or 1901888. OLE color: 1901888.
HSL color Cylindrical-coordinate representation of color #40051D: hue angle of 335.59º 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 #40051D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 29 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.75 |
| HSL | 335.59º | 0.86% | 0.14% | - |
| HSV(B) | 335.59º | 0.92% | 0.25% | - |
| XYZ | 2.39 | 1.29 | 1.28 | - |
| YUV | 25.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 29 | 0 | 0.92 | 0.55 | 0.75 | 335.59 | 0.86 | 0.14 |
| Hex | 40 | 5 | 1D | 0 | 5C | 37 | 4B | 150 | 56 | E |
| Octal | 100 | 5 | 35 | 0 | 134 | 67 | 113 | 520 | 126 | 16 |
| Binary | 1000000 | 101 | 11101 | 0 | 1011100 | 110111 | 1001011 | 101010000 | 1010110 | 1110 |
Color Harmonies of #40051D
Complementary color
Monochromatic Colors of #40051D
Black with #40051D
Text Example
Text Example
White with #40051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40051D; }
p { color: rgb(64,5,29); }
H1.HeaderClassName
{
color: #40051D;
}
.AnyTagClassName
{
color: #40051D;
}
</style>
background-color css
<style>
a { background-color: #40051D; }
a { background-color: rgb(64,5,29); }
div.DivClassName
{
background-color: #40051D;
}
.BgClassName
{
background-color: #40051D;
}
</style>
border-color css
<style>
span { border-color: #40051D; }
span { border-color: rgb(64,5,29); }
td.TdClassName
{
border-color: #40051D;
}
.TagClassName
{
border-color: #40051D;
}
</style>