Shades of Blackberry #440228
Tints of Blackberry #440228
RGB
CMYK
RGB Variations
Color information
#440228 (or 0x440228) is known color: Blackberry. HEX triplet: 44, 02 and 28. RGB value is (68,2,40). Sum of RGB (Red+Green+Blue) = 68+2+40=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440228 is #BBFDD7. Grayscale: #191919. Windows color (decimal): -12320216 or 2622020. OLE color: 2622020.
HSL color Cylindrical-coordinate representation of color #440228: hue angle of 325.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440228 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 40 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.73 |
| HSL | 325.45º | 0.94% | 0.14% | - |
| HSV(B) | 325.45º | 0.97% | 0.27% | - |
| XYZ | 2.79 | 1.43 | 2.14 | - |
| YUV | 26.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 40 | 0 | 0.97 | 0.41 | 0.73 | 325.45 | 0.94 | 0.14 |
| Hex | 44 | 2 | 28 | 0 | 61 | 29 | 49 | 145 | 5E | E |
| Octal | 104 | 2 | 50 | 0 | 141 | 51 | 111 | 505 | 136 | 16 |
| Binary | 1000100 | 10 | 101000 | 0 | 1100001 | 101001 | 1001001 | 101000101 | 1011110 | 1110 |
Color Harmonies of #440228
Complementary color
Monochromatic Colors of #440228
Black with #440228
Text Example
Text Example
White with #440228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440228; }
p { color: rgb(68,2,40); }
H1.HeaderClassName
{
color: #440228;
}
.AnyTagClassName
{
color: #440228;
}
</style>
background-color css
<style>
a { background-color: #440228; }
a { background-color: rgb(68,2,40); }
div.DivClassName
{
background-color: #440228;
}
.BgClassName
{
background-color: #440228;
}
</style>
border-color css
<style>
span { border-color: #440228; }
span { border-color: rgb(68,2,40); }
td.TdClassName
{
border-color: #440228;
}
.TagClassName
{
border-color: #440228;
}
</style>