Shades of Blackberry #441930
Tints of Blackberry #441930
RGB
CMYK
RGB Variations
Color information
#441930 (or 0x441930) is known color: Blackberry. HEX triplet: 44, 19 and 30. RGB value is (68,25,48). Sum of RGB (Red+Green+Blue) = 68+25+48=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441930 is #BBE6CF. Grayscale: #282828. Windows color (decimal): -12314320 or 3152196. OLE color: 3152196.
HSL color Cylindrical-coordinate representation of color #441930: hue angle of 327.91º 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 #441930 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 48 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.73 |
| HSL | 327.91º | 0.46% | 0.18% | - |
| HSV(B) | 327.91º | 0.63% | 0.27% | - |
| XYZ | 3.27 | 2.14 | 3.04 | - |
| YUV | 40.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 48 | 0 | 0.63 | 0.29 | 0.73 | 327.91 | 0.46 | 0.18 |
| Hex | 44 | 19 | 30 | 0 | 3F | 1D | 49 | 148 | 2E | 12 |
| Octal | 104 | 31 | 60 | 0 | 77 | 35 | 111 | 510 | 56 | 22 |
| Binary | 1000100 | 11001 | 110000 | 0 | 111111 | 11101 | 1001001 | 101001000 | 101110 | 10010 |
Color Harmonies of #441930
Complementary color
Monochromatic Colors of #441930
Black with #441930
Text Example
Text Example
White with #441930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441930; }
p { color: rgb(68,25,48); }
H1.HeaderClassName
{
color: #441930;
}
.AnyTagClassName
{
color: #441930;
}
</style>
background-color css
<style>
a { background-color: #441930; }
a { background-color: rgb(68,25,48); }
div.DivClassName
{
background-color: #441930;
}
.BgClassName
{
background-color: #441930;
}
</style>
border-color css
<style>
span { border-color: #441930; }
span { border-color: rgb(68,25,48); }
td.TdClassName
{
border-color: #441930;
}
.TagClassName
{
border-color: #441930;
}
</style>