Shades of Blackberry #440032
Tints of Blackberry #440032
RGB
CMYK
RGB Variations
Color information
#440032 (or 0x440032) is known color: Blackberry. HEX triplet: 44, 00 and 32. RGB value is (68,0,50). Sum of RGB (Red+Green+Blue) = 68+0+50=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #440032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440032 is #BBFFCD. Grayscale: #191919. Windows color (decimal): -12320718 or 3276868. OLE color: 3276868.
HSL color Cylindrical-coordinate representation of color #440032: hue angle of 315.88º 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 #440032 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.26 | 0.73 |
| HSL | 315.88º | 1% | 0.13% | - |
| HSV(B) | 315.88º | 1% | 0.27% | - |
| XYZ | 2.96 | 1.46 | 3.14 | - |
| YUV | 26.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 50 | 0 | 1 | 0.26 | 0.73 | 315.88 | 1 | 0.13 |
| Hex | 44 | 0 | 32 | 0 | 64 | 1A | 49 | 13C | 64 | D |
| Octal | 104 | 0 | 62 | 0 | 144 | 32 | 111 | 474 | 144 | 15 |
| Binary | 1000100 | 0 | 110010 | 0 | 1100100 | 11010 | 1001001 | 100111100 | 1100100 | 1101 |
Color Harmonies of #440032
Complementary color
Monochromatic Colors of #440032
Black with #440032
Text Example
Text Example
White with #440032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440032; }
p { color: rgb(68,0,50); }
H1.HeaderClassName
{
color: #440032;
}
.AnyTagClassName
{
color: #440032;
}
</style>
background-color css
<style>
a { background-color: #440032; }
a { background-color: rgb(68,0,50); }
div.DivClassName
{
background-color: #440032;
}
.BgClassName
{
background-color: #440032;
}
</style>
border-color css
<style>
span { border-color: #440032; }
span { border-color: rgb(68,0,50); }
td.TdClassName
{
border-color: #440032;
}
.TagClassName
{
border-color: #440032;
}
</style>