Shades of Blackberry #410634
Tints of Blackberry #410634
RGB
CMYK
RGB Variations
Color information
#410634 (or 0x410634) is known color: Blackberry. HEX triplet: 41, 06 and 34. RGB value is (65,6,52). Sum of RGB (Red+Green+Blue) = 65+6+52=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410634 is #BEF9CB. Grayscale: #1C1C1C. Windows color (decimal): -12515788 or 3409473. OLE color: 3409473.
HSL color Cylindrical-coordinate representation of color #410634: hue angle of 313.22º 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 #410634 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 52 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.75 |
| HSL | 313.22º | 0.83% | 0.14% | - |
| HSV(B) | 313.22º | 0.91% | 0.25% | - |
| XYZ | 2.86 | 1.5 | 3.39 | - |
| YUV | 28.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 52 | 0 | 0.91 | 0.20 | 0.75 | 313.22 | 0.83 | 0.14 |
| Hex | 41 | 6 | 34 | 0 | 5B | 14 | 4B | 139 | 53 | E |
| Octal | 101 | 6 | 64 | 0 | 133 | 24 | 113 | 471 | 123 | 16 |
| Binary | 1000001 | 110 | 110100 | 0 | 1011011 | 10100 | 1001011 | 100111001 | 1010011 | 1110 |
Color Harmonies of #410634
Complementary color
Monochromatic Colors of #410634
Black with #410634
Text Example
Text Example
White with #410634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410634; }
p { color: rgb(65,6,52); }
H1.HeaderClassName
{
color: #410634;
}
.AnyTagClassName
{
color: #410634;
}
</style>
background-color css
<style>
a { background-color: #410634; }
a { background-color: rgb(65,6,52); }
div.DivClassName
{
background-color: #410634;
}
.BgClassName
{
background-color: #410634;
}
</style>
border-color css
<style>
span { border-color: #410634; }
span { border-color: rgb(65,6,52); }
td.TdClassName
{
border-color: #410634;
}
.TagClassName
{
border-color: #410634;
}
</style>