Shades of Blackberry #410E22
Tints of Blackberry #410E22
RGB
CMYK
RGB Variations
Color information
#410E22 (or 0x410E22) is known color: Blackberry. HEX triplet: 41, 0E and 22. RGB value is (65,14,34). Sum of RGB (Red+Green+Blue) = 65+14+34=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E22 is #BEF1DD. Grayscale: #1F1F1F. Windows color (decimal): -12513758 or 2231873. OLE color: 2231873.
HSL color Cylindrical-coordinate representation of color #410E22: hue angle of 336.47º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E22 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 34 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.75 |
| HSL | 336.47º | 0.65% | 0.15% | - |
| HSV(B) | 336.47º | 0.78% | 0.25% | - |
| XYZ | 2.63 | 1.55 | 1.67 | - |
| YUV | 31.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 34 | 0 | 0.78 | 0.48 | 0.75 | 336.47 | 0.65 | 0.15 |
| Hex | 41 | E | 22 | 0 | 4E | 30 | 4B | 150 | 41 | F |
| Octal | 101 | 16 | 42 | 0 | 116 | 60 | 113 | 520 | 101 | 17 |
| Binary | 1000001 | 1110 | 100010 | 0 | 1001110 | 110000 | 1001011 | 101010000 | 1000001 | 1111 |
Color Harmonies of #410E22
Complementary color
Monochromatic Colors of #410E22
Black with #410E22
Text Example
Text Example
White with #410E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E22; }
p { color: rgb(65,14,34); }
H1.HeaderClassName
{
color: #410E22;
}
.AnyTagClassName
{
color: #410E22;
}
</style>
background-color css
<style>
a { background-color: #410E22; }
a { background-color: rgb(65,14,34); }
div.DivClassName
{
background-color: #410E22;
}
.BgClassName
{
background-color: #410E22;
}
</style>
border-color css
<style>
span { border-color: #410E22; }
span { border-color: rgb(65,14,34); }
td.TdClassName
{
border-color: #410E22;
}
.TagClassName
{
border-color: #410E22;
}
</style>