Shades of Blackberry #440028
Tints of Blackberry #440028
RGB
CMYK
RGB Variations
Color information
#440028 (or 0x440028) is known color: Blackberry. HEX triplet: 44, 00 and 28. RGB value is (68,0,40). Sum of RGB (Red+Green+Blue) = 68+0+40=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440028 is #BBFFD7. Grayscale: #181818. Windows color (decimal): -12320728 or 2621508. OLE color: 2621508.
HSL color Cylindrical-coordinate representation of color #440028: hue angle of 324.71º 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 #440028 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.41 | 0.73 |
| HSL | 324.71º | 1% | 0.13% | - |
| HSV(B) | 324.71º | 1% | 0.27% | - |
| XYZ | 2.77 | 1.38 | 2.13 | - |
| YUV | 24.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 40 | 0 | 1 | 0.41 | 0.73 | 324.71 | 1 | 0.13 |
| Hex | 44 | 0 | 28 | 0 | 64 | 29 | 49 | 145 | 64 | D |
| Octal | 104 | 0 | 50 | 0 | 144 | 51 | 111 | 505 | 144 | 15 |
| Binary | 1000100 | 0 | 101000 | 0 | 1100100 | 101001 | 1001001 | 101000101 | 1100100 | 1101 |
Color Harmonies of #440028
Complementary color
Monochromatic Colors of #440028
Black with #440028
Text Example
Text Example
White with #440028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440028; }
p { color: rgb(68,0,40); }
H1.HeaderClassName
{
color: #440028;
}
.AnyTagClassName
{
color: #440028;
}
</style>
background-color css
<style>
a { background-color: #440028; }
a { background-color: rgb(68,0,40); }
div.DivClassName
{
background-color: #440028;
}
.BgClassName
{
background-color: #440028;
}
</style>
border-color css
<style>
span { border-color: #440028; }
span { border-color: rgb(68,0,40); }
td.TdClassName
{
border-color: #440028;
}
.TagClassName
{
border-color: #440028;
}
</style>