Shades of Blackberry #40061D
Tints of Blackberry #40061D
RGB
CMYK
RGB Variations
Color information
#40061D (or 0x40061D) is known color: Blackberry. HEX triplet: 40, 06 and 1D. RGB value is (64,6,29). Sum of RGB (Red+Green+Blue) = 64+6+29=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40061D is #BFF9E2. Grayscale: #191919. Windows color (decimal): -12581347 or 1902144. OLE color: 1902144.
HSL color Cylindrical-coordinate representation of color #40061D: hue angle of 336.21º 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 #40061D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 29 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.75 |
| HSL | 336.21º | 0.83% | 0.14% | - |
| HSV(B) | 336.21º | 0.91% | 0.25% | - |
| XYZ | 2.4 | 1.31 | 1.29 | - |
| YUV | 25.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 29 | 0 | 0.91 | 0.55 | 0.75 | 336.21 | 0.83 | 0.14 |
| Hex | 40 | 6 | 1D | 0 | 5B | 37 | 4B | 150 | 53 | E |
| Octal | 100 | 6 | 35 | 0 | 133 | 67 | 113 | 520 | 123 | 16 |
| Binary | 1000000 | 110 | 11101 | 0 | 1011011 | 110111 | 1001011 | 101010000 | 1010011 | 1110 |
Color Harmonies of #40061D
Complementary color
Monochromatic Colors of #40061D
Black with #40061D
Text Example
Text Example
White with #40061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40061D; }
p { color: rgb(64,6,29); }
H1.HeaderClassName
{
color: #40061D;
}
.AnyTagClassName
{
color: #40061D;
}
</style>
background-color css
<style>
a { background-color: #40061D; }
a { background-color: rgb(64,6,29); }
div.DivClassName
{
background-color: #40061D;
}
.BgClassName
{
background-color: #40061D;
}
</style>
border-color css
<style>
span { border-color: #40061D; }
span { border-color: rgb(64,6,29); }
td.TdClassName
{
border-color: #40061D;
}
.TagClassName
{
border-color: #40061D;
}
</style>