Shades of Blackberry #41001D
Tints of Blackberry #41001D
RGB
CMYK
RGB Variations
Color information
#41001D (or 0x41001D) is known color: Blackberry. HEX triplet: 41, 00 and 1D. RGB value is (65,0,29). Sum of RGB (Red+Green+Blue) = 65+0+29=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001D is #BEFFE2. Grayscale: #161616. Windows color (decimal): -12517347 or 1900609. OLE color: 1900609.
HSL color Cylindrical-coordinate representation of color #41001D: hue angle of 333.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41001D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.55 | 0.75 |
| HSL | 333.23º | 1% | 0.13% | - |
| HSV(B) | 333.23º | 1% | 0.25% | - |
| XYZ | 2.4 | 1.21 | 1.27 | - |
| YUV | 22.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 29 | 0 | 1 | 0.55 | 0.75 | 333.23 | 1 | 0.13 |
| Hex | 41 | 0 | 1D | 0 | 64 | 37 | 4B | 14D | 64 | D |
| Octal | 101 | 0 | 35 | 0 | 144 | 67 | 113 | 515 | 144 | 15 |
| Binary | 1000001 | 0 | 11101 | 0 | 1100100 | 110111 | 1001011 | 101001101 | 1100100 | 1101 |
Color Harmonies of #41001D
Complementary color
Monochromatic Colors of #41001D
Black with #41001D
Text Example
Text Example
White with #41001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41001D; }
p { color: rgb(65,0,29); }
H1.HeaderClassName
{
color: #41001D;
}
.AnyTagClassName
{
color: #41001D;
}
</style>
background-color css
<style>
a { background-color: #41001D; }
a { background-color: rgb(65,0,29); }
div.DivClassName
{
background-color: #41001D;
}
.BgClassName
{
background-color: #41001D;
}
</style>
border-color css
<style>
span { border-color: #41001D; }
span { border-color: rgb(65,0,29); }
td.TdClassName
{
border-color: #41001D;
}
.TagClassName
{
border-color: #41001D;
}
</style>