Shades of Blackberry #41092B
Tints of Blackberry #41092B
RGB
CMYK
RGB Variations
Color information
#41092B (or 0x41092B) is known color: Blackberry. HEX triplet: 41, 09 and 2B. RGB value is (65,9,43). Sum of RGB (Red+Green+Blue) = 65+9+43=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41092B is #BEF6D4. Grayscale: #1D1D1D. Windows color (decimal): -12515029 or 2820417. OLE color: 2820417.
HSL color Cylindrical-coordinate representation of color #41092B: hue angle of 323.57º 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 #41092B is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 43 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.75 |
| HSL | 323.57º | 0.76% | 0.15% | - |
| HSV(B) | 323.57º | 0.86% | 0.25% | - |
| XYZ | 2.71 | 1.49 | 2.43 | - |
| YUV | 29.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 43 | 0 | 0.86 | 0.34 | 0.75 | 323.57 | 0.76 | 0.15 |
| Hex | 41 | 9 | 2B | 0 | 56 | 22 | 4B | 144 | 4C | F |
| Octal | 101 | 11 | 53 | 0 | 126 | 42 | 113 | 504 | 114 | 17 |
| Binary | 1000001 | 1001 | 101011 | 0 | 1010110 | 100010 | 1001011 | 101000100 | 1001100 | 1111 |
Color Harmonies of #41092B
Complementary color
Monochromatic Colors of #41092B
Black with #41092B
Text Example
Text Example
White with #41092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41092B; }
p { color: rgb(65,9,43); }
H1.HeaderClassName
{
color: #41092B;
}
.AnyTagClassName
{
color: #41092B;
}
</style>
background-color css
<style>
a { background-color: #41092B; }
a { background-color: rgb(65,9,43); }
div.DivClassName
{
background-color: #41092B;
}
.BgClassName
{
background-color: #41092B;
}
</style>
border-color css
<style>
span { border-color: #41092B; }
span { border-color: rgb(65,9,43); }
td.TdClassName
{
border-color: #41092B;
}
.TagClassName
{
border-color: #41092B;
}
</style>