Shades of Blackberry #40192C
Tints of Blackberry #40192C
RGB
CMYK
RGB Variations
Color information
#40192C (or 0x40192C) is known color: Blackberry. HEX triplet: 40, 19 and 2C. RGB value is (64,25,44). Sum of RGB (Red+Green+Blue) = 64+25+44=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192C is #BFE6D3. Grayscale: #262626. Windows color (decimal): -12576468 or 2890048. OLE color: 2890048.
HSL color Cylindrical-coordinate representation of color #40192C: hue angle of 330.77º 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 #40192C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 44 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.75 |
| HSL | 330.77º | 0.44% | 0.17% | - |
| HSV(B) | 330.77º | 0.61% | 0.25% | - |
| XYZ | 2.92 | 1.97 | 2.61 | - |
| YUV | 38.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 44 | 0 | 0.61 | 0.31 | 0.75 | 330.77 | 0.44 | 0.17 |
| Hex | 40 | 19 | 2C | 0 | 3D | 1F | 4B | 14B | 2C | 11 |
| Octal | 100 | 31 | 54 | 0 | 75 | 37 | 113 | 513 | 54 | 21 |
| Binary | 1000000 | 11001 | 101100 | 0 | 111101 | 11111 | 1001011 | 101001011 | 101100 | 10001 |
Color Harmonies of #40192C
Complementary color
Monochromatic Colors of #40192C
Black with #40192C
Text Example
Text Example
White with #40192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40192C; }
p { color: rgb(64,25,44); }
H1.HeaderClassName
{
color: #40192C;
}
.AnyTagClassName
{
color: #40192C;
}
</style>
background-color css
<style>
a { background-color: #40192C; }
a { background-color: rgb(64,25,44); }
div.DivClassName
{
background-color: #40192C;
}
.BgClassName
{
background-color: #40192C;
}
</style>
border-color css
<style>
span { border-color: #40192C; }
span { border-color: rgb(64,25,44); }
td.TdClassName
{
border-color: #40192C;
}
.TagClassName
{
border-color: #40192C;
}
</style>