Shades of Blackberry #411229
Tints of Blackberry #411229
RGB
CMYK
RGB Variations
Color information
#411229 (or 0x411229) is known color: Blackberry. HEX triplet: 41, 12 and 29. RGB value is (65,18,41). Sum of RGB (Red+Green+Blue) = 65+18+41=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411229 is #BEEDD6. Grayscale: #222222. Windows color (decimal): -12512727 or 2691649. OLE color: 2691649.
HSL color Cylindrical-coordinate representation of color #411229: hue angle of 330.64º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411229 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 41 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.75 |
| HSL | 330.64º | 0.57% | 0.16% | - |
| HSV(B) | 330.64º | 0.72% | 0.25% | - |
| XYZ | 2.8 | 1.72 | 2.28 | - |
| YUV | 34.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 41 | 0 | 0.72 | 0.37 | 0.75 | 330.64 | 0.57 | 0.16 |
| Hex | 41 | 12 | 29 | 0 | 48 | 25 | 4B | 14B | 39 | 10 |
| Octal | 101 | 22 | 51 | 0 | 110 | 45 | 113 | 513 | 71 | 20 |
| Binary | 1000001 | 10010 | 101001 | 0 | 1001000 | 100101 | 1001011 | 101001011 | 111001 | 10000 |
Color Harmonies of #411229
Complementary color
Monochromatic Colors of #411229
Black with #411229
Text Example
Text Example
White with #411229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411229; }
p { color: rgb(65,18,41); }
H1.HeaderClassName
{
color: #411229;
}
.AnyTagClassName
{
color: #411229;
}
</style>
background-color css
<style>
a { background-color: #411229; }
a { background-color: rgb(65,18,41); }
div.DivClassName
{
background-color: #411229;
}
.BgClassName
{
background-color: #411229;
}
</style>
border-color css
<style>
span { border-color: #411229; }
span { border-color: rgb(65,18,41); }
td.TdClassName
{
border-color: #411229;
}
.TagClassName
{
border-color: #411229;
}
</style>