Shades of Blackberry #41051D
Tints of Blackberry #41051D
RGB
CMYK
RGB Variations
Color information
#41051D (or 0x41051D) is known color: Blackberry. HEX triplet: 41, 05 and 1D. RGB value is (65,5,29). Sum of RGB (Red+Green+Blue) = 65+5+29=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051D is #BEFAE2. Grayscale: #191919. Windows color (decimal): -12516067 or 1901889. OLE color: 1901889.
HSL color Cylindrical-coordinate representation of color #41051D: hue angle of 336º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41051D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 29 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.75 |
| HSL | 336º | 0.86% | 0.14% | - |
| HSV(B) | 336º | 0.92% | 0.25% | - |
| XYZ | 2.46 | 1.32 | 1.29 | - |
| YUV | 25.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 29 | 0 | 0.92 | 0.55 | 0.75 | 336 | 0.86 | 0.14 |
| Hex | 41 | 5 | 1D | 0 | 5C | 37 | 4B | 150 | 56 | E |
| Octal | 101 | 5 | 35 | 0 | 134 | 67 | 113 | 520 | 126 | 16 |
| Binary | 1000001 | 101 | 11101 | 0 | 1011100 | 110111 | 1001011 | 101010000 | 1010110 | 1110 |
Color Harmonies of #41051D
Complementary color
Monochromatic Colors of #41051D
Black with #41051D
Text Example
Text Example
White with #41051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41051D; }
p { color: rgb(65,5,29); }
H1.HeaderClassName
{
color: #41051D;
}
.AnyTagClassName
{
color: #41051D;
}
</style>
background-color css
<style>
a { background-color: #41051D; }
a { background-color: rgb(65,5,29); }
div.DivClassName
{
background-color: #41051D;
}
.BgClassName
{
background-color: #41051D;
}
</style>
border-color css
<style>
span { border-color: #41051D; }
span { border-color: rgb(65,5,29); }
td.TdClassName
{
border-color: #41051D;
}
.TagClassName
{
border-color: #41051D;
}
</style>