Shades of Blackberry #410038
Tints of Blackberry #410038
RGB
CMYK
RGB Variations
Color information
#410038 (or 0x410038) is known color: Blackberry. HEX triplet: 41, 00 and 38. RGB value is (65,0,56). Sum of RGB (Red+Green+Blue) = 65+0+56=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410038 is #BEFFC7. Grayscale: #191919. Windows color (decimal): -12517320 or 3670081. OLE color: 3670081.
HSL color Cylindrical-coordinate representation of color #410038: hue angle of 308.31º 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 #410038 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.14 | 0.75 |
| HSL | 308.31º | 1% | 0.13% | - |
| HSV(B) | 308.31º | 1% | 0.25% | - |
| XYZ | 2.89 | 1.41 | 3.86 | - |
| YUV | 25.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 56 | 0 | 1 | 0.14 | 0.75 | 308.31 | 1 | 0.13 |
| Hex | 41 | 0 | 38 | 0 | 64 | E | 4B | 134 | 64 | D |
| Octal | 101 | 0 | 70 | 0 | 144 | 16 | 113 | 464 | 144 | 15 |
| Binary | 1000001 | 0 | 111000 | 0 | 1100100 | 1110 | 1001011 | 100110100 | 1100100 | 1101 |
Color Harmonies of #410038
Complementary color
Monochromatic Colors of #410038
Black with #410038
Text Example
Text Example
White with #410038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410038; }
p { color: rgb(65,0,56); }
H1.HeaderClassName
{
color: #410038;
}
.AnyTagClassName
{
color: #410038;
}
</style>
background-color css
<style>
a { background-color: #410038; }
a { background-color: rgb(65,0,56); }
div.DivClassName
{
background-color: #410038;
}
.BgClassName
{
background-color: #410038;
}
</style>
border-color css
<style>
span { border-color: #410038; }
span { border-color: rgb(65,0,56); }
td.TdClassName
{
border-color: #410038;
}
.TagClassName
{
border-color: #410038;
}
</style>