Shades of Blackberry #410929
Tints of Blackberry #410929
RGB
CMYK
RGB Variations
Color information
#410929 (or 0x410929) is known color: Blackberry. HEX triplet: 41, 09 and 29. RGB value is (65,9,41). Sum of RGB (Red+Green+Blue) = 65+9+41=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410929 is #BEF6D6. Grayscale: #1D1D1D. Windows color (decimal): -12515031 or 2689345. OLE color: 2689345.
HSL color Cylindrical-coordinate representation of color #410929: hue angle of 325.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410929 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 41 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.75 |
| HSL | 325.71º | 0.76% | 0.15% | - |
| HSV(B) | 325.71º | 0.86% | 0.25% | - |
| XYZ | 2.68 | 1.48 | 2.24 | - |
| YUV | 29.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 41 | 0 | 0.86 | 0.37 | 0.75 | 325.71 | 0.76 | 0.15 |
| Hex | 41 | 9 | 29 | 0 | 56 | 25 | 4B | 146 | 4C | F |
| Octal | 101 | 11 | 51 | 0 | 126 | 45 | 113 | 506 | 114 | 17 |
| Binary | 1000001 | 1001 | 101001 | 0 | 1010110 | 100101 | 1001011 | 101000110 | 1001100 | 1111 |
Color Harmonies of #410929
Complementary color
Monochromatic Colors of #410929
Black with #410929
Text Example
Text Example
White with #410929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410929; }
p { color: rgb(65,9,41); }
H1.HeaderClassName
{
color: #410929;
}
.AnyTagClassName
{
color: #410929;
}
</style>
background-color css
<style>
a { background-color: #410929; }
a { background-color: rgb(65,9,41); }
div.DivClassName
{
background-color: #410929;
}
.BgClassName
{
background-color: #410929;
}
</style>
border-color css
<style>
span { border-color: #410929; }
span { border-color: rgb(65,9,41); }
td.TdClassName
{
border-color: #410929;
}
.TagClassName
{
border-color: #410929;
}
</style>