Shades of Blackberry #411A30
Tints of Blackberry #411A30
RGB
CMYK
RGB Variations
Color information
#411A30 (or 0x411A30) is known color: Blackberry. HEX triplet: 41, 1A and 30. RGB value is (65,26,48). Sum of RGB (Red+Green+Blue) = 65+26+48=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A30 is #BEE5CF. Grayscale: #282828. Windows color (decimal): -12510672 or 3152449. OLE color: 3152449.
HSL color Cylindrical-coordinate representation of color #411A30: hue angle of 326.15º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411A30 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 48 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.75 |
| HSL | 326.15º | 0.43% | 0.18% | - |
| HSV(B) | 326.15º | 0.6% | 0.25% | - |
| XYZ | 3.08 | 2.08 | 3.03 | - |
| YUV | 40.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 48 | 0 | 0.60 | 0.26 | 0.75 | 326.15 | 0.43 | 0.18 |
| Hex | 41 | 1A | 30 | 0 | 3C | 1A | 4B | 146 | 2B | 12 |
| Octal | 101 | 32 | 60 | 0 | 74 | 32 | 113 | 506 | 53 | 22 |
| Binary | 1000001 | 11010 | 110000 | 0 | 111100 | 11010 | 1001011 | 101000110 | 101011 | 10010 |
Color Harmonies of #411A30
Complementary color
Monochromatic Colors of #411A30
Black with #411A30
Text Example
Text Example
White with #411A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A30; }
p { color: rgb(65,26,48); }
H1.HeaderClassName
{
color: #411A30;
}
.AnyTagClassName
{
color: #411A30;
}
</style>
background-color css
<style>
a { background-color: #411A30; }
a { background-color: rgb(65,26,48); }
div.DivClassName
{
background-color: #411A30;
}
.BgClassName
{
background-color: #411A30;
}
</style>
border-color css
<style>
span { border-color: #411A30; }
span { border-color: rgb(65,26,48); }
td.TdClassName
{
border-color: #411A30;
}
.TagClassName
{
border-color: #411A30;
}
</style>