Shades of Blackberry #411529
Tints of Blackberry #411529
RGB
CMYK
RGB Variations
Color information
#411529 (or 0x411529) is known color: Blackberry. HEX triplet: 41, 15 and 29. RGB value is (65,21,41). Sum of RGB (Red+Green+Blue) = 65+21+41=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #411529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411529 is #BEEAD6. Grayscale: #242424. Windows color (decimal): -12511959 or 2692417. OLE color: 2692417.
HSL color Cylindrical-coordinate representation of color #411529: hue angle of 332.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411529 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 21 | 41 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.75 |
| HSL | 332.73º | 0.51% | 0.17% | - |
| HSV(B) | 332.73º | 0.68% | 0.25% | - |
| XYZ | 2.85 | 1.82 | 2.3 | - |
| YUV | 36.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 41 | 0 | 0.68 | 0.37 | 0.75 | 332.73 | 0.51 | 0.17 |
| Hex | 41 | 15 | 29 | 0 | 44 | 25 | 4B | 14D | 33 | 11 |
| Octal | 101 | 25 | 51 | 0 | 104 | 45 | 113 | 515 | 63 | 21 |
| Binary | 1000001 | 10101 | 101001 | 0 | 1000100 | 100101 | 1001011 | 101001101 | 110011 | 10001 |
Color Harmonies of #411529
Complementary color
Monochromatic Colors of #411529
Black with #411529
Text Example
Text Example
White with #411529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411529; }
p { color: rgb(65,21,41); }
H1.HeaderClassName
{
color: #411529;
}
.AnyTagClassName
{
color: #411529;
}
</style>
background-color css
<style>
a { background-color: #411529; }
a { background-color: rgb(65,21,41); }
div.DivClassName
{
background-color: #411529;
}
.BgClassName
{
background-color: #411529;
}
</style>
border-color css
<style>
span { border-color: #411529; }
span { border-color: rgb(65,21,41); }
td.TdClassName
{
border-color: #411529;
}
.TagClassName
{
border-color: #411529;
}
</style>