Shades of Blackberry #410A2E
Tints of Blackberry #410A2E
RGB
CMYK
RGB Variations
Color information
#410A2E (or 0x410A2E) is known color: Blackberry. HEX triplet: 41, 0A and 2E. RGB value is (65,10,46). Sum of RGB (Red+Green+Blue) = 65+10+46=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A2E is #BEF5D1. Grayscale: #1E1E1E. Windows color (decimal): -12514770 or 3017281. OLE color: 3017281.
HSL color Cylindrical-coordinate representation of color #410A2E: hue angle of 320.73º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A2E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 46 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.75 |
| HSL | 320.73º | 0.73% | 0.15% | - |
| HSV(B) | 320.73º | 0.85% | 0.25% | - |
| XYZ | 2.78 | 1.54 | 2.74 | - |
| YUV | 30.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 46 | 0 | 0.85 | 0.29 | 0.75 | 320.73 | 0.73 | 0.15 |
| Hex | 41 | A | 2E | 0 | 55 | 1D | 4B | 141 | 49 | F |
| Octal | 101 | 12 | 56 | 0 | 125 | 35 | 113 | 501 | 111 | 17 |
| Binary | 1000001 | 1010 | 101110 | 0 | 1010101 | 11101 | 1001011 | 101000001 | 1001001 | 1111 |
Color Harmonies of #410A2E
Complementary color
Monochromatic Colors of #410A2E
Black with #410A2E
Text Example
Text Example
White with #410A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A2E; }
p { color: rgb(65,10,46); }
H1.HeaderClassName
{
color: #410A2E;
}
.AnyTagClassName
{
color: #410A2E;
}
</style>
background-color css
<style>
a { background-color: #410A2E; }
a { background-color: rgb(65,10,46); }
div.DivClassName
{
background-color: #410A2E;
}
.BgClassName
{
background-color: #410A2E;
}
</style>
border-color css
<style>
span { border-color: #410A2E; }
span { border-color: rgb(65,10,46); }
td.TdClassName
{
border-color: #410A2E;
}
.TagClassName
{
border-color: #410A2E;
}
</style>