Shades of Blackberry #41192E
Tints of Blackberry #41192E
RGB
CMYK
RGB Variations
Color information
#41192E (or 0x41192E) is known color: Blackberry. HEX triplet: 41, 19 and 2E. RGB value is (65,25,46). Sum of RGB (Red+Green+Blue) = 65+25+46=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41192E is #BEE6D1. Grayscale: #272727. Windows color (decimal): -12510930 or 3021121. OLE color: 3021121.
HSL color Cylindrical-coordinate representation of color #41192E: hue angle of 328.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41192E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 46 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.75 |
| HSL | 328.5º | 0.44% | 0.18% | - |
| HSV(B) | 328.5º | 0.62% | 0.25% | - |
| XYZ | 3.02 | 2.02 | 2.81 | - |
| YUV | 39.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 46 | 0 | 0.62 | 0.29 | 0.75 | 328.5 | 0.44 | 0.18 |
| Hex | 41 | 19 | 2E | 0 | 3E | 1D | 4B | 148 | 2C | 12 |
| Octal | 101 | 31 | 56 | 0 | 76 | 35 | 113 | 510 | 54 | 22 |
| Binary | 1000001 | 11001 | 101110 | 0 | 111110 | 11101 | 1001011 | 101001000 | 101100 | 10010 |
Color Harmonies of #41192E
Complementary color
Monochromatic Colors of #41192E
Black with #41192E
Text Example
Text Example
White with #41192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41192E; }
p { color: rgb(65,25,46); }
H1.HeaderClassName
{
color: #41192E;
}
.AnyTagClassName
{
color: #41192E;
}
</style>
background-color css
<style>
a { background-color: #41192E; }
a { background-color: rgb(65,25,46); }
div.DivClassName
{
background-color: #41192E;
}
.BgClassName
{
background-color: #41192E;
}
</style>
border-color css
<style>
span { border-color: #41192E; }
span { border-color: rgb(65,25,46); }
td.TdClassName
{
border-color: #41192E;
}
.TagClassName
{
border-color: #41192E;
}
</style>