Shades of Blackberry #410D2C
Tints of Blackberry #410D2C
RGB
CMYK
RGB Variations
Color information
#410D2C (or 0x410D2C) is known color: Blackberry. HEX triplet: 41, 0D and 2C. RGB value is (65,13,44). Sum of RGB (Red+Green+Blue) = 65+13+44=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D2C is #BEF2D3. Grayscale: #202020. Windows color (decimal): -12514004 or 2886977. OLE color: 2886977.
HSL color Cylindrical-coordinate representation of color #410D2C: hue angle of 324.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D2C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 13 | 44 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.75 |
| HSL | 324.23º | 0.67% | 0.15% | - |
| HSV(B) | 324.23º | 0.8% | 0.25% | - |
| XYZ | 2.78 | 1.59 | 2.54 | - |
| YUV | 32.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 44 | 0 | 0.80 | 0.32 | 0.75 | 324.23 | 0.67 | 0.15 |
| Hex | 41 | D | 2C | 0 | 50 | 20 | 4B | 144 | 43 | F |
| Octal | 101 | 15 | 54 | 0 | 120 | 40 | 113 | 504 | 103 | 17 |
| Binary | 1000001 | 1101 | 101100 | 0 | 1010000 | 100000 | 1001011 | 101000100 | 1000011 | 1111 |
Color Harmonies of #410D2C
Complementary color
Monochromatic Colors of #410D2C
Black with #410D2C
Text Example
Text Example
White with #410D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D2C; }
p { color: rgb(65,13,44); }
H1.HeaderClassName
{
color: #410D2C;
}
.AnyTagClassName
{
color: #410D2C;
}
</style>
background-color css
<style>
a { background-color: #410D2C; }
a { background-color: rgb(65,13,44); }
div.DivClassName
{
background-color: #410D2C;
}
.BgClassName
{
background-color: #410D2C;
}
</style>
border-color css
<style>
span { border-color: #410D2C; }
span { border-color: rgb(65,13,44); }
td.TdClassName
{
border-color: #410D2C;
}
.TagClassName
{
border-color: #410D2C;
}
</style>