Shades of Blackberry #41092E
Tints of Blackberry #41092E
RGB
CMYK
RGB Variations
Color information
#41092E (or 0x41092E) is known color: Blackberry. HEX triplet: 41, 09 and 2E. RGB value is (65,9,46). Sum of RGB (Red+Green+Blue) = 65+9+46=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41092E is #BEF6D1. Grayscale: #1D1D1D. Windows color (decimal): -12515026 or 3017025. OLE color: 3017025.
HSL color Cylindrical-coordinate representation of color #41092E: hue angle of 320.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41092E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 46 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.75 |
| HSL | 320.36º | 0.76% | 0.15% | - |
| HSV(B) | 320.36º | 0.86% | 0.25% | - |
| XYZ | 2.77 | 1.52 | 2.73 | - |
| YUV | 29.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 46 | 0 | 0.86 | 0.29 | 0.75 | 320.36 | 0.76 | 0.15 |
| Hex | 41 | 9 | 2E | 0 | 56 | 1D | 4B | 140 | 4C | F |
| Octal | 101 | 11 | 56 | 0 | 126 | 35 | 113 | 500 | 114 | 17 |
| Binary | 1000001 | 1001 | 101110 | 0 | 1010110 | 11101 | 1001011 | 101000000 | 1001100 | 1111 |
Color Harmonies of #41092E
Complementary color
Monochromatic Colors of #41092E
Black with #41092E
Text Example
Text Example
White with #41092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41092E; }
p { color: rgb(65,9,46); }
H1.HeaderClassName
{
color: #41092E;
}
.AnyTagClassName
{
color: #41092E;
}
</style>
background-color css
<style>
a { background-color: #41092E; }
a { background-color: rgb(65,9,46); }
div.DivClassName
{
background-color: #41092E;
}
.BgClassName
{
background-color: #41092E;
}
</style>
border-color css
<style>
span { border-color: #41092E; }
span { border-color: rgb(65,9,46); }
td.TdClassName
{
border-color: #41092E;
}
.TagClassName
{
border-color: #41092E;
}
</style>