Shades of Blackberry #411629
Tints of Blackberry #411629
RGB
CMYK
RGB Variations
Color information
#411629 (or 0x411629) is known color: Blackberry. HEX triplet: 41, 16 and 29. RGB value is (65,22,41). Sum of RGB (Red+Green+Blue) = 65+22+41=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411629 is #BEE9D6. Grayscale: #242424. Windows color (decimal): -12511703 or 2692673. OLE color: 2692673.
HSL color Cylindrical-coordinate representation of color #411629: hue angle of 333.49º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411629 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 41 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.75 |
| HSL | 333.49º | 0.49% | 0.17% | - |
| HSV(B) | 333.49º | 0.66% | 0.25% | - |
| XYZ | 2.87 | 1.86 | 2.31 | - |
| YUV | 37.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 41 | 0 | 0.66 | 0.37 | 0.75 | 333.49 | 0.49 | 0.17 |
| Hex | 41 | 16 | 29 | 0 | 42 | 25 | 4B | 14D | 31 | 11 |
| Octal | 101 | 26 | 51 | 0 | 102 | 45 | 113 | 515 | 61 | 21 |
| Binary | 1000001 | 10110 | 101001 | 0 | 1000010 | 100101 | 1001011 | 101001101 | 110001 | 10001 |
Color Harmonies of #411629
Complementary color
Monochromatic Colors of #411629
Black with #411629
Text Example
Text Example
White with #411629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411629; }
p { color: rgb(65,22,41); }
H1.HeaderClassName
{
color: #411629;
}
.AnyTagClassName
{
color: #411629;
}
</style>
background-color css
<style>
a { background-color: #411629; }
a { background-color: rgb(65,22,41); }
div.DivClassName
{
background-color: #411629;
}
.BgClassName
{
background-color: #411629;
}
</style>
border-color css
<style>
span { border-color: #411629; }
span { border-color: rgb(65,22,41); }
td.TdClassName
{
border-color: #411629;
}
.TagClassName
{
border-color: #411629;
}
</style>