Shades of Blackberry #411A2F
Tints of Blackberry #411A2F
RGB
CMYK
RGB Variations
Color information
#411A2F (or 0x411A2F) is known color: Blackberry. HEX triplet: 41, 1A and 2F. RGB value is (65,26,47). Sum of RGB (Red+Green+Blue) = 65+26+47=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A2F is #BEE5D0. Grayscale: #282828. Windows color (decimal): -12510673 or 3086913. OLE color: 3086913.
HSL color Cylindrical-coordinate representation of color #411A2F: hue angle of 327.69º 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 #411A2F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 47 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.75 |
| HSL | 327.69º | 0.43% | 0.18% | - |
| HSV(B) | 327.69º | 0.6% | 0.25% | - |
| XYZ | 3.06 | 2.07 | 2.93 | - |
| YUV | 40.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 47 | 0 | 0.60 | 0.28 | 0.75 | 327.69 | 0.43 | 0.18 |
| Hex | 41 | 1A | 2F | 0 | 3C | 1C | 4B | 148 | 2B | 12 |
| Octal | 101 | 32 | 57 | 0 | 74 | 34 | 113 | 510 | 53 | 22 |
| Binary | 1000001 | 11010 | 101111 | 0 | 111100 | 11100 | 1001011 | 101001000 | 101011 | 10010 |
Color Harmonies of #411A2F
Complementary color
Monochromatic Colors of #411A2F
Black with #411A2F
Text Example
Text Example
White with #411A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A2F; }
p { color: rgb(65,26,47); }
H1.HeaderClassName
{
color: #411A2F;
}
.AnyTagClassName
{
color: #411A2F;
}
</style>
background-color css
<style>
a { background-color: #411A2F; }
a { background-color: rgb(65,26,47); }
div.DivClassName
{
background-color: #411A2F;
}
.BgClassName
{
background-color: #411A2F;
}
</style>
border-color css
<style>
span { border-color: #411A2F; }
span { border-color: rgb(65,26,47); }
td.TdClassName
{
border-color: #411A2F;
}
.TagClassName
{
border-color: #411A2F;
}
</style>