Shades of Blackberry #441128
Tints of Blackberry #441128
RGB
CMYK
RGB Variations
Color information
#441128 (or 0x441128) is known color: Blackberry. HEX triplet: 44, 11 and 28. RGB value is (68,17,40). Sum of RGB (Red+Green+Blue) = 68+17+40=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441128 is #BBEED7. Grayscale: #222222. Windows color (decimal): -12316376 or 2625860. OLE color: 2625860.
HSL color Cylindrical-coordinate representation of color #441128: hue angle of 332.94º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441128 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 40 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.73 |
| HSL | 332.94º | 0.6% | 0.17% | - |
| HSV(B) | 332.94º | 0.75% | 0.27% | - |
| XYZ | 2.97 | 1.78 | 2.2 | - |
| YUV | 34.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 40 | 0 | 0.75 | 0.41 | 0.73 | 332.94 | 0.6 | 0.17 |
| Hex | 44 | 11 | 28 | 0 | 4B | 29 | 49 | 14D | 3C | 11 |
| Octal | 104 | 21 | 50 | 0 | 113 | 51 | 111 | 515 | 74 | 21 |
| Binary | 1000100 | 10001 | 101000 | 0 | 1001011 | 101001 | 1001001 | 101001101 | 111100 | 10001 |
Color Harmonies of #441128
Complementary color
Monochromatic Colors of #441128
Black with #441128
Text Example
Text Example
White with #441128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441128; }
p { color: rgb(68,17,40); }
H1.HeaderClassName
{
color: #441128;
}
.AnyTagClassName
{
color: #441128;
}
</style>
background-color css
<style>
a { background-color: #441128; }
a { background-color: rgb(68,17,40); }
div.DivClassName
{
background-color: #441128;
}
.BgClassName
{
background-color: #441128;
}
</style>
border-color css
<style>
span { border-color: #441128; }
span { border-color: rgb(68,17,40); }
td.TdClassName
{
border-color: #441128;
}
.TagClassName
{
border-color: #441128;
}
</style>