Shades of Blackberry #410E24
Tints of Blackberry #410E24
RGB
CMYK
RGB Variations
Color information
#410E24 (or 0x410E24) is known color: Blackberry. HEX triplet: 41, 0E and 24. RGB value is (65,14,36). Sum of RGB (Red+Green+Blue) = 65+14+36=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E24 is #BEF1DB. Grayscale: #1F1F1F. Windows color (decimal): -12513756 or 2362945. OLE color: 2362945.
HSL color Cylindrical-coordinate representation of color #410E24: hue angle of 334.12º 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 #410E24 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 36 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.75 |
| HSL | 334.12º | 0.65% | 0.15% | - |
| HSV(B) | 334.12º | 0.78% | 0.25% | - |
| XYZ | 2.66 | 1.57 | 1.83 | - |
| YUV | 31.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 36 | 0 | 0.78 | 0.45 | 0.75 | 334.12 | 0.65 | 0.15 |
| Hex | 41 | E | 24 | 0 | 4E | 2D | 4B | 14E | 41 | F |
| Octal | 101 | 16 | 44 | 0 | 116 | 55 | 113 | 516 | 101 | 17 |
| Binary | 1000001 | 1110 | 100100 | 0 | 1001110 | 101101 | 1001011 | 101001110 | 1000001 | 1111 |
Color Harmonies of #410E24
Complementary color
Monochromatic Colors of #410E24
Black with #410E24
Text Example
Text Example
White with #410E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E24; }
p { color: rgb(65,14,36); }
H1.HeaderClassName
{
color: #410E24;
}
.AnyTagClassName
{
color: #410E24;
}
</style>
background-color css
<style>
a { background-color: #410E24; }
a { background-color: rgb(65,14,36); }
div.DivClassName
{
background-color: #410E24;
}
.BgClassName
{
background-color: #410E24;
}
</style>
border-color css
<style>
span { border-color: #410E24; }
span { border-color: rgb(65,14,36); }
td.TdClassName
{
border-color: #410E24;
}
.TagClassName
{
border-color: #410E24;
}
</style>