Shades of Blackberry #411D2D
Tints of Blackberry #411D2D
RGB
CMYK
RGB Variations
Color information
#411D2D (or 0x411D2D) is known color: Blackberry. HEX triplet: 41, 1D and 2D. RGB value is (65,29,45). Sum of RGB (Red+Green+Blue) = 65+29+45=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2D is #BEE2D2. Grayscale: #292929. Windows color (decimal): -12509907 or 2956609. OLE color: 2956609.
HSL color Cylindrical-coordinate representation of color #411D2D: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D2D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 45 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.75 |
| HSL | 333.33º | 0.38% | 0.18% | - |
| HSV(B) | 333.33º | 0.55% | 0.25% | - |
| XYZ | 3.09 | 2.19 | 2.74 | - |
| YUV | 41.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 45 | 0 | 0.55 | 0.31 | 0.75 | 333.33 | 0.38 | 0.18 |
| Hex | 41 | 1D | 2D | 0 | 37 | 1F | 4B | 14D | 26 | 12 |
| Octal | 101 | 35 | 55 | 0 | 67 | 37 | 113 | 515 | 46 | 22 |
| Binary | 1000001 | 11101 | 101101 | 0 | 110111 | 11111 | 1001011 | 101001101 | 100110 | 10010 |
Color Harmonies of #411D2D
Complementary color
Monochromatic Colors of #411D2D
Black with #411D2D
Text Example
Text Example
White with #411D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D2D; }
p { color: rgb(65,29,45); }
H1.HeaderClassName
{
color: #411D2D;
}
.AnyTagClassName
{
color: #411D2D;
}
</style>
background-color css
<style>
a { background-color: #411D2D; }
a { background-color: rgb(65,29,45); }
div.DivClassName
{
background-color: #411D2D;
}
.BgClassName
{
background-color: #411D2D;
}
</style>
border-color css
<style>
span { border-color: #411D2D; }
span { border-color: rgb(65,29,45); }
td.TdClassName
{
border-color: #411D2D;
}
.TagClassName
{
border-color: #411D2D;
}
</style>