Shades of Blackberry #411C30
Tints of Blackberry #411C30
RGB
CMYK
RGB Variations
Color information
#411C30 (or 0x411C30) is known color: Blackberry. HEX triplet: 41, 1C and 30. RGB value is (65,28,48). Sum of RGB (Red+Green+Blue) = 65+28+48=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C30 is #BEE3CF. Grayscale: #292929. Windows color (decimal): -12510160 or 3152961. OLE color: 3152961.
HSL color Cylindrical-coordinate representation of color #411C30: hue angle of 327.57º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C30 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 48 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.75 |
| HSL | 327.57º | 0.4% | 0.18% | - |
| HSV(B) | 327.57º | 0.57% | 0.25% | - |
| XYZ | 3.13 | 2.17 | 3.05 | - |
| YUV | 41.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 48 | 0 | 0.57 | 0.26 | 0.75 | 327.57 | 0.4 | 0.18 |
| Hex | 41 | 1C | 30 | 0 | 39 | 1A | 4B | 148 | 28 | 12 |
| Octal | 101 | 34 | 60 | 0 | 71 | 32 | 113 | 510 | 50 | 22 |
| Binary | 1000001 | 11100 | 110000 | 0 | 111001 | 11010 | 1001011 | 101001000 | 101000 | 10010 |
Color Harmonies of #411C30
Complementary color
Monochromatic Colors of #411C30
Black with #411C30
Text Example
Text Example
White with #411C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C30; }
p { color: rgb(65,28,48); }
H1.HeaderClassName
{
color: #411C30;
}
.AnyTagClassName
{
color: #411C30;
}
</style>
background-color css
<style>
a { background-color: #411C30; }
a { background-color: rgb(65,28,48); }
div.DivClassName
{
background-color: #411C30;
}
.BgClassName
{
background-color: #411C30;
}
</style>
border-color css
<style>
span { border-color: #411C30; }
span { border-color: rgb(65,28,48); }
td.TdClassName
{
border-color: #411C30;
}
.TagClassName
{
border-color: #411C30;
}
</style>