Shades of Blackberry #440031
Tints of Blackberry #440031
RGB
CMYK
RGB Variations
Color information
#440031 (or 0x440031) is known color: Blackberry. HEX triplet: 44, 00 and 31. RGB value is (68,0,49). Sum of RGB (Red+Green+Blue) = 68+0+49=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #440031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440031 is #BBFFCE. Grayscale: #191919. Windows color (decimal): -12320719 or 3211332. OLE color: 3211332.
HSL color Cylindrical-coordinate representation of color #440031: hue angle of 316.76º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440031 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.28 | 0.73 |
| HSL | 316.76º | 1% | 0.13% | - |
| HSV(B) | 316.76º | 1% | 0.27% | - |
| XYZ | 2.94 | 1.45 | 3.03 | - |
| YUV | 25.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 49 | 0 | 1 | 0.28 | 0.73 | 316.76 | 1 | 0.13 |
| Hex | 44 | 0 | 31 | 0 | 64 | 1C | 49 | 13D | 64 | D |
| Octal | 104 | 0 | 61 | 0 | 144 | 34 | 111 | 475 | 144 | 15 |
| Binary | 1000100 | 0 | 110001 | 0 | 1100100 | 11100 | 1001001 | 100111101 | 1100100 | 1101 |
Color Harmonies of #440031
Complementary color
Monochromatic Colors of #440031
Black with #440031
Text Example
Text Example
White with #440031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440031; }
p { color: rgb(68,0,49); }
H1.HeaderClassName
{
color: #440031;
}
.AnyTagClassName
{
color: #440031;
}
</style>
background-color css
<style>
a { background-color: #440031; }
a { background-color: rgb(68,0,49); }
div.DivClassName
{
background-color: #440031;
}
.BgClassName
{
background-color: #440031;
}
</style>
border-color css
<style>
span { border-color: #440031; }
span { border-color: rgb(68,0,49); }
td.TdClassName
{
border-color: #440031;
}
.TagClassName
{
border-color: #440031;
}
</style>