Shades of Blackberry #441937
Tints of Blackberry #441937
RGB
CMYK
RGB Variations
Color information
#441937 (or 0x441937) is known color: Blackberry. HEX triplet: 44, 19 and 37. RGB value is (68,25,55). Sum of RGB (Red+Green+Blue) = 68+25+55=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #441937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441937 is #BBE6C8. Grayscale: #292929. Windows color (decimal): -12314313 or 3610948. OLE color: 3610948.
HSL color Cylindrical-coordinate representation of color #441937: hue angle of 318.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441937 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 55 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.73 |
| HSL | 318.14º | 0.46% | 0.18% | - |
| HSV(B) | 318.14º | 0.63% | 0.27% | - |
| XYZ | 3.42 | 2.2 | 3.86 | - |
| YUV | 41.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 55 | 0 | 0.63 | 0.19 | 0.73 | 318.14 | 0.46 | 0.18 |
| Hex | 44 | 19 | 37 | 0 | 3F | 13 | 49 | 13E | 2E | 12 |
| Octal | 104 | 31 | 67 | 0 | 77 | 23 | 111 | 476 | 56 | 22 |
| Binary | 1000100 | 11001 | 110111 | 0 | 111111 | 10011 | 1001001 | 100111110 | 101110 | 10010 |
Color Harmonies of #441937
Complementary color
Monochromatic Colors of #441937
Black with #441937
Text Example
Text Example
White with #441937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441937; }
p { color: rgb(68,25,55); }
H1.HeaderClassName
{
color: #441937;
}
.AnyTagClassName
{
color: #441937;
}
</style>
background-color css
<style>
a { background-color: #441937; }
a { background-color: rgb(68,25,55); }
div.DivClassName
{
background-color: #441937;
}
.BgClassName
{
background-color: #441937;
}
</style>
border-color css
<style>
span { border-color: #441937; }
span { border-color: rgb(68,25,55); }
td.TdClassName
{
border-color: #441937;
}
.TagClassName
{
border-color: #441937;
}
</style>