Shades of Blackberry #410230
Tints of Blackberry #410230
RGB
CMYK
RGB Variations
Color information
#410230 (or 0x410230) is known color: Blackberry. HEX triplet: 41, 02 and 30. RGB value is (65,2,48). Sum of RGB (Red+Green+Blue) = 65+2+48=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410230 is #BEFDCF. Grayscale: #191919. Windows color (decimal): -12516816 or 3146305. OLE color: 3146305.
HSL color Cylindrical-coordinate representation of color #410230: hue angle of 316.19º 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 #410230 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 48 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.75 |
| HSL | 316.19º | 0.94% | 0.13% | - |
| HSV(B) | 316.19º | 0.97% | 0.25% | - |
| XYZ | 2.74 | 1.38 | 2.92 | - |
| YUV | 26.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 48 | 0 | 0.97 | 0.26 | 0.75 | 316.19 | 0.94 | 0.13 |
| Hex | 41 | 2 | 30 | 0 | 61 | 1A | 4B | 13C | 5E | D |
| Octal | 101 | 2 | 60 | 0 | 141 | 32 | 113 | 474 | 136 | 15 |
| Binary | 1000001 | 10 | 110000 | 0 | 1100001 | 11010 | 1001011 | 100111100 | 1011110 | 1101 |
Color Harmonies of #410230
Complementary color
Monochromatic Colors of #410230
Black with #410230
Text Example
Text Example
White with #410230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410230; }
p { color: rgb(65,2,48); }
H1.HeaderClassName
{
color: #410230;
}
.AnyTagClassName
{
color: #410230;
}
</style>
background-color css
<style>
a { background-color: #410230; }
a { background-color: rgb(65,2,48); }
div.DivClassName
{
background-color: #410230;
}
.BgClassName
{
background-color: #410230;
}
</style>
border-color css
<style>
span { border-color: #410230; }
span { border-color: rgb(65,2,48); }
td.TdClassName
{
border-color: #410230;
}
.TagClassName
{
border-color: #410230;
}
</style>