Shades of Blackberry #41132C
Tints of Blackberry #41132C
RGB
CMYK
RGB Variations
Color information
#41132C (or 0x41132C) is known color: Blackberry. HEX triplet: 41, 13 and 2C. RGB value is (65,19,44). Sum of RGB (Red+Green+Blue) = 65+19+44=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132C is #BEECD3. Grayscale: #232323. Windows color (decimal): -12512468 or 2888513. OLE color: 2888513.
HSL color Cylindrical-coordinate representation of color #41132C: hue angle of 327.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41132C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 44 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.75 |
| HSL | 327.39º | 0.55% | 0.16% | - |
| HSV(B) | 327.39º | 0.71% | 0.25% | - |
| XYZ | 2.87 | 1.77 | 2.57 | - |
| YUV | 35.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 44 | 0 | 0.71 | 0.32 | 0.75 | 327.39 | 0.55 | 0.16 |
| Hex | 41 | 13 | 2C | 0 | 47 | 20 | 4B | 147 | 37 | 10 |
| Octal | 101 | 23 | 54 | 0 | 107 | 40 | 113 | 507 | 67 | 20 |
| Binary | 1000001 | 10011 | 101100 | 0 | 1000111 | 100000 | 1001011 | 101000111 | 110111 | 10000 |
Color Harmonies of #41132C
Complementary color
Monochromatic Colors of #41132C
Black with #41132C
Text Example
Text Example
White with #41132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41132C; }
p { color: rgb(65,19,44); }
H1.HeaderClassName
{
color: #41132C;
}
.AnyTagClassName
{
color: #41132C;
}
</style>
background-color css
<style>
a { background-color: #41132C; }
a { background-color: rgb(65,19,44); }
div.DivClassName
{
background-color: #41132C;
}
.BgClassName
{
background-color: #41132C;
}
</style>
border-color css
<style>
span { border-color: #41132C; }
span { border-color: rgb(65,19,44); }
td.TdClassName
{
border-color: #41132C;
}
.TagClassName
{
border-color: #41132C;
}
</style>