Shades of Blackberry #410632
Tints of Blackberry #410632
RGB
CMYK
RGB Variations
Color information
#410632 (or 0x410632) is known color: Blackberry. HEX triplet: 41, 06 and 32. RGB value is (65,6,50). Sum of RGB (Red+Green+Blue) = 65+6+50=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410632 is #BEF9CD. Grayscale: #1C1C1C. Windows color (decimal): -12515790 or 3278401. OLE color: 3278401.
HSL color Cylindrical-coordinate representation of color #410632: hue angle of 315.25º 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 #410632 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 50 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.75 |
| HSL | 315.25º | 0.83% | 0.14% | - |
| HSV(B) | 315.25º | 0.91% | 0.25% | - |
| XYZ | 2.82 | 1.48 | 3.16 | - |
| YUV | 28.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 50 | 0 | 0.91 | 0.23 | 0.75 | 315.25 | 0.83 | 0.14 |
| Hex | 41 | 6 | 32 | 0 | 5B | 17 | 4B | 13B | 53 | E |
| Octal | 101 | 6 | 62 | 0 | 133 | 27 | 113 | 473 | 123 | 16 |
| Binary | 1000001 | 110 | 110010 | 0 | 1011011 | 10111 | 1001011 | 100111011 | 1010011 | 1110 |
Color Harmonies of #410632
Complementary color
Monochromatic Colors of #410632
Black with #410632
Text Example
Text Example
White with #410632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410632; }
p { color: rgb(65,6,50); }
H1.HeaderClassName
{
color: #410632;
}
.AnyTagClassName
{
color: #410632;
}
</style>
background-color css
<style>
a { background-color: #410632; }
a { background-color: rgb(65,6,50); }
div.DivClassName
{
background-color: #410632;
}
.BgClassName
{
background-color: #410632;
}
</style>
border-color css
<style>
span { border-color: #410632; }
span { border-color: rgb(65,6,50); }
td.TdClassName
{
border-color: #410632;
}
.TagClassName
{
border-color: #410632;
}
</style>