Shades of Blackberry #41162E
Tints of Blackberry #41162E
RGB
CMYK
RGB Variations
Color information
#41162E (or 0x41162E) is known color: Blackberry. HEX triplet: 41, 16 and 2E. RGB value is (65,22,46). Sum of RGB (Red+Green+Blue) = 65+22+46=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41162E is #BEE9D1. Grayscale: #252525. Windows color (decimal): -12511698 or 3020353. OLE color: 3020353.
HSL color Cylindrical-coordinate representation of color #41162E: hue angle of 326.51º 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 #41162E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 46 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.75 |
| HSL | 326.51º | 0.49% | 0.17% | - |
| HSV(B) | 326.51º | 0.66% | 0.25% | - |
| XYZ | 2.96 | 1.89 | 2.79 | - |
| YUV | 37.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 46 | 0 | 0.66 | 0.29 | 0.75 | 326.51 | 0.49 | 0.17 |
| Hex | 41 | 16 | 2E | 0 | 42 | 1D | 4B | 147 | 31 | 11 |
| Octal | 101 | 26 | 56 | 0 | 102 | 35 | 113 | 507 | 61 | 21 |
| Binary | 1000001 | 10110 | 101110 | 0 | 1000010 | 11101 | 1001011 | 101000111 | 110001 | 10001 |
Color Harmonies of #41162E
Complementary color
Monochromatic Colors of #41162E
Black with #41162E
Text Example
Text Example
White with #41162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41162E; }
p { color: rgb(65,22,46); }
H1.HeaderClassName
{
color: #41162E;
}
.AnyTagClassName
{
color: #41162E;
}
</style>
background-color css
<style>
a { background-color: #41162E; }
a { background-color: rgb(65,22,46); }
div.DivClassName
{
background-color: #41162E;
}
.BgClassName
{
background-color: #41162E;
}
</style>
border-color css
<style>
span { border-color: #41162E; }
span { border-color: rgb(65,22,46); }
td.TdClassName
{
border-color: #41162E;
}
.TagClassName
{
border-color: #41162E;
}
</style>