Shades of Blackberry #410E2B
Tints of Blackberry #410E2B
RGB
CMYK
RGB Variations
Color information
#410E2B (or 0x410E2B) is known color: Blackberry. HEX triplet: 41, 0E and 2B. RGB value is (65,14,43). Sum of RGB (Red+Green+Blue) = 65+14+43=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E2B is #BEF1D4. Grayscale: #202020. Windows color (decimal): -12513749 or 2821697. OLE color: 2821697.
HSL color Cylindrical-coordinate representation of color #410E2B: hue angle of 325.88º 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 #410E2B is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 43 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.75 |
| HSL | 325.88º | 0.65% | 0.15% | - |
| HSV(B) | 325.88º | 0.78% | 0.25% | - |
| XYZ | 2.77 | 1.61 | 2.45 | - |
| YUV | 32.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 43 | 0 | 0.78 | 0.34 | 0.75 | 325.88 | 0.65 | 0.15 |
| Hex | 41 | E | 2B | 0 | 4E | 22 | 4B | 146 | 41 | F |
| Octal | 101 | 16 | 53 | 0 | 116 | 42 | 113 | 506 | 101 | 17 |
| Binary | 1000001 | 1110 | 101011 | 0 | 1001110 | 100010 | 1001011 | 101000110 | 1000001 | 1111 |
Color Harmonies of #410E2B
Complementary color
Monochromatic Colors of #410E2B
Black with #410E2B
Text Example
Text Example
White with #410E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E2B; }
p { color: rgb(65,14,43); }
H1.HeaderClassName
{
color: #410E2B;
}
.AnyTagClassName
{
color: #410E2B;
}
</style>
background-color css
<style>
a { background-color: #410E2B; }
a { background-color: rgb(65,14,43); }
div.DivClassName
{
background-color: #410E2B;
}
.BgClassName
{
background-color: #410E2B;
}
</style>
border-color css
<style>
span { border-color: #410E2B; }
span { border-color: rgb(65,14,43); }
td.TdClassName
{
border-color: #410E2B;
}
.TagClassName
{
border-color: #410E2B;
}
</style>