Shades of Blackberry #411E34
Tints of Blackberry #411E34
RGB
CMYK
RGB Variations
Color information
#411E34 (or 0x411E34) is known color: Blackberry. HEX triplet: 41, 1E and 34. RGB value is (65,30,52). Sum of RGB (Red+Green+Blue) = 65+30+52=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #411E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E34 is #BEE1CB. Grayscale: #2A2A2A. Windows color (decimal): -12509644 or 3415617. OLE color: 3415617.
HSL color Cylindrical-coordinate representation of color #411E34: hue angle of 322.29º 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 #411E34 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 52 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.75 |
| HSL | 322.29º | 0.37% | 0.19% | - |
| HSV(B) | 322.29º | 0.54% | 0.25% | - |
| XYZ | 3.26 | 2.3 | 3.52 | - |
| YUV | 42.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 52 | 0 | 0.54 | 0.20 | 0.75 | 322.29 | 0.37 | 0.19 |
| Hex | 41 | 1E | 34 | 0 | 36 | 14 | 4B | 142 | 25 | 13 |
| Octal | 101 | 36 | 64 | 0 | 66 | 24 | 113 | 502 | 45 | 23 |
| Binary | 1000001 | 11110 | 110100 | 0 | 110110 | 10100 | 1001011 | 101000010 | 100101 | 10011 |
Color Harmonies of #411E34
Complementary color
Monochromatic Colors of #411E34
Black with #411E34
Text Example
Text Example
White with #411E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E34; }
p { color: rgb(65,30,52); }
H1.HeaderClassName
{
color: #411E34;
}
.AnyTagClassName
{
color: #411E34;
}
</style>
background-color css
<style>
a { background-color: #411E34; }
a { background-color: rgb(65,30,52); }
div.DivClassName
{
background-color: #411E34;
}
.BgClassName
{
background-color: #411E34;
}
</style>
border-color css
<style>
span { border-color: #411E34; }
span { border-color: rgb(65,30,52); }
td.TdClassName
{
border-color: #411E34;
}
.TagClassName
{
border-color: #411E34;
}
</style>