Shades of Blackberry #411E30
Tints of Blackberry #411E30
RGB
CMYK
RGB Variations
Color information
#411E30 (or 0x411E30) is known color: Blackberry. HEX triplet: 41, 1E and 30. RGB value is (65,30,48). Sum of RGB (Red+Green+Blue) = 65+30+48=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E30 is #BEE1CF. Grayscale: #2A2A2A. Windows color (decimal): -12509648 or 3153473. OLE color: 3153473.
HSL color Cylindrical-coordinate representation of color #411E30: hue angle of 329.14º 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 #411E30 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 48 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.75 |
| HSL | 329.14º | 0.37% | 0.19% | - |
| HSV(B) | 329.14º | 0.54% | 0.25% | - |
| XYZ | 3.18 | 2.27 | 3.07 | - |
| YUV | 42.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 48 | 0 | 0.54 | 0.26 | 0.75 | 329.14 | 0.37 | 0.19 |
| Hex | 41 | 1E | 30 | 0 | 36 | 1A | 4B | 149 | 25 | 13 |
| Octal | 101 | 36 | 60 | 0 | 66 | 32 | 113 | 511 | 45 | 23 |
| Binary | 1000001 | 11110 | 110000 | 0 | 110110 | 11010 | 1001011 | 101001001 | 100101 | 10011 |
Color Harmonies of #411E30
Complementary color
Monochromatic Colors of #411E30
Black with #411E30
Text Example
Text Example
White with #411E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E30; }
p { color: rgb(65,30,48); }
H1.HeaderClassName
{
color: #411E30;
}
.AnyTagClassName
{
color: #411E30;
}
</style>
background-color css
<style>
a { background-color: #411E30; }
a { background-color: rgb(65,30,48); }
div.DivClassName
{
background-color: #411E30;
}
.BgClassName
{
background-color: #411E30;
}
</style>
border-color css
<style>
span { border-color: #411E30; }
span { border-color: rgb(65,30,48); }
td.TdClassName
{
border-color: #411E30;
}
.TagClassName
{
border-color: #411E30;
}
</style>