Shades of Blackberry #44112B
Tints of Blackberry #44112B
RGB
CMYK
RGB Variations
Color information
#44112B (or 0x44112B) is known color: Blackberry. HEX triplet: 44, 11 and 2B. RGB value is (68,17,43). Sum of RGB (Red+Green+Blue) = 68+17+43=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #44112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44112B is #BBEED4. Grayscale: #232323. Windows color (decimal): -12316373 or 2822468. OLE color: 2822468.
HSL color Cylindrical-coordinate representation of color #44112B: hue angle of 329.41º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44112B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 43 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.73 |
| HSL | 329.41º | 0.6% | 0.17% | - |
| HSV(B) | 329.41º | 0.75% | 0.27% | - |
| XYZ | 3.02 | 1.8 | 2.47 | - |
| YUV | 35.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 43 | 0 | 0.75 | 0.37 | 0.73 | 329.41 | 0.6 | 0.17 |
| Hex | 44 | 11 | 2B | 0 | 4B | 25 | 49 | 149 | 3C | 11 |
| Octal | 104 | 21 | 53 | 0 | 113 | 45 | 111 | 511 | 74 | 21 |
| Binary | 1000100 | 10001 | 101011 | 0 | 1001011 | 100101 | 1001001 | 101001001 | 111100 | 10001 |
Color Harmonies of #44112B
Complementary color
Monochromatic Colors of #44112B
Black with #44112B
Text Example
Text Example
White with #44112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44112B; }
p { color: rgb(68,17,43); }
H1.HeaderClassName
{
color: #44112B;
}
.AnyTagClassName
{
color: #44112B;
}
</style>
background-color css
<style>
a { background-color: #44112B; }
a { background-color: rgb(68,17,43); }
div.DivClassName
{
background-color: #44112B;
}
.BgClassName
{
background-color: #44112B;
}
</style>
border-color css
<style>
span { border-color: #44112B; }
span { border-color: rgb(68,17,43); }
td.TdClassName
{
border-color: #44112B;
}
.TagClassName
{
border-color: #44112B;
}
</style>