Shades of Blackberry #411937
Tints of Blackberry #411937
RGB
CMYK
RGB Variations
Color information
#411937 (or 0x411937) is known color: Blackberry. HEX triplet: 41, 19 and 37. RGB value is (65,25,55). Sum of RGB (Red+Green+Blue) = 65+25+55=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #411937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411937 is #BEE6C8. Grayscale: #282828. Windows color (decimal): -12510921 or 3610945. OLE color: 3610945.
HSL color Cylindrical-coordinate representation of color #411937: hue angle of 315º 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 #411937 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 55 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.75 |
| HSL | 315º | 0.44% | 0.18% | - |
| HSV(B) | 315º | 0.62% | 0.25% | - |
| XYZ | 3.22 | 2.09 | 3.85 | - |
| YUV | 40.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 55 | 0 | 0.62 | 0.15 | 0.75 | 315 | 0.44 | 0.18 |
| Hex | 41 | 19 | 37 | 0 | 3E | F | 4B | 13B | 2C | 12 |
| Octal | 101 | 31 | 67 | 0 | 76 | 17 | 113 | 473 | 54 | 22 |
| Binary | 1000001 | 11001 | 110111 | 0 | 111110 | 1111 | 1001011 | 100111011 | 101100 | 10010 |
Color Harmonies of #411937
Complementary color
Monochromatic Colors of #411937
Black with #411937
Text Example
Text Example
White with #411937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411937; }
p { color: rgb(65,25,55); }
H1.HeaderClassName
{
color: #411937;
}
.AnyTagClassName
{
color: #411937;
}
</style>
background-color css
<style>
a { background-color: #411937; }
a { background-color: rgb(65,25,55); }
div.DivClassName
{
background-color: #411937;
}
.BgClassName
{
background-color: #411937;
}
</style>
border-color css
<style>
span { border-color: #411937; }
span { border-color: rgb(65,25,55); }
td.TdClassName
{
border-color: #411937;
}
.TagClassName
{
border-color: #411937;
}
</style>