Shades of Blackberry #410F2D
Tints of Blackberry #410F2D
RGB
CMYK
RGB Variations
Color information
#410F2D (or 0x410F2D) is known color: Blackberry. HEX triplet: 41, 0F and 2D. RGB value is (65,15,45). Sum of RGB (Red+Green+Blue) = 65+15+45=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #410F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F2D is #BEF0D2. Grayscale: #212121. Windows color (decimal): -12513491 or 2953025. OLE color: 2953025.
HSL color Cylindrical-coordinate representation of color #410F2D: hue angle of 324º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F2D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 45 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.75 |
| HSL | 324º | 0.63% | 0.16% | - |
| HSV(B) | 324º | 0.77% | 0.25% | - |
| XYZ | 2.82 | 1.65 | 2.65 | - |
| YUV | 33.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 45 | 0 | 0.77 | 0.31 | 0.75 | 324 | 0.63 | 0.16 |
| Hex | 41 | F | 2D | 0 | 4D | 1F | 4B | 144 | 3E | 10 |
| Octal | 101 | 17 | 55 | 0 | 115 | 37 | 113 | 504 | 76 | 20 |
| Binary | 1000001 | 1111 | 101101 | 0 | 1001101 | 11111 | 1001011 | 101000100 | 111110 | 10000 |
Color Harmonies of #410F2D
Complementary color
Monochromatic Colors of #410F2D
Black with #410F2D
Text Example
Text Example
White with #410F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F2D; }
p { color: rgb(65,15,45); }
H1.HeaderClassName
{
color: #410F2D;
}
.AnyTagClassName
{
color: #410F2D;
}
</style>
background-color css
<style>
a { background-color: #410F2D; }
a { background-color: rgb(65,15,45); }
div.DivClassName
{
background-color: #410F2D;
}
.BgClassName
{
background-color: #410F2D;
}
</style>
border-color css
<style>
span { border-color: #410F2D; }
span { border-color: rgb(65,15,45); }
td.TdClassName
{
border-color: #410F2D;
}
.TagClassName
{
border-color: #410F2D;
}
</style>