Shades of Blackberry #41102B
Tints of Blackberry #41102B
RGB
CMYK
RGB Variations
Color information
#41102B (or 0x41102B) is known color: Blackberry. HEX triplet: 41, 10 and 2B. RGB value is (65,16,43). Sum of RGB (Red+Green+Blue) = 65+16+43=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41102B is #BEEFD4. Grayscale: #212121. Windows color (decimal): -12513237 or 2822209. OLE color: 2822209.
HSL color Cylindrical-coordinate representation of color #41102B: hue angle of 326.94º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41102B is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 43 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.75 |
| HSL | 326.94º | 0.6% | 0.16% | - |
| HSV(B) | 326.94º | 0.75% | 0.25% | - |
| XYZ | 2.8 | 1.67 | 2.46 | - |
| YUV | 33.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 43 | 0 | 0.75 | 0.34 | 0.75 | 326.94 | 0.6 | 0.16 |
| Hex | 41 | 10 | 2B | 0 | 4B | 22 | 4B | 147 | 3C | 10 |
| Octal | 101 | 20 | 53 | 0 | 113 | 42 | 113 | 507 | 74 | 20 |
| Binary | 1000001 | 10000 | 101011 | 0 | 1001011 | 100010 | 1001011 | 101000111 | 111100 | 10000 |
Color Harmonies of #41102B
Complementary color
Monochromatic Colors of #41102B
Black with #41102B
Text Example
Text Example
White with #41102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41102B; }
p { color: rgb(65,16,43); }
H1.HeaderClassName
{
color: #41102B;
}
.AnyTagClassName
{
color: #41102B;
}
</style>
background-color css
<style>
a { background-color: #41102B; }
a { background-color: rgb(65,16,43); }
div.DivClassName
{
background-color: #41102B;
}
.BgClassName
{
background-color: #41102B;
}
</style>
border-color css
<style>
span { border-color: #41102B; }
span { border-color: rgb(65,16,43); }
td.TdClassName
{
border-color: #41102B;
}
.TagClassName
{
border-color: #41102B;
}
</style>