Shades of Blackberry #410631
Tints of Blackberry #410631
RGB
CMYK
RGB Variations
Color information
#410631 (or 0x410631) is known color: Blackberry. HEX triplet: 41, 06 and 31. RGB value is (65,6,49). Sum of RGB (Red+Green+Blue) = 65+6+49=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410631 is #BEF9CE. Grayscale: #1C1C1C. Windows color (decimal): -12515791 or 3212865. OLE color: 3212865.
HSL color Cylindrical-coordinate representation of color #410631: hue angle of 316.27º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410631 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 49 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.75 |
| HSL | 316.27º | 0.83% | 0.14% | - |
| HSV(B) | 316.27º | 0.91% | 0.25% | - |
| XYZ | 2.8 | 1.48 | 3.04 | - |
| YUV | 28.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 49 | 0 | 0.91 | 0.25 | 0.75 | 316.27 | 0.83 | 0.14 |
| Hex | 41 | 6 | 31 | 0 | 5B | 19 | 4B | 13C | 53 | E |
| Octal | 101 | 6 | 61 | 0 | 133 | 31 | 113 | 474 | 123 | 16 |
| Binary | 1000001 | 110 | 110001 | 0 | 1011011 | 11001 | 1001011 | 100111100 | 1010011 | 1110 |
Color Harmonies of #410631
Complementary color
Monochromatic Colors of #410631
Black with #410631
Text Example
Text Example
White with #410631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410631; }
p { color: rgb(65,6,49); }
H1.HeaderClassName
{
color: #410631;
}
.AnyTagClassName
{
color: #410631;
}
</style>
background-color css
<style>
a { background-color: #410631; }
a { background-color: rgb(65,6,49); }
div.DivClassName
{
background-color: #410631;
}
.BgClassName
{
background-color: #410631;
}
</style>
border-color css
<style>
span { border-color: #410631; }
span { border-color: rgb(65,6,49); }
td.TdClassName
{
border-color: #410631;
}
.TagClassName
{
border-color: #410631;
}
</style>