Shades of Blackberry #440021
Tints of Blackberry #440021
RGB
CMYK
RGB Variations
Color information
#440021 (or 0x440021) is known color: Blackberry. HEX triplet: 44, 00 and 21. RGB value is (68,0,33). Sum of RGB (Red+Green+Blue) = 68+0+33=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #440021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440021 is #BBFFDE. Grayscale: #181818. Windows color (decimal): -12320735 or 2162756. OLE color: 2162756.
HSL color Cylindrical-coordinate representation of color #440021: hue angle of 330.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 #440021 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.51 | 0.73 |
| HSL | 330.88º | 1% | 0.13% | - |
| HSV(B) | 330.88º | 1% | 0.27% | - |
| XYZ | 2.66 | 1.34 | 1.56 | - |
| YUV | 24.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 33 | 0 | 1 | 0.51 | 0.73 | 330.88 | 1 | 0.13 |
| Hex | 44 | 0 | 21 | 0 | 64 | 33 | 49 | 14B | 64 | D |
| Octal | 104 | 0 | 41 | 0 | 144 | 63 | 111 | 513 | 144 | 15 |
| Binary | 1000100 | 0 | 100001 | 0 | 1100100 | 110011 | 1001001 | 101001011 | 1100100 | 1101 |
Color Harmonies of #440021
Complementary color
Monochromatic Colors of #440021
Black with #440021
Text Example
Text Example
White with #440021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440021; }
p { color: rgb(68,0,33); }
H1.HeaderClassName
{
color: #440021;
}
.AnyTagClassName
{
color: #440021;
}
</style>
background-color css
<style>
a { background-color: #440021; }
a { background-color: rgb(68,0,33); }
div.DivClassName
{
background-color: #440021;
}
.BgClassName
{
background-color: #440021;
}
</style>
border-color css
<style>
span { border-color: #440021; }
span { border-color: rgb(68,0,33); }
td.TdClassName
{
border-color: #440021;
}
.TagClassName
{
border-color: #440021;
}
</style>