Shades of Blackberry #410936
Tints of Blackberry #410936
RGB
CMYK
RGB Variations
Color information
#410936 (or 0x410936) is known color: Blackberry. HEX triplet: 41, 09 and 36. RGB value is (65,9,54). Sum of RGB (Red+Green+Blue) = 65+9+54=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #410936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410936 is #BEF6C9. Grayscale: #1E1E1E. Windows color (decimal): -12515018 or 3541313. OLE color: 3541313.
HSL color Cylindrical-coordinate representation of color #410936: hue angle of 311.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410936 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 54 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.75 |
| HSL | 311.79º | 0.76% | 0.15% | - |
| HSV(B) | 311.79º | 0.86% | 0.25% | - |
| XYZ | 2.94 | 1.59 | 3.64 | - |
| YUV | 30.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 54 | 0 | 0.86 | 0.17 | 0.75 | 311.79 | 0.76 | 0.15 |
| Hex | 41 | 9 | 36 | 0 | 56 | 11 | 4B | 138 | 4C | F |
| Octal | 101 | 11 | 66 | 0 | 126 | 21 | 113 | 470 | 114 | 17 |
| Binary | 1000001 | 1001 | 110110 | 0 | 1010110 | 10001 | 1001011 | 100111000 | 1001100 | 1111 |
Color Harmonies of #410936
Complementary color
Monochromatic Colors of #410936
Black with #410936
Text Example
Text Example
White with #410936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410936; }
p { color: rgb(65,9,54); }
H1.HeaderClassName
{
color: #410936;
}
.AnyTagClassName
{
color: #410936;
}
</style>
background-color css
<style>
a { background-color: #410936; }
a { background-color: rgb(65,9,54); }
div.DivClassName
{
background-color: #410936;
}
.BgClassName
{
background-color: #410936;
}
</style>
border-color css
<style>
span { border-color: #410936; }
span { border-color: rgb(65,9,54); }
td.TdClassName
{
border-color: #410936;
}
.TagClassName
{
border-color: #410936;
}
</style>