Shades of Blackberry #411835
Tints of Blackberry #411835
RGB
CMYK
RGB Variations
Color information
#411835 (or 0x411835) is known color: Blackberry. HEX triplet: 41, 18 and 35. RGB value is (65,24,53). Sum of RGB (Red+Green+Blue) = 65+24+53=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411835 is #BEE7CA. Grayscale: #272727. Windows color (decimal): -12511179 or 3479617. OLE color: 3479617.
HSL color Cylindrical-coordinate representation of color #411835: hue angle of 317.56º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411835 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 53 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.75 |
| HSL | 317.56º | 0.46% | 0.17% | - |
| HSV(B) | 317.56º | 0.63% | 0.25% | - |
| XYZ | 3.15 | 2.03 | 3.59 | - |
| YUV | 39.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 53 | 0 | 0.63 | 0.18 | 0.75 | 317.56 | 0.46 | 0.17 |
| Hex | 41 | 18 | 35 | 0 | 3F | 12 | 4B | 13E | 2E | 11 |
| Octal | 101 | 30 | 65 | 0 | 77 | 22 | 113 | 476 | 56 | 21 |
| Binary | 1000001 | 11000 | 110101 | 0 | 111111 | 10010 | 1001011 | 100111110 | 101110 | 10001 |
Color Harmonies of #411835
Complementary color
Monochromatic Colors of #411835
Black with #411835
Text Example
Text Example
White with #411835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411835; }
p { color: rgb(65,24,53); }
H1.HeaderClassName
{
color: #411835;
}
.AnyTagClassName
{
color: #411835;
}
</style>
background-color css
<style>
a { background-color: #411835; }
a { background-color: rgb(65,24,53); }
div.DivClassName
{
background-color: #411835;
}
.BgClassName
{
background-color: #411835;
}
</style>
border-color css
<style>
span { border-color: #411835; }
span { border-color: rgb(65,24,53); }
td.TdClassName
{
border-color: #411835;
}
.TagClassName
{
border-color: #411835;
}
</style>