Shades of Blackberry #40192E
Tints of Blackberry #40192E
RGB
CMYK
RGB Variations
Color information
#40192E (or 0x40192E) is known color: Blackberry. HEX triplet: 40, 19 and 2E. RGB value is (64,25,46). Sum of RGB (Red+Green+Blue) = 64+25+46=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192E is #BFE6D1. Grayscale: #272727. Windows color (decimal): -12576466 or 3021120. OLE color: 3021120.
HSL color Cylindrical-coordinate representation of color #40192E: hue angle of 327.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40192E is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 46 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.75 |
| HSL | 327.69º | 0.44% | 0.17% | - |
| HSV(B) | 327.69º | 0.61% | 0.25% | - |
| XYZ | 2.96 | 1.98 | 2.81 | - |
| YUV | 39.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 46 | 0 | 0.61 | 0.28 | 0.75 | 327.69 | 0.44 | 0.17 |
| Hex | 40 | 19 | 2E | 0 | 3D | 1C | 4B | 148 | 2C | 11 |
| Octal | 100 | 31 | 56 | 0 | 75 | 34 | 113 | 510 | 54 | 21 |
| Binary | 1000000 | 11001 | 101110 | 0 | 111101 | 11100 | 1001011 | 101001000 | 101100 | 10001 |
Color Harmonies of #40192E
Complementary color
Monochromatic Colors of #40192E
Black with #40192E
Text Example
Text Example
White with #40192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40192E; }
p { color: rgb(64,25,46); }
H1.HeaderClassName
{
color: #40192E;
}
.AnyTagClassName
{
color: #40192E;
}
</style>
background-color css
<style>
a { background-color: #40192E; }
a { background-color: rgb(64,25,46); }
div.DivClassName
{
background-color: #40192E;
}
.BgClassName
{
background-color: #40192E;
}
</style>
border-color css
<style>
span { border-color: #40192E; }
span { border-color: rgb(64,25,46); }
td.TdClassName
{
border-color: #40192E;
}
.TagClassName
{
border-color: #40192E;
}
</style>