Shades of Blackberry #410429
Tints of Blackberry #410429
RGB
CMYK
RGB Variations
Color information
#410429 (or 0x410429) is known color: Blackberry. HEX triplet: 41, 04 and 29. RGB value is (65,4,41). Sum of RGB (Red+Green+Blue) = 65+4+41=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #410429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410429 is #BEFBD6. Grayscale: #1A1A1A. Windows color (decimal): -12516311 or 2688065. OLE color: 2688065.
HSL color Cylindrical-coordinate representation of color #410429: hue angle of 323.61º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410429 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 41 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.75 |
| HSL | 323.61º | 0.88% | 0.14% | - |
| HSV(B) | 323.61º | 0.94% | 0.25% | - |
| XYZ | 2.62 | 1.37 | 2.22 | - |
| YUV | 26.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 41 | 0 | 0.94 | 0.37 | 0.75 | 323.61 | 0.88 | 0.14 |
| Hex | 41 | 4 | 29 | 0 | 5E | 25 | 4B | 144 | 58 | E |
| Octal | 101 | 4 | 51 | 0 | 136 | 45 | 113 | 504 | 130 | 16 |
| Binary | 1000001 | 100 | 101001 | 0 | 1011110 | 100101 | 1001011 | 101000100 | 1011000 | 1110 |
Color Harmonies of #410429
Complementary color
Monochromatic Colors of #410429
Black with #410429
Text Example
Text Example
White with #410429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410429; }
p { color: rgb(65,4,41); }
H1.HeaderClassName
{
color: #410429;
}
.AnyTagClassName
{
color: #410429;
}
</style>
background-color css
<style>
a { background-color: #410429; }
a { background-color: rgb(65,4,41); }
div.DivClassName
{
background-color: #410429;
}
.BgClassName
{
background-color: #410429;
}
</style>
border-color css
<style>
span { border-color: #410429; }
span { border-color: rgb(65,4,41); }
td.TdClassName
{
border-color: #410429;
}
.TagClassName
{
border-color: #410429;
}
</style>