Shades of Blackberry #44122C
Tints of Blackberry #44122C
RGB
CMYK
RGB Variations
Color information
#44122C (or 0x44122C) is known color: Blackberry. HEX triplet: 44, 12 and 2C. RGB value is (68,18,44). Sum of RGB (Red+Green+Blue) = 68+18+44=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44122C is #BBEDD3. Grayscale: #232323. Windows color (decimal): -12316116 or 2888260. OLE color: 2888260.
HSL color Cylindrical-coordinate representation of color #44122C: hue angle of 328.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44122C is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 44 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.73 |
| HSL | 328.8º | 0.58% | 0.17% | - |
| HSV(B) | 328.8º | 0.74% | 0.27% | - |
| XYZ | 3.05 | 1.84 | 2.58 | - |
| YUV | 35.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 44 | 0 | 0.74 | 0.35 | 0.73 | 328.8 | 0.58 | 0.17 |
| Hex | 44 | 12 | 2C | 0 | 4A | 23 | 49 | 149 | 3A | 11 |
| Octal | 104 | 22 | 54 | 0 | 112 | 43 | 111 | 511 | 72 | 21 |
| Binary | 1000100 | 10010 | 101100 | 0 | 1001010 | 100011 | 1001001 | 101001001 | 111010 | 10001 |
Color Harmonies of #44122C
Complementary color
Monochromatic Colors of #44122C
Black with #44122C
Text Example
Text Example
White with #44122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44122C; }
p { color: rgb(68,18,44); }
H1.HeaderClassName
{
color: #44122C;
}
.AnyTagClassName
{
color: #44122C;
}
</style>
background-color css
<style>
a { background-color: #44122C; }
a { background-color: rgb(68,18,44); }
div.DivClassName
{
background-color: #44122C;
}
.BgClassName
{
background-color: #44122C;
}
</style>
border-color css
<style>
span { border-color: #44122C; }
span { border-color: rgb(68,18,44); }
td.TdClassName
{
border-color: #44122C;
}
.TagClassName
{
border-color: #44122C;
}
</style>