Shades of Blackberry #410138
Tints of Blackberry #410138
RGB
CMYK
RGB Variations
Color information
#410138 (or 0x410138) is known color: Blackberry. HEX triplet: 41, 01 and 38. RGB value is (65,1,56). Sum of RGB (Red+Green+Blue) = 65+1+56=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410138 is #BEFEC7. Grayscale: #1A1A1A. Windows color (decimal): -12517064 or 3670337. OLE color: 3670337.
HSL color Cylindrical-coordinate representation of color #410138: hue angle of 308.44º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410138 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 56 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.75 |
| HSL | 308.44º | 0.97% | 0.13% | - |
| HSV(B) | 308.44º | 0.98% | 0.25% | - |
| XYZ | 2.9 | 1.43 | 3.86 | - |
| YUV | 26.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 56 | 0 | 0.98 | 0.14 | 0.75 | 308.44 | 0.97 | 0.13 |
| Hex | 41 | 1 | 38 | 0 | 62 | E | 4B | 134 | 61 | D |
| Octal | 101 | 1 | 70 | 0 | 142 | 16 | 113 | 464 | 141 | 15 |
| Binary | 1000001 | 1 | 111000 | 0 | 1100010 | 1110 | 1001011 | 100110100 | 1100001 | 1101 |
Color Harmonies of #410138
Complementary color
Monochromatic Colors of #410138
Black with #410138
Text Example
Text Example
White with #410138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410138; }
p { color: rgb(65,1,56); }
H1.HeaderClassName
{
color: #410138;
}
.AnyTagClassName
{
color: #410138;
}
</style>
background-color css
<style>
a { background-color: #410138; }
a { background-color: rgb(65,1,56); }
div.DivClassName
{
background-color: #410138;
}
.BgClassName
{
background-color: #410138;
}
</style>
border-color css
<style>
span { border-color: #410138; }
span { border-color: rgb(65,1,56); }
td.TdClassName
{
border-color: #410138;
}
.TagClassName
{
border-color: #410138;
}
</style>