Shades of Blackberry #411D31
Tints of Blackberry #411D31
RGB
CMYK
RGB Variations
Color information
#411D31 (or 0x411D31) is known color: Blackberry. HEX triplet: 41, 1D and 31. RGB value is (65,29,49). Sum of RGB (Red+Green+Blue) = 65+29+49=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D31 is #BEE2CE. Grayscale: #2A2A2A. Windows color (decimal): -12509903 or 3218753. OLE color: 3218753.
HSL color Cylindrical-coordinate representation of color #411D31: hue angle of 326.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D31 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 49 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.75 |
| HSL | 326.67º | 0.38% | 0.18% | - |
| HSV(B) | 326.67º | 0.55% | 0.25% | - |
| XYZ | 3.17 | 2.22 | 3.17 | - |
| YUV | 42.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 49 | 0 | 0.55 | 0.25 | 0.75 | 326.67 | 0.38 | 0.18 |
| Hex | 41 | 1D | 31 | 0 | 37 | 19 | 4B | 147 | 26 | 12 |
| Octal | 101 | 35 | 61 | 0 | 67 | 31 | 113 | 507 | 46 | 22 |
| Binary | 1000001 | 11101 | 110001 | 0 | 110111 | 11001 | 1001011 | 101000111 | 100110 | 10010 |
Color Harmonies of #411D31
Complementary color
Monochromatic Colors of #411D31
Black with #411D31
Text Example
Text Example
White with #411D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D31; }
p { color: rgb(65,29,49); }
H1.HeaderClassName
{
color: #411D31;
}
.AnyTagClassName
{
color: #411D31;
}
</style>
background-color css
<style>
a { background-color: #411D31; }
a { background-color: rgb(65,29,49); }
div.DivClassName
{
background-color: #411D31;
}
.BgClassName
{
background-color: #411D31;
}
</style>
border-color css
<style>
span { border-color: #411D31; }
span { border-color: rgb(65,29,49); }
td.TdClassName
{
border-color: #411D31;
}
.TagClassName
{
border-color: #411D31;
}
</style>