Shades of Blackberry #410626
Tints of Blackberry #410626
RGB
CMYK
RGB Variations
Color information
#410626 (or 0x410626) is known color: Blackberry. HEX triplet: 41, 06 and 26. RGB value is (65,6,38). Sum of RGB (Red+Green+Blue) = 65+6+38=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410626 is #BEF9D9. Grayscale: #1B1B1B. Windows color (decimal): -12515802 or 2491969. OLE color: 2491969.
HSL color Cylindrical-coordinate representation of color #410626: hue angle of 327.46º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410626 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 38 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.75 |
| HSL | 327.46º | 0.83% | 0.14% | - |
| HSV(B) | 327.46º | 0.91% | 0.25% | - |
| XYZ | 2.59 | 1.39 | 1.97 | - |
| YUV | 27.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 38 | 0 | 0.91 | 0.42 | 0.75 | 327.46 | 0.83 | 0.14 |
| Hex | 41 | 6 | 26 | 0 | 5B | 2A | 4B | 147 | 53 | E |
| Octal | 101 | 6 | 46 | 0 | 133 | 52 | 113 | 507 | 123 | 16 |
| Binary | 1000001 | 110 | 100110 | 0 | 1011011 | 101010 | 1001011 | 101000111 | 1010011 | 1110 |
Color Harmonies of #410626
Complementary color
Monochromatic Colors of #410626
Black with #410626
Text Example
Text Example
White with #410626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410626; }
p { color: rgb(65,6,38); }
H1.HeaderClassName
{
color: #410626;
}
.AnyTagClassName
{
color: #410626;
}
</style>
background-color css
<style>
a { background-color: #410626; }
a { background-color: rgb(65,6,38); }
div.DivClassName
{
background-color: #410626;
}
.BgClassName
{
background-color: #410626;
}
</style>
border-color css
<style>
span { border-color: #410626; }
span { border-color: rgb(65,6,38); }
td.TdClassName
{
border-color: #410626;
}
.TagClassName
{
border-color: #410626;
}
</style>