Shades of Blackberry #441839
Tints of Blackberry #441839
RGB
CMYK
RGB Variations
Color information
#441839 (or 0x441839) is known color: Blackberry. HEX triplet: 44, 18 and 39. RGB value is (68,24,57). Sum of RGB (Red+Green+Blue) = 68+24+57=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #441839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441839 is #BBE7C6. Grayscale: #282828. Windows color (decimal): -12314567 or 3741764. OLE color: 3741764.
HSL color Cylindrical-coordinate representation of color #441839: hue angle of 315º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441839 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 57 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.73 |
| HSL | 315º | 0.48% | 0.18% | - |
| HSV(B) | 315º | 0.65% | 0.27% | - |
| XYZ | 3.45 | 2.18 | 4.11 | - |
| YUV | 40.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 57 | 0 | 0.65 | 0.16 | 0.73 | 315 | 0.48 | 0.18 |
| Hex | 44 | 18 | 39 | 0 | 41 | 10 | 49 | 13B | 30 | 12 |
| Octal | 104 | 30 | 71 | 0 | 101 | 20 | 111 | 473 | 60 | 22 |
| Binary | 1000100 | 11000 | 111001 | 0 | 1000001 | 10000 | 1001001 | 100111011 | 110000 | 10010 |
Color Harmonies of #441839
Complementary color
Monochromatic Colors of #441839
Black with #441839
Text Example
Text Example
White with #441839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441839; }
p { color: rgb(68,24,57); }
H1.HeaderClassName
{
color: #441839;
}
.AnyTagClassName
{
color: #441839;
}
</style>
background-color css
<style>
a { background-color: #441839; }
a { background-color: rgb(68,24,57); }
div.DivClassName
{
background-color: #441839;
}
.BgClassName
{
background-color: #441839;
}
</style>
border-color css
<style>
span { border-color: #441839; }
span { border-color: rgb(68,24,57); }
td.TdClassName
{
border-color: #441839;
}
.TagClassName
{
border-color: #441839;
}
</style>