Shades of Blackberry #440421
Tints of Blackberry #440421
RGB
CMYK
RGB Variations
Color information
#440421 (or 0x440421) is known color: Blackberry. HEX triplet: 44, 04 and 21. RGB value is (68,4,33). Sum of RGB (Red+Green+Blue) = 68+4+33=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #440421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440421 is #BBFBDE. Grayscale: #1A1A1A. Windows color (decimal): -12319711 or 2163780. OLE color: 2163780.
HSL color Cylindrical-coordinate representation of color #440421: hue angle of 332.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440421 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 33 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.73 |
| HSL | 332.81º | 0.89% | 0.14% | - |
| HSV(B) | 332.81º | 0.94% | 0.27% | - |
| XYZ | 2.7 | 1.43 | 1.57 | - |
| YUV | 26.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 33 | 0 | 0.94 | 0.51 | 0.73 | 332.81 | 0.89 | 0.14 |
| Hex | 44 | 4 | 21 | 0 | 5E | 33 | 49 | 14D | 59 | E |
| Octal | 104 | 4 | 41 | 0 | 136 | 63 | 111 | 515 | 131 | 16 |
| Binary | 1000100 | 100 | 100001 | 0 | 1011110 | 110011 | 1001001 | 101001101 | 1011001 | 1110 |
Color Harmonies of #440421
Complementary color
Monochromatic Colors of #440421
Black with #440421
Text Example
Text Example
White with #440421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440421; }
p { color: rgb(68,4,33); }
H1.HeaderClassName
{
color: #440421;
}
.AnyTagClassName
{
color: #440421;
}
</style>
background-color css
<style>
a { background-color: #440421; }
a { background-color: rgb(68,4,33); }
div.DivClassName
{
background-color: #440421;
}
.BgClassName
{
background-color: #440421;
}
</style>
border-color css
<style>
span { border-color: #440421; }
span { border-color: rgb(68,4,33); }
td.TdClassName
{
border-color: #440421;
}
.TagClassName
{
border-color: #440421;
}
</style>