Shades of Blackberry #410D2A
Tints of Blackberry #410D2A
RGB
CMYK
RGB Variations
Color information
#410D2A (or 0x410D2A) is known color: Blackberry. HEX triplet: 41, 0D and 2A. RGB value is (65,13,42). Sum of RGB (Red+Green+Blue) = 65+13+42=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D2A is #BEF2D5. Grayscale: #1F1F1F. Windows color (decimal): -12514006 or 2755905. OLE color: 2755905.
HSL color Cylindrical-coordinate representation of color #410D2A: hue angle of 326.54º 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 #410D2A is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 13 | 42 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.75 |
| HSL | 326.54º | 0.67% | 0.15% | - |
| HSV(B) | 326.54º | 0.8% | 0.25% | - |
| XYZ | 2.74 | 1.58 | 2.35 | - |
| YUV | 31.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 42 | 0 | 0.80 | 0.35 | 0.75 | 326.54 | 0.67 | 0.15 |
| Hex | 41 | D | 2A | 0 | 50 | 23 | 4B | 147 | 43 | F |
| Octal | 101 | 15 | 52 | 0 | 120 | 43 | 113 | 507 | 103 | 17 |
| Binary | 1000001 | 1101 | 101010 | 0 | 1010000 | 100011 | 1001011 | 101000111 | 1000011 | 1111 |
Color Harmonies of #410D2A
Complementary color
Monochromatic Colors of #410D2A
Black with #410D2A
Text Example
Text Example
White with #410D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D2A; }
p { color: rgb(65,13,42); }
H1.HeaderClassName
{
color: #410D2A;
}
.AnyTagClassName
{
color: #410D2A;
}
</style>
background-color css
<style>
a { background-color: #410D2A; }
a { background-color: rgb(65,13,42); }
div.DivClassName
{
background-color: #410D2A;
}
.BgClassName
{
background-color: #410D2A;
}
</style>
border-color css
<style>
span { border-color: #410D2A; }
span { border-color: rgb(65,13,42); }
td.TdClassName
{
border-color: #410D2A;
}
.TagClassName
{
border-color: #410D2A;
}
</style>