Shades of Blackberry #410E2C
Tints of Blackberry #410E2C
RGB
CMYK
RGB Variations
Color information
#410E2C (or 0x410E2C) is known color: Blackberry. HEX triplet: 41, 0E and 2C. RGB value is (65,14,44). Sum of RGB (Red+Green+Blue) = 65+14+44=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E2C is #BEF1D3. Grayscale: #202020. Windows color (decimal): -12513748 or 2887233. OLE color: 2887233.
HSL color Cylindrical-coordinate representation of color #410E2C: hue angle of 324.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E2C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 44 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.75 |
| HSL | 324.71º | 0.65% | 0.15% | - |
| HSV(B) | 324.71º | 0.78% | 0.25% | - |
| XYZ | 2.79 | 1.62 | 2.55 | - |
| YUV | 32.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 44 | 0 | 0.78 | 0.32 | 0.75 | 324.71 | 0.65 | 0.15 |
| Hex | 41 | E | 2C | 0 | 4E | 20 | 4B | 145 | 41 | F |
| Octal | 101 | 16 | 54 | 0 | 116 | 40 | 113 | 505 | 101 | 17 |
| Binary | 1000001 | 1110 | 101100 | 0 | 1001110 | 100000 | 1001011 | 101000101 | 1000001 | 1111 |
Color Harmonies of #410E2C
Complementary color
Monochromatic Colors of #410E2C
Black with #410E2C
Text Example
Text Example
White with #410E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E2C; }
p { color: rgb(65,14,44); }
H1.HeaderClassName
{
color: #410E2C;
}
.AnyTagClassName
{
color: #410E2C;
}
</style>
background-color css
<style>
a { background-color: #410E2C; }
a { background-color: rgb(65,14,44); }
div.DivClassName
{
background-color: #410E2C;
}
.BgClassName
{
background-color: #410E2C;
}
</style>
border-color css
<style>
span { border-color: #410E2C; }
span { border-color: rgb(65,14,44); }
td.TdClassName
{
border-color: #410E2C;
}
.TagClassName
{
border-color: #410E2C;
}
</style>