Shades of Blackberry #411E35
Tints of Blackberry #411E35
RGB
CMYK
RGB Variations
Color information
#411E35 (or 0x411E35) is known color: Blackberry. HEX triplet: 41, 1E and 35. RGB value is (65,30,53). Sum of RGB (Red+Green+Blue) = 65+30+53=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #411E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E35 is #BEE1CA. Grayscale: #2B2B2B. Windows color (decimal): -12509643 or 3481153. OLE color: 3481153.
HSL color Cylindrical-coordinate representation of color #411E35: hue angle of 320.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E35 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 53 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.75 |
| HSL | 320.57º | 0.37% | 0.19% | - |
| HSV(B) | 320.57º | 0.54% | 0.25% | - |
| XYZ | 3.29 | 2.31 | 3.64 | - |
| YUV | 43.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 53 | 0 | 0.54 | 0.18 | 0.75 | 320.57 | 0.37 | 0.19 |
| Hex | 41 | 1E | 35 | 0 | 36 | 12 | 4B | 141 | 25 | 13 |
| Octal | 101 | 36 | 65 | 0 | 66 | 22 | 113 | 501 | 45 | 23 |
| Binary | 1000001 | 11110 | 110101 | 0 | 110110 | 10010 | 1001011 | 101000001 | 100101 | 10011 |
Color Harmonies of #411E35
Complementary color
Monochromatic Colors of #411E35
Black with #411E35
Text Example
Text Example
White with #411E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E35; }
p { color: rgb(65,30,53); }
H1.HeaderClassName
{
color: #411E35;
}
.AnyTagClassName
{
color: #411E35;
}
</style>
background-color css
<style>
a { background-color: #411E35; }
a { background-color: rgb(65,30,53); }
div.DivClassName
{
background-color: #411E35;
}
.BgClassName
{
background-color: #411E35;
}
</style>
border-color css
<style>
span { border-color: #411E35; }
span { border-color: rgb(65,30,53); }
td.TdClassName
{
border-color: #411E35;
}
.TagClassName
{
border-color: #411E35;
}
</style>