Shades of Blackberry #441A31
Tints of Blackberry #441A31
RGB
CMYK
RGB Variations
Color information
#441A31 (or 0x441A31) is known color: Blackberry. HEX triplet: 44, 1A and 31. RGB value is (68,26,49). Sum of RGB (Red+Green+Blue) = 68+26+49=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A31 is #BBE5CE. Grayscale: #292929. Windows color (decimal): -12314063 or 3217988. OLE color: 3217988.
HSL color Cylindrical-coordinate representation of color #441A31: hue angle of 327.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A31 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 49 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.73 |
| HSL | 327.14º | 0.45% | 0.18% | - |
| HSV(B) | 327.14º | 0.62% | 0.27% | - |
| XYZ | 3.31 | 2.19 | 3.15 | - |
| YUV | 41.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 49 | 0 | 0.62 | 0.28 | 0.73 | 327.14 | 0.45 | 0.18 |
| Hex | 44 | 1A | 31 | 0 | 3E | 1C | 49 | 147 | 2D | 12 |
| Octal | 104 | 32 | 61 | 0 | 76 | 34 | 111 | 507 | 55 | 22 |
| Binary | 1000100 | 11010 | 110001 | 0 | 111110 | 11100 | 1001001 | 101000111 | 101101 | 10010 |
Color Harmonies of #441A31
Complementary color
Monochromatic Colors of #441A31
Black with #441A31
Text Example
Text Example
White with #441A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A31; }
p { color: rgb(68,26,49); }
H1.HeaderClassName
{
color: #441A31;
}
.AnyTagClassName
{
color: #441A31;
}
</style>
background-color css
<style>
a { background-color: #441A31; }
a { background-color: rgb(68,26,49); }
div.DivClassName
{
background-color: #441A31;
}
.BgClassName
{
background-color: #441A31;
}
</style>
border-color css
<style>
span { border-color: #441A31; }
span { border-color: rgb(68,26,49); }
td.TdClassName
{
border-color: #441A31;
}
.TagClassName
{
border-color: #441A31;
}
</style>