Shades of Blackberry #410A28
Tints of Blackberry #410A28
RGB
CMYK
RGB Variations
Color information
#410A28 (or 0x410A28) is known color: Blackberry. HEX triplet: 41, 0A and 28. RGB value is (65,10,40). Sum of RGB (Red+Green+Blue) = 65+10+40=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A28 is #BEF5D7. Grayscale: #1D1D1D. Windows color (decimal): -12514776 or 2624065. OLE color: 2624065.
HSL color Cylindrical-coordinate representation of color #410A28: hue angle of 327.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A28 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 40 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.75 |
| HSL | 327.27º | 0.73% | 0.15% | - |
| HSV(B) | 327.27º | 0.85% | 0.25% | - |
| XYZ | 2.67 | 1.49 | 2.16 | - |
| YUV | 29.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 40 | 0 | 0.85 | 0.38 | 0.75 | 327.27 | 0.73 | 0.15 |
| Hex | 41 | A | 28 | 0 | 55 | 26 | 4B | 147 | 49 | F |
| Octal | 101 | 12 | 50 | 0 | 125 | 46 | 113 | 507 | 111 | 17 |
| Binary | 1000001 | 1010 | 101000 | 0 | 1010101 | 100110 | 1001011 | 101000111 | 1001001 | 1111 |
Color Harmonies of #410A28
Complementary color
Monochromatic Colors of #410A28
Black with #410A28
Text Example
Text Example
White with #410A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A28; }
p { color: rgb(65,10,40); }
H1.HeaderClassName
{
color: #410A28;
}
.AnyTagClassName
{
color: #410A28;
}
</style>
background-color css
<style>
a { background-color: #410A28; }
a { background-color: rgb(65,10,40); }
div.DivClassName
{
background-color: #410A28;
}
.BgClassName
{
background-color: #410A28;
}
</style>
border-color css
<style>
span { border-color: #410A28; }
span { border-color: rgb(65,10,40); }
td.TdClassName
{
border-color: #410A28;
}
.TagClassName
{
border-color: #410A28;
}
</style>