Shades of Blackberry #411D33
Tints of Blackberry #411D33
RGB
CMYK
RGB Variations
Color information
#411D33 (or 0x411D33) is known color: Blackberry. HEX triplet: 41, 1D and 33. RGB value is (65,29,51). Sum of RGB (Red+Green+Blue) = 65+29+51=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #411D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D33 is #BEE2CC. Grayscale: #2A2A2A. Windows color (decimal): -12509901 or 3349825. OLE color: 3349825.
HSL color Cylindrical-coordinate representation of color #411D33: hue angle of 323.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 #411D33 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 51 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.75 |
| HSL | 323.33º | 0.38% | 0.18% | - |
| HSV(B) | 323.33º | 0.55% | 0.25% | - |
| XYZ | 3.22 | 2.24 | 3.4 | - |
| YUV | 42.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 51 | 0 | 0.55 | 0.22 | 0.75 | 323.33 | 0.38 | 0.18 |
| Hex | 41 | 1D | 33 | 0 | 37 | 16 | 4B | 143 | 26 | 12 |
| Octal | 101 | 35 | 63 | 0 | 67 | 26 | 113 | 503 | 46 | 22 |
| Binary | 1000001 | 11101 | 110011 | 0 | 110111 | 10110 | 1001011 | 101000011 | 100110 | 10010 |
Color Harmonies of #411D33
Complementary color
Monochromatic Colors of #411D33
Black with #411D33
Text Example
Text Example
White with #411D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D33; }
p { color: rgb(65,29,51); }
H1.HeaderClassName
{
color: #411D33;
}
.AnyTagClassName
{
color: #411D33;
}
</style>
background-color css
<style>
a { background-color: #411D33; }
a { background-color: rgb(65,29,51); }
div.DivClassName
{
background-color: #411D33;
}
.BgClassName
{
background-color: #411D33;
}
</style>
border-color css
<style>
span { border-color: #411D33; }
span { border-color: rgb(65,29,51); }
td.TdClassName
{
border-color: #411D33;
}
.TagClassName
{
border-color: #411D33;
}
</style>