Shades of Blackberry #410820
Tints of Blackberry #410820
RGB
CMYK
RGB Variations
Color information
#410820 (or 0x410820) is known color: Blackberry. HEX triplet: 41, 08 and 20. RGB value is (65,8,32). Sum of RGB (Red+Green+Blue) = 65+8+32=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410820 is #BEF7DF. Grayscale: #1B1B1B. Windows color (decimal): -12515296 or 2099265. OLE color: 2099265.
HSL color Cylindrical-coordinate representation of color #410820: hue angle of 334.74º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410820 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 32 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.75 |
| HSL | 334.74º | 0.78% | 0.14% | - |
| HSV(B) | 334.74º | 0.88% | 0.25% | - |
| XYZ | 2.53 | 1.4 | 1.5 | - |
| YUV | 27.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 32 | 0 | 0.88 | 0.51 | 0.75 | 334.74 | 0.78 | 0.14 |
| Hex | 41 | 8 | 20 | 0 | 58 | 33 | 4B | 14F | 4E | E |
| Octal | 101 | 10 | 40 | 0 | 130 | 63 | 113 | 517 | 116 | 16 |
| Binary | 1000001 | 1000 | 100000 | 0 | 1011000 | 110011 | 1001011 | 101001111 | 1001110 | 1110 |
Color Harmonies of #410820
Complementary color
Monochromatic Colors of #410820
Black with #410820
Text Example
Text Example
White with #410820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410820; }
p { color: rgb(65,8,32); }
H1.HeaderClassName
{
color: #410820;
}
.AnyTagClassName
{
color: #410820;
}
</style>
background-color css
<style>
a { background-color: #410820; }
a { background-color: rgb(65,8,32); }
div.DivClassName
{
background-color: #410820;
}
.BgClassName
{
background-color: #410820;
}
</style>
border-color css
<style>
span { border-color: #410820; }
span { border-color: rgb(65,8,32); }
td.TdClassName
{
border-color: #410820;
}
.TagClassName
{
border-color: #410820;
}
</style>