Shades of Blackberry #441739
Tints of Blackberry #441739
RGB
CMYK
RGB Variations
Color information
#441739 (or 0x441739) is known color: Blackberry. HEX triplet: 44, 17 and 39. RGB value is (68,23,57). Sum of RGB (Red+Green+Blue) = 68+23+57=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #441739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441739 is #BBE8C6. Grayscale: #282828. Windows color (decimal): -12314823 or 3741508. OLE color: 3741508.
HSL color Cylindrical-coordinate representation of color #441739: hue angle of 314.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #441739 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 57 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.73 |
| HSL | 314.67º | 0.49% | 0.18% | - |
| HSV(B) | 314.67º | 0.66% | 0.27% | - |
| XYZ | 3.43 | 2.14 | 4.1 | - |
| YUV | 40.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 57 | 0 | 0.66 | 0.16 | 0.73 | 314.67 | 0.49 | 0.18 |
| Hex | 44 | 17 | 39 | 0 | 42 | 10 | 49 | 13B | 31 | 12 |
| Octal | 104 | 27 | 71 | 0 | 102 | 20 | 111 | 473 | 61 | 22 |
| Binary | 1000100 | 10111 | 111001 | 0 | 1000010 | 10000 | 1001001 | 100111011 | 110001 | 10010 |
Color Harmonies of #441739
Complementary color
Monochromatic Colors of #441739
Black with #441739
Text Example
Text Example
White with #441739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441739; }
p { color: rgb(68,23,57); }
H1.HeaderClassName
{
color: #441739;
}
.AnyTagClassName
{
color: #441739;
}
</style>
background-color css
<style>
a { background-color: #441739; }
a { background-color: rgb(68,23,57); }
div.DivClassName
{
background-color: #441739;
}
.BgClassName
{
background-color: #441739;
}
</style>
border-color css
<style>
span { border-color: #441739; }
span { border-color: rgb(68,23,57); }
td.TdClassName
{
border-color: #441739;
}
.TagClassName
{
border-color: #441739;
}
</style>