Shades of Blackberry #411C31
Tints of Blackberry #411C31
RGB
CMYK
RGB Variations
Color information
#411C31 (or 0x411C31) is known color: Blackberry. HEX triplet: 41, 1C and 31. RGB value is (65,28,49). Sum of RGB (Red+Green+Blue) = 65+28+49=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C31 is #BEE3CE. Grayscale: #292929. Windows color (decimal): -12510159 or 3218497. OLE color: 3218497.
HSL color Cylindrical-coordinate representation of color #411C31: hue angle of 325.95º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C31 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 49 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.75 |
| HSL | 325.95º | 0.4% | 0.18% | - |
| HSV(B) | 325.95º | 0.57% | 0.25% | - |
| XYZ | 3.15 | 2.18 | 3.16 | - |
| YUV | 41.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 49 | 0 | 0.57 | 0.25 | 0.75 | 325.95 | 0.4 | 0.18 |
| Hex | 41 | 1C | 31 | 0 | 39 | 19 | 4B | 146 | 28 | 12 |
| Octal | 101 | 34 | 61 | 0 | 71 | 31 | 113 | 506 | 50 | 22 |
| Binary | 1000001 | 11100 | 110001 | 0 | 111001 | 11001 | 1001011 | 101000110 | 101000 | 10010 |
Color Harmonies of #411C31
Complementary color
Monochromatic Colors of #411C31
Black with #411C31
Text Example
Text Example
White with #411C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C31; }
p { color: rgb(65,28,49); }
H1.HeaderClassName
{
color: #411C31;
}
.AnyTagClassName
{
color: #411C31;
}
</style>
background-color css
<style>
a { background-color: #411C31; }
a { background-color: rgb(65,28,49); }
div.DivClassName
{
background-color: #411C31;
}
.BgClassName
{
background-color: #411C31;
}
</style>
border-color css
<style>
span { border-color: #411C31; }
span { border-color: rgb(65,28,49); }
td.TdClassName
{
border-color: #411C31;
}
.TagClassName
{
border-color: #411C31;
}
</style>