Shades of Blackberry #411936
Tints of Blackberry #411936
RGB
CMYK
RGB Variations
Color information
#411936 (or 0x411936) is known color: Blackberry. HEX triplet: 41, 19 and 36. RGB value is (65,25,54). Sum of RGB (Red+Green+Blue) = 65+25+54=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411936 is #BEE6C9. Grayscale: #282828. Windows color (decimal): -12510922 or 3545409. OLE color: 3545409.
HSL color Cylindrical-coordinate representation of color #411936: hue angle of 316.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411936 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 54 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.75 |
| HSL | 316.5º | 0.44% | 0.18% | - |
| HSV(B) | 316.5º | 0.62% | 0.25% | - |
| XYZ | 3.19 | 2.09 | 3.72 | - |
| YUV | 40.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 54 | 0 | 0.62 | 0.17 | 0.75 | 316.5 | 0.44 | 0.18 |
| Hex | 41 | 19 | 36 | 0 | 3E | 11 | 4B | 13C | 2C | 12 |
| Octal | 101 | 31 | 66 | 0 | 76 | 21 | 113 | 474 | 54 | 22 |
| Binary | 1000001 | 11001 | 110110 | 0 | 111110 | 10001 | 1001011 | 100111100 | 101100 | 10010 |
Color Harmonies of #411936
Complementary color
Monochromatic Colors of #411936
Black with #411936
Text Example
Text Example
White with #411936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411936; }
p { color: rgb(65,25,54); }
H1.HeaderClassName
{
color: #411936;
}
.AnyTagClassName
{
color: #411936;
}
</style>
background-color css
<style>
a { background-color: #411936; }
a { background-color: rgb(65,25,54); }
div.DivClassName
{
background-color: #411936;
}
.BgClassName
{
background-color: #411936;
}
</style>
border-color css
<style>
span { border-color: #411936; }
span { border-color: rgb(65,25,54); }
td.TdClassName
{
border-color: #411936;
}
.TagClassName
{
border-color: #411936;
}
</style>