Shades of Blackberry #41042D
Tints of Blackberry #41042D
RGB
CMYK
RGB Variations
Color information
#41042D (or 0x41042D) is known color: Blackberry. HEX triplet: 41, 04 and 2D. RGB value is (65,4,45). Sum of RGB (Red+Green+Blue) = 65+4+45=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41042D is #BEFBD2. Grayscale: #1A1A1A. Windows color (decimal): -12516307 or 2950209. OLE color: 2950209.
HSL color Cylindrical-coordinate representation of color #41042D: hue angle of 319.67º 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 #41042D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 45 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.75 |
| HSL | 319.67º | 0.88% | 0.14% | - |
| HSV(B) | 319.67º | 0.94% | 0.25% | - |
| XYZ | 2.7 | 1.4 | 2.61 | - |
| YUV | 26.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 45 | 0 | 0.94 | 0.31 | 0.75 | 319.67 | 0.88 | 0.14 |
| Hex | 41 | 4 | 2D | 0 | 5E | 1F | 4B | 140 | 58 | E |
| Octal | 101 | 4 | 55 | 0 | 136 | 37 | 113 | 500 | 130 | 16 |
| Binary | 1000001 | 100 | 101101 | 0 | 1011110 | 11111 | 1001011 | 101000000 | 1011000 | 1110 |
Color Harmonies of #41042D
Complementary color
Monochromatic Colors of #41042D
Black with #41042D
Text Example
Text Example
White with #41042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41042D; }
p { color: rgb(65,4,45); }
H1.HeaderClassName
{
color: #41042D;
}
.AnyTagClassName
{
color: #41042D;
}
</style>
background-color css
<style>
a { background-color: #41042D; }
a { background-color: rgb(65,4,45); }
div.DivClassName
{
background-color: #41042D;
}
.BgClassName
{
background-color: #41042D;
}
</style>
border-color css
<style>
span { border-color: #41042D; }
span { border-color: rgb(65,4,45); }
td.TdClassName
{
border-color: #41042D;
}
.TagClassName
{
border-color: #41042D;
}
</style>