Shades of Blackberry #440621
Tints of Blackberry #440621
RGB
CMYK
RGB Variations
Color information
#440621 (or 0x440621) is known color: Blackberry. HEX triplet: 44, 06 and 21. RGB value is (68,6,33). Sum of RGB (Red+Green+Blue) = 68+6+33=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440621 is #BBF9DE. Grayscale: #1B1B1B. Windows color (decimal): -12319199 or 2164292. OLE color: 2164292.
HSL color Cylindrical-coordinate representation of color #440621: hue angle of 333.87º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440621 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 33 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.73 |
| HSL | 333.87º | 0.84% | 0.15% | - |
| HSV(B) | 333.87º | 0.91% | 0.27% | - |
| XYZ | 2.72 | 1.47 | 1.58 | - |
| YUV | 27.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 33 | 0 | 0.91 | 0.51 | 0.73 | 333.87 | 0.84 | 0.15 |
| Hex | 44 | 6 | 21 | 0 | 5B | 33 | 49 | 14E | 54 | F |
| Octal | 104 | 6 | 41 | 0 | 133 | 63 | 111 | 516 | 124 | 17 |
| Binary | 1000100 | 110 | 100001 | 0 | 1011011 | 110011 | 1001001 | 101001110 | 1010100 | 1111 |
Color Harmonies of #440621
Complementary color
Monochromatic Colors of #440621
Black with #440621
Text Example
Text Example
White with #440621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440621; }
p { color: rgb(68,6,33); }
H1.HeaderClassName
{
color: #440621;
}
.AnyTagClassName
{
color: #440621;
}
</style>
background-color css
<style>
a { background-color: #440621; }
a { background-color: rgb(68,6,33); }
div.DivClassName
{
background-color: #440621;
}
.BgClassName
{
background-color: #440621;
}
</style>
border-color css
<style>
span { border-color: #440621; }
span { border-color: rgb(68,6,33); }
td.TdClassName
{
border-color: #440621;
}
.TagClassName
{
border-color: #440621;
}
</style>