Shades of Blackberry #411430
Tints of Blackberry #411430
RGB
CMYK
RGB Variations
Color information
#411430 (or 0x411430) is known color: Blackberry. HEX triplet: 41, 14 and 30. RGB value is (65,20,48). Sum of RGB (Red+Green+Blue) = 65+20+48=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411430 is #BEEBCF. Grayscale: #242424. Windows color (decimal): -12512208 or 3150913. OLE color: 3150913.
HSL color Cylindrical-coordinate representation of color #411430: hue angle of 322.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411430 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 48 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.75 |
| HSL | 322.67º | 0.53% | 0.17% | - |
| HSV(B) | 322.67º | 0.69% | 0.25% | - |
| XYZ | 2.96 | 1.84 | 2.99 | - |
| YUV | 36.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 48 | 0 | 0.69 | 0.26 | 0.75 | 322.67 | 0.53 | 0.17 |
| Hex | 41 | 14 | 30 | 0 | 45 | 1A | 4B | 143 | 35 | 11 |
| Octal | 101 | 24 | 60 | 0 | 105 | 32 | 113 | 503 | 65 | 21 |
| Binary | 1000001 | 10100 | 110000 | 0 | 1000101 | 11010 | 1001011 | 101000011 | 110101 | 10001 |
Color Harmonies of #411430
Complementary color
Monochromatic Colors of #411430
Black with #411430
Text Example
Text Example
White with #411430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411430; }
p { color: rgb(65,20,48); }
H1.HeaderClassName
{
color: #411430;
}
.AnyTagClassName
{
color: #411430;
}
</style>
background-color css
<style>
a { background-color: #411430; }
a { background-color: rgb(65,20,48); }
div.DivClassName
{
background-color: #411430;
}
.BgClassName
{
background-color: #411430;
}
</style>
border-color css
<style>
span { border-color: #411430; }
span { border-color: rgb(65,20,48); }
td.TdClassName
{
border-color: #411430;
}
.TagClassName
{
border-color: #411430;
}
</style>