Shades of Blackberry #410826
Tints of Blackberry #410826
RGB
CMYK
RGB Variations
Color information
#410826 (or 0x410826) is known color: Blackberry. HEX triplet: 41, 08 and 26. RGB value is (65,8,38). Sum of RGB (Red+Green+Blue) = 65+8+38=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #410826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410826 is #BEF7D9. Grayscale: #1C1C1C. Windows color (decimal): -12515290 or 2492481. OLE color: 2492481.
HSL color Cylindrical-coordinate representation of color #410826: hue angle of 328.42º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410826 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 38 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.75 |
| HSL | 328.42º | 0.78% | 0.14% | - |
| HSV(B) | 328.42º | 0.88% | 0.25% | - |
| XYZ | 2.62 | 1.44 | 1.97 | - |
| YUV | 28.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 38 | 0 | 0.88 | 0.42 | 0.75 | 328.42 | 0.78 | 0.14 |
| Hex | 41 | 8 | 26 | 0 | 58 | 2A | 4B | 148 | 4E | E |
| Octal | 101 | 10 | 46 | 0 | 130 | 52 | 113 | 510 | 116 | 16 |
| Binary | 1000001 | 1000 | 100110 | 0 | 1011000 | 101010 | 1001011 | 101001000 | 1001110 | 1110 |
Color Harmonies of #410826
Complementary color
Monochromatic Colors of #410826
Black with #410826
Text Example
Text Example
White with #410826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410826; }
p { color: rgb(65,8,38); }
H1.HeaderClassName
{
color: #410826;
}
.AnyTagClassName
{
color: #410826;
}
</style>
background-color css
<style>
a { background-color: #410826; }
a { background-color: rgb(65,8,38); }
div.DivClassName
{
background-color: #410826;
}
.BgClassName
{
background-color: #410826;
}
</style>
border-color css
<style>
span { border-color: #410826; }
span { border-color: rgb(65,8,38); }
td.TdClassName
{
border-color: #410826;
}
.TagClassName
{
border-color: #410826;
}
</style>