Shades of Blackberry #411A35
Tints of Blackberry #411A35
RGB
CMYK
RGB Variations
Color information
#411A35 (or 0x411A35) is known color: Blackberry. HEX triplet: 41, 1A and 35. RGB value is (65,26,53). Sum of RGB (Red+Green+Blue) = 65+26+53=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A35 is #BEE5CA. Grayscale: #282828. Windows color (decimal): -12510667 or 3480129. OLE color: 3480129.
HSL color Cylindrical-coordinate representation of color #411A35: hue angle of 318.46º 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 #411A35 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 53 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.75 |
| HSL | 318.46º | 0.43% | 0.18% | - |
| HSV(B) | 318.46º | 0.6% | 0.25% | - |
| XYZ | 3.19 | 2.12 | 3.61 | - |
| YUV | 40.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 53 | 0 | 0.60 | 0.18 | 0.75 | 318.46 | 0.43 | 0.18 |
| Hex | 41 | 1A | 35 | 0 | 3C | 12 | 4B | 13E | 2B | 12 |
| Octal | 101 | 32 | 65 | 0 | 74 | 22 | 113 | 476 | 53 | 22 |
| Binary | 1000001 | 11010 | 110101 | 0 | 111100 | 10010 | 1001011 | 100111110 | 101011 | 10010 |
Color Harmonies of #411A35
Complementary color
Monochromatic Colors of #411A35
Black with #411A35
Text Example
Text Example
White with #411A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A35; }
p { color: rgb(65,26,53); }
H1.HeaderClassName
{
color: #411A35;
}
.AnyTagClassName
{
color: #411A35;
}
</style>
background-color css
<style>
a { background-color: #411A35; }
a { background-color: rgb(65,26,53); }
div.DivClassName
{
background-color: #411A35;
}
.BgClassName
{
background-color: #411A35;
}
</style>
border-color css
<style>
span { border-color: #411A35; }
span { border-color: rgb(65,26,53); }
td.TdClassName
{
border-color: #411A35;
}
.TagClassName
{
border-color: #411A35;
}
</style>