Shades of Blackberry #410225
Tints of Blackberry #410225
RGB
CMYK
RGB Variations
Color information
#410225 (or 0x410225) is known color: Blackberry. HEX triplet: 41, 02 and 25. RGB value is (65,2,37). Sum of RGB (Red+Green+Blue) = 65+2+37=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410225 is #BEFDDA. Grayscale: #181818. Windows color (decimal): -12516827 or 2425409. OLE color: 2425409.
HSL color Cylindrical-coordinate representation of color #410225: hue angle of 326.67º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410225 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 37 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.75 |
| HSL | 326.67º | 0.94% | 0.13% | - |
| HSV(B) | 326.67º | 0.97% | 0.25% | - |
| XYZ | 2.54 | 1.3 | 1.87 | - |
| YUV | 24.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 37 | 0 | 0.97 | 0.43 | 0.75 | 326.67 | 0.94 | 0.13 |
| Hex | 41 | 2 | 25 | 0 | 61 | 2B | 4B | 147 | 5E | D |
| Octal | 101 | 2 | 45 | 0 | 141 | 53 | 113 | 507 | 136 | 15 |
| Binary | 1000001 | 10 | 100101 | 0 | 1100001 | 101011 | 1001011 | 101000111 | 1011110 | 1101 |
Color Harmonies of #410225
Complementary color
Monochromatic Colors of #410225
Black with #410225
Text Example
Text Example
White with #410225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410225; }
p { color: rgb(65,2,37); }
H1.HeaderClassName
{
color: #410225;
}
.AnyTagClassName
{
color: #410225;
}
</style>
background-color css
<style>
a { background-color: #410225; }
a { background-color: rgb(65,2,37); }
div.DivClassName
{
background-color: #410225;
}
.BgClassName
{
background-color: #410225;
}
</style>
border-color css
<style>
span { border-color: #410225; }
span { border-color: rgb(65,2,37); }
td.TdClassName
{
border-color: #410225;
}
.TagClassName
{
border-color: #410225;
}
</style>