Shades of Blackberry #410725
Tints of Blackberry #410725
RGB
CMYK
RGB Variations
Color information
#410725 (or 0x410725) is known color: Blackberry. HEX triplet: 41, 07 and 25. RGB value is (65,7,37). Sum of RGB (Red+Green+Blue) = 65+7+37=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410725 is #BEF8DA. Grayscale: #1B1B1B. Windows color (decimal): -12515547 or 2426689. OLE color: 2426689.
HSL color Cylindrical-coordinate representation of color #410725: hue angle of 328.97º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410725 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 37 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.75 |
| HSL | 328.97º | 0.81% | 0.14% | - |
| HSV(B) | 328.97º | 0.89% | 0.25% | - |
| XYZ | 2.59 | 1.41 | 1.89 | - |
| YUV | 27.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 37 | 0 | 0.89 | 0.43 | 0.75 | 328.97 | 0.81 | 0.14 |
| Hex | 41 | 7 | 25 | 0 | 59 | 2B | 4B | 149 | 51 | E |
| Octal | 101 | 7 | 45 | 0 | 131 | 53 | 113 | 511 | 121 | 16 |
| Binary | 1000001 | 111 | 100101 | 0 | 1011001 | 101011 | 1001011 | 101001001 | 1010001 | 1110 |
Color Harmonies of #410725
Complementary color
Monochromatic Colors of #410725
Black with #410725
Text Example
Text Example
White with #410725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410725; }
p { color: rgb(65,7,37); }
H1.HeaderClassName
{
color: #410725;
}
.AnyTagClassName
{
color: #410725;
}
</style>
background-color css
<style>
a { background-color: #410725; }
a { background-color: rgb(65,7,37); }
div.DivClassName
{
background-color: #410725;
}
.BgClassName
{
background-color: #410725;
}
</style>
border-color css
<style>
span { border-color: #410725; }
span { border-color: rgb(65,7,37); }
td.TdClassName
{
border-color: #410725;
}
.TagClassName
{
border-color: #410725;
}
</style>