Shades of Blackberry #411C2D
Tints of Blackberry #411C2D
RGB
CMYK
RGB Variations
Color information
#411C2D (or 0x411C2D) is known color: Blackberry. HEX triplet: 41, 1C and 2D. RGB value is (65,28,45). Sum of RGB (Red+Green+Blue) = 65+28+45=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2D is #BEE3D2. Grayscale: #282828. Windows color (decimal): -12510163 or 2956353. OLE color: 2956353.
HSL color Cylindrical-coordinate representation of color #411C2D: hue angle of 332.43º 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 #411C2D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 45 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.75 |
| HSL | 332.43º | 0.4% | 0.18% | - |
| HSV(B) | 332.43º | 0.57% | 0.25% | - |
| XYZ | 3.07 | 2.14 | 2.73 | - |
| YUV | 41 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 45 | 0 | 0.57 | 0.31 | 0.75 | 332.43 | 0.4 | 0.18 |
| Hex | 41 | 1C | 2D | 0 | 39 | 1F | 4B | 14C | 28 | 12 |
| Octal | 101 | 34 | 55 | 0 | 71 | 37 | 113 | 514 | 50 | 22 |
| Binary | 1000001 | 11100 | 101101 | 0 | 111001 | 11111 | 1001011 | 101001100 | 101000 | 10010 |
Color Harmonies of #411C2D
Complementary color
Monochromatic Colors of #411C2D
Black with #411C2D
Text Example
Text Example
White with #411C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C2D; }
p { color: rgb(65,28,45); }
H1.HeaderClassName
{
color: #411C2D;
}
.AnyTagClassName
{
color: #411C2D;
}
</style>
background-color css
<style>
a { background-color: #411C2D; }
a { background-color: rgb(65,28,45); }
div.DivClassName
{
background-color: #411C2D;
}
.BgClassName
{
background-color: #411C2D;
}
</style>
border-color css
<style>
span { border-color: #411C2D; }
span { border-color: rgb(65,28,45); }
td.TdClassName
{
border-color: #411C2D;
}
.TagClassName
{
border-color: #411C2D;
}
</style>