Shades of Blackberry #41182C
Tints of Blackberry #41182C
RGB
CMYK
RGB Variations
Color information
#41182C (or 0x41182C) is known color: Blackberry. HEX triplet: 41, 18 and 2C. RGB value is (65,24,44). Sum of RGB (Red+Green+Blue) = 65+24+44=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41182C is #BEE7D3. Grayscale: #262626. Windows color (decimal): -12511188 or 2889793. OLE color: 2889793.
HSL color Cylindrical-coordinate representation of color #41182C: hue angle of 330.73º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41182C is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 44 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.75 |
| HSL | 330.73º | 0.46% | 0.17% | - |
| HSV(B) | 330.73º | 0.63% | 0.25% | - |
| XYZ | 2.96 | 1.96 | 2.6 | - |
| YUV | 38.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 44 | 0 | 0.63 | 0.32 | 0.75 | 330.73 | 0.46 | 0.17 |
| Hex | 41 | 18 | 2C | 0 | 3F | 20 | 4B | 14B | 2E | 11 |
| Octal | 101 | 30 | 54 | 0 | 77 | 40 | 113 | 513 | 56 | 21 |
| Binary | 1000001 | 11000 | 101100 | 0 | 111111 | 100000 | 1001011 | 101001011 | 101110 | 10001 |
Color Harmonies of #41182C
Complementary color
Monochromatic Colors of #41182C
Black with #41182C
Text Example
Text Example
White with #41182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41182C; }
p { color: rgb(65,24,44); }
H1.HeaderClassName
{
color: #41182C;
}
.AnyTagClassName
{
color: #41182C;
}
</style>
background-color css
<style>
a { background-color: #41182C; }
a { background-color: rgb(65,24,44); }
div.DivClassName
{
background-color: #41182C;
}
.BgClassName
{
background-color: #41182C;
}
</style>
border-color css
<style>
span { border-color: #41182C; }
span { border-color: rgb(65,24,44); }
td.TdClassName
{
border-color: #41182C;
}
.TagClassName
{
border-color: #41182C;
}
</style>