Shades of Blackberry #411C35
Tints of Blackberry #411C35
RGB
CMYK
RGB Variations
Color information
#411C35 (or 0x411C35) is known color: Blackberry. HEX triplet: 41, 1C and 35. RGB value is (65,28,53). Sum of RGB (Red+Green+Blue) = 65+28+53=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #411C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C35 is #BEE3CA. Grayscale: #292929. Windows color (decimal): -12510155 or 3480641. OLE color: 3480641.
HSL color Cylindrical-coordinate representation of color #411C35: hue angle of 319.46º 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 #411C35 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 53 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.75 |
| HSL | 319.46º | 0.4% | 0.18% | - |
| HSV(B) | 319.46º | 0.57% | 0.25% | - |
| XYZ | 3.24 | 2.21 | 3.62 | - |
| YUV | 41.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 53 | 0 | 0.57 | 0.18 | 0.75 | 319.46 | 0.4 | 0.18 |
| Hex | 41 | 1C | 35 | 0 | 39 | 12 | 4B | 13F | 28 | 12 |
| Octal | 101 | 34 | 65 | 0 | 71 | 22 | 113 | 477 | 50 | 22 |
| Binary | 1000001 | 11100 | 110101 | 0 | 111001 | 10010 | 1001011 | 100111111 | 101000 | 10010 |
Color Harmonies of #411C35
Complementary color
Monochromatic Colors of #411C35
Black with #411C35
Text Example
Text Example
White with #411C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C35; }
p { color: rgb(65,28,53); }
H1.HeaderClassName
{
color: #411C35;
}
.AnyTagClassName
{
color: #411C35;
}
</style>
background-color css
<style>
a { background-color: #411C35; }
a { background-color: rgb(65,28,53); }
div.DivClassName
{
background-color: #411C35;
}
.BgClassName
{
background-color: #411C35;
}
</style>
border-color css
<style>
span { border-color: #411C35; }
span { border-color: rgb(65,28,53); }
td.TdClassName
{
border-color: #411C35;
}
.TagClassName
{
border-color: #411C35;
}
</style>