Shades of Blackberry #411122
Tints of Blackberry #411122
RGB
CMYK
RGB Variations
Color information
#411122 (or 0x411122) is known color: Blackberry. HEX triplet: 41, 11 and 22. RGB value is (65,17,34). Sum of RGB (Red+Green+Blue) = 65+17+34=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #411122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411122 is #BEEEDD. Grayscale: #212121. Windows color (decimal): -12512990 or 2232641. OLE color: 2232641.
HSL color Cylindrical-coordinate representation of color #411122: hue angle of 338.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411122 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 17 | 34 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.75 |
| HSL | 338.75º | 0.59% | 0.16% | - |
| HSV(B) | 338.75º | 0.74% | 0.25% | - |
| XYZ | 2.67 | 1.64 | 1.69 | - |
| YUV | 33.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 34 | 0 | 0.74 | 0.48 | 0.75 | 338.75 | 0.59 | 0.16 |
| Hex | 41 | 11 | 22 | 0 | 4A | 30 | 4B | 153 | 3B | 10 |
| Octal | 101 | 21 | 42 | 0 | 112 | 60 | 113 | 523 | 73 | 20 |
| Binary | 1000001 | 10001 | 100010 | 0 | 1001010 | 110000 | 1001011 | 101010011 | 111011 | 10000 |
Color Harmonies of #411122
Complementary color
Monochromatic Colors of #411122
Black with #411122
Text Example
Text Example
White with #411122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411122; }
p { color: rgb(65,17,34); }
H1.HeaderClassName
{
color: #411122;
}
.AnyTagClassName
{
color: #411122;
}
</style>
background-color css
<style>
a { background-color: #411122; }
a { background-color: rgb(65,17,34); }
div.DivClassName
{
background-color: #411122;
}
.BgClassName
{
background-color: #411122;
}
</style>
border-color css
<style>
span { border-color: #411122; }
span { border-color: rgb(65,17,34); }
td.TdClassName
{
border-color: #411122;
}
.TagClassName
{
border-color: #411122;
}
</style>