Shades of Blackberry #441529
Tints of Blackberry #441529
RGB
CMYK
RGB Variations
Color information
#441529 (or 0x441529) is known color: Blackberry. HEX triplet: 44, 15 and 29. RGB value is (68,21,41). Sum of RGB (Red+Green+Blue) = 68+21+41=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441529 is #BBEAD6. Grayscale: #252525. Windows color (decimal): -12315351 or 2692420. OLE color: 2692420.
HSL color Cylindrical-coordinate representation of color #441529: hue angle of 334.47º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441529 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 21 | 41 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.73 |
| HSL | 334.47º | 0.53% | 0.17% | - |
| HSV(B) | 334.47º | 0.69% | 0.27% | - |
| XYZ | 3.05 | 1.93 | 2.31 | - |
| YUV | 37.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 41 | 0 | 0.69 | 0.40 | 0.73 | 334.47 | 0.53 | 0.17 |
| Hex | 44 | 15 | 29 | 0 | 45 | 28 | 49 | 14E | 35 | 11 |
| Octal | 104 | 25 | 51 | 0 | 105 | 50 | 111 | 516 | 65 | 21 |
| Binary | 1000100 | 10101 | 101001 | 0 | 1000101 | 101000 | 1001001 | 101001110 | 110101 | 10001 |
Color Harmonies of #441529
Complementary color
Monochromatic Colors of #441529
Black with #441529
Text Example
Text Example
White with #441529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441529; }
p { color: rgb(68,21,41); }
H1.HeaderClassName
{
color: #441529;
}
.AnyTagClassName
{
color: #441529;
}
</style>
background-color css
<style>
a { background-color: #441529; }
a { background-color: rgb(68,21,41); }
div.DivClassName
{
background-color: #441529;
}
.BgClassName
{
background-color: #441529;
}
</style>
border-color css
<style>
span { border-color: #441529; }
span { border-color: rgb(68,21,41); }
td.TdClassName
{
border-color: #441529;
}
.TagClassName
{
border-color: #441529;
}
</style>