Shades of Blackberry #41042E
Tints of Blackberry #41042E
RGB
CMYK
RGB Variations
Color information
#41042E (or 0x41042E) is known color: Blackberry. HEX triplet: 41, 04 and 2E. RGB value is (65,4,46). Sum of RGB (Red+Green+Blue) = 65+4+46=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41042E is #BEFBD1. Grayscale: #1A1A1A. Windows color (decimal): -12516306 or 3015745. OLE color: 3015745.
HSL color Cylindrical-coordinate representation of color #41042E: hue angle of 318.69º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41042E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 46 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.75 |
| HSL | 318.69º | 0.88% | 0.14% | - |
| HSV(B) | 318.69º | 0.94% | 0.25% | - |
| XYZ | 2.72 | 1.41 | 2.71 | - |
| YUV | 27.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 46 | 0 | 0.94 | 0.29 | 0.75 | 318.69 | 0.88 | 0.14 |
| Hex | 41 | 4 | 2E | 0 | 5E | 1D | 4B | 13F | 58 | E |
| Octal | 101 | 4 | 56 | 0 | 136 | 35 | 113 | 477 | 130 | 16 |
| Binary | 1000001 | 100 | 101110 | 0 | 1011110 | 11101 | 1001011 | 100111111 | 1011000 | 1110 |
Color Harmonies of #41042E
Complementary color
Monochromatic Colors of #41042E
Black with #41042E
Text Example
Text Example
White with #41042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41042E; }
p { color: rgb(65,4,46); }
H1.HeaderClassName
{
color: #41042E;
}
.AnyTagClassName
{
color: #41042E;
}
</style>
background-color css
<style>
a { background-color: #41042E; }
a { background-color: rgb(65,4,46); }
div.DivClassName
{
background-color: #41042E;
}
.BgClassName
{
background-color: #41042E;
}
</style>
border-color css
<style>
span { border-color: #41042E; }
span { border-color: rgb(65,4,46); }
td.TdClassName
{
border-color: #41042E;
}
.TagClassName
{
border-color: #41042E;
}
</style>