Shades of Blackberry #410737
Tints of Blackberry #410737
RGB
CMYK
RGB Variations
Color information
#410737 (or 0x410737) is known color: Blackberry. HEX triplet: 41, 07 and 37. RGB value is (65,7,55). Sum of RGB (Red+Green+Blue) = 65+7+55=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410737 is #BEF8C8. Grayscale: #1D1D1D. Windows color (decimal): -12515529 or 3606337. OLE color: 3606337.
HSL color Cylindrical-coordinate representation of color #410737: hue angle of 310.34º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410737 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 55 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.75 |
| HSL | 310.34º | 0.81% | 0.14% | - |
| HSV(B) | 310.34º | 0.89% | 0.25% | - |
| XYZ | 2.95 | 1.55 | 3.76 | - |
| YUV | 29.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 55 | 0 | 0.89 | 0.15 | 0.75 | 310.34 | 0.81 | 0.14 |
| Hex | 41 | 7 | 37 | 0 | 59 | F | 4B | 136 | 51 | E |
| Octal | 101 | 7 | 67 | 0 | 131 | 17 | 113 | 466 | 121 | 16 |
| Binary | 1000001 | 111 | 110111 | 0 | 1011001 | 1111 | 1001011 | 100110110 | 1010001 | 1110 |
Color Harmonies of #410737
Complementary color
Monochromatic Colors of #410737
Black with #410737
Text Example
Text Example
White with #410737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410737; }
p { color: rgb(65,7,55); }
H1.HeaderClassName
{
color: #410737;
}
.AnyTagClassName
{
color: #410737;
}
</style>
background-color css
<style>
a { background-color: #410737; }
a { background-color: rgb(65,7,55); }
div.DivClassName
{
background-color: #410737;
}
.BgClassName
{
background-color: #410737;
}
</style>
border-color css
<style>
span { border-color: #410737; }
span { border-color: rgb(65,7,55); }
td.TdClassName
{
border-color: #410737;
}
.TagClassName
{
border-color: #410737;
}
</style>