Shades of Blackberry #410028
Tints of Blackberry #410028
RGB
CMYK
RGB Variations
Color information
#410028 (or 0x410028) is known color: Blackberry. HEX triplet: 41, 00 and 28. RGB value is (65,0,40). Sum of RGB (Red+Green+Blue) = 65+0+40=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410028 is #BEFFD7. Grayscale: #171717. Windows color (decimal): -12517336 or 2621505. OLE color: 2621505.
HSL color Cylindrical-coordinate representation of color #410028: hue angle of 323.08º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410028 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.38 | 0.75 |
| HSL | 323.08º | 1% | 0.13% | - |
| HSV(B) | 323.08º | 1% | 0.25% | - |
| XYZ | 2.56 | 1.28 | 2.12 | - |
| YUV | 24 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 40 | 0 | 1 | 0.38 | 0.75 | 323.08 | 1 | 0.13 |
| Hex | 41 | 0 | 28 | 0 | 64 | 26 | 4B | 143 | 64 | D |
| Octal | 101 | 0 | 50 | 0 | 144 | 46 | 113 | 503 | 144 | 15 |
| Binary | 1000001 | 0 | 101000 | 0 | 1100100 | 100110 | 1001011 | 101000011 | 1100100 | 1101 |
Color Harmonies of #410028
Complementary color
Monochromatic Colors of #410028
Black with #410028
Text Example
Text Example
White with #410028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410028; }
p { color: rgb(65,0,40); }
H1.HeaderClassName
{
color: #410028;
}
.AnyTagClassName
{
color: #410028;
}
</style>
background-color css
<style>
a { background-color: #410028; }
a { background-color: rgb(65,0,40); }
div.DivClassName
{
background-color: #410028;
}
.BgClassName
{
background-color: #410028;
}
</style>
border-color css
<style>
span { border-color: #410028; }
span { border-color: rgb(65,0,40); }
td.TdClassName
{
border-color: #410028;
}
.TagClassName
{
border-color: #410028;
}
</style>