Shades of Blackberry #411932
Tints of Blackberry #411932
RGB
CMYK
RGB Variations
Color information
#411932 (or 0x411932) is known color: Blackberry. HEX triplet: 41, 19 and 32. RGB value is (65,25,50). Sum of RGB (Red+Green+Blue) = 65+25+50=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411932 is #BEE6CD. Grayscale: #272727. Windows color (decimal): -12510926 or 3283265. OLE color: 3283265.
HSL color Cylindrical-coordinate representation of color #411932: hue angle of 322.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 #411932 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 50 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.75 |
| HSL | 322.5º | 0.44% | 0.18% | - |
| HSV(B) | 322.5º | 0.62% | 0.25% | - |
| XYZ | 3.1 | 2.05 | 3.25 | - |
| YUV | 39.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 50 | 0 | 0.62 | 0.23 | 0.75 | 322.5 | 0.44 | 0.18 |
| Hex | 41 | 19 | 32 | 0 | 3E | 17 | 4B | 142 | 2C | 12 |
| Octal | 101 | 31 | 62 | 0 | 76 | 27 | 113 | 502 | 54 | 22 |
| Binary | 1000001 | 11001 | 110010 | 0 | 111110 | 10111 | 1001011 | 101000010 | 101100 | 10010 |
Color Harmonies of #411932
Complementary color
Monochromatic Colors of #411932
Black with #411932
Text Example
Text Example
White with #411932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411932; }
p { color: rgb(65,25,50); }
H1.HeaderClassName
{
color: #411932;
}
.AnyTagClassName
{
color: #411932;
}
</style>
background-color css
<style>
a { background-color: #411932; }
a { background-color: rgb(65,25,50); }
div.DivClassName
{
background-color: #411932;
}
.BgClassName
{
background-color: #411932;
}
</style>
border-color css
<style>
span { border-color: #411932; }
span { border-color: rgb(65,25,50); }
td.TdClassName
{
border-color: #411932;
}
.TagClassName
{
border-color: #411932;
}
</style>