Shades of Blackberry #441124
Tints of Blackberry #441124
RGB
CMYK
RGB Variations
Color information
#441124 (or 0x441124) is known color: Blackberry. HEX triplet: 44, 11 and 24. RGB value is (68,17,36). Sum of RGB (Red+Green+Blue) = 68+17+36=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #441124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441124 is #BBEEDB. Grayscale: #222222. Windows color (decimal): -12316380 or 2363716. OLE color: 2363716.
HSL color Cylindrical-coordinate representation of color #441124: hue angle of 337.65º 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 #441124 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 36 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.73 |
| HSL | 337.65º | 0.6% | 0.17% | - |
| HSV(B) | 337.65º | 0.75% | 0.27% | - |
| XYZ | 2.9 | 1.76 | 1.86 | - |
| YUV | 34.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 36 | 0 | 0.75 | 0.47 | 0.73 | 337.65 | 0.6 | 0.17 |
| Hex | 44 | 11 | 24 | 0 | 4B | 2F | 49 | 152 | 3C | 11 |
| Octal | 104 | 21 | 44 | 0 | 113 | 57 | 111 | 522 | 74 | 21 |
| Binary | 1000100 | 10001 | 100100 | 0 | 1001011 | 101111 | 1001001 | 101010010 | 111100 | 10001 |
Color Harmonies of #441124
Complementary color
Monochromatic Colors of #441124
Black with #441124
Text Example
Text Example
White with #441124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441124; }
p { color: rgb(68,17,36); }
H1.HeaderClassName
{
color: #441124;
}
.AnyTagClassName
{
color: #441124;
}
</style>
background-color css
<style>
a { background-color: #441124; }
a { background-color: rgb(68,17,36); }
div.DivClassName
{
background-color: #441124;
}
.BgClassName
{
background-color: #441124;
}
</style>
border-color css
<style>
span { border-color: #441124; }
span { border-color: rgb(68,17,36); }
td.TdClassName
{
border-color: #441124;
}
.TagClassName
{
border-color: #441124;
}
</style>