Shades of Blackberry #410F24
Tints of Blackberry #410F24
RGB
CMYK
RGB Variations
Color information
#410F24 (or 0x410F24) is known color: Blackberry. HEX triplet: 41, 0F and 24. RGB value is (65,15,36). Sum of RGB (Red+Green+Blue) = 65+15+36=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #410F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F24 is #BEF0DB. Grayscale: #202020. Windows color (decimal): -12513500 or 2363201. OLE color: 2363201.
HSL color Cylindrical-coordinate representation of color #410F24: hue angle of 334.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F24 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 36 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.75 |
| HSL | 334.8º | 0.63% | 0.16% | - |
| HSV(B) | 334.8º | 0.77% | 0.25% | - |
| XYZ | 2.67 | 1.59 | 1.84 | - |
| YUV | 32.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 36 | 0 | 0.77 | 0.45 | 0.75 | 334.8 | 0.63 | 0.16 |
| Hex | 41 | F | 24 | 0 | 4D | 2D | 4B | 14F | 3E | 10 |
| Octal | 101 | 17 | 44 | 0 | 115 | 55 | 113 | 517 | 76 | 20 |
| Binary | 1000001 | 1111 | 100100 | 0 | 1001101 | 101101 | 1001011 | 101001111 | 111110 | 10000 |
Color Harmonies of #410F24
Complementary color
Monochromatic Colors of #410F24
Black with #410F24
Text Example
Text Example
White with #410F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F24; }
p { color: rgb(65,15,36); }
H1.HeaderClassName
{
color: #410F24;
}
.AnyTagClassName
{
color: #410F24;
}
</style>
background-color css
<style>
a { background-color: #410F24; }
a { background-color: rgb(65,15,36); }
div.DivClassName
{
background-color: #410F24;
}
.BgClassName
{
background-color: #410F24;
}
</style>
border-color css
<style>
span { border-color: #410F24; }
span { border-color: rgb(65,15,36); }
td.TdClassName
{
border-color: #410F24;
}
.TagClassName
{
border-color: #410F24;
}
</style>