Shades of Blackberry #44132C
Tints of Blackberry #44132C
RGB
CMYK
RGB Variations
Color information
#44132C (or 0x44132C) is known color: Blackberry. HEX triplet: 44, 13 and 2C. RGB value is (68,19,44). Sum of RGB (Red+Green+Blue) = 68+19+44=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44132C is #BBECD3. Grayscale: #242424. Windows color (decimal): -12315860 or 2888516. OLE color: 2888516.
HSL color Cylindrical-coordinate representation of color #44132C: hue angle of 329.39º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44132C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 44 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.73 |
| HSL | 329.39º | 0.56% | 0.17% | - |
| HSV(B) | 329.39º | 0.72% | 0.27% | - |
| XYZ | 3.07 | 1.88 | 2.58 | - |
| YUV | 36.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 44 | 0 | 0.72 | 0.35 | 0.73 | 329.39 | 0.56 | 0.17 |
| Hex | 44 | 13 | 2C | 0 | 48 | 23 | 49 | 149 | 38 | 11 |
| Octal | 104 | 23 | 54 | 0 | 110 | 43 | 111 | 511 | 70 | 21 |
| Binary | 1000100 | 10011 | 101100 | 0 | 1001000 | 100011 | 1001001 | 101001001 | 111000 | 10001 |
Color Harmonies of #44132C
Complementary color
Monochromatic Colors of #44132C
Black with #44132C
Text Example
Text Example
White with #44132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44132C; }
p { color: rgb(68,19,44); }
H1.HeaderClassName
{
color: #44132C;
}
.AnyTagClassName
{
color: #44132C;
}
</style>
background-color css
<style>
a { background-color: #44132C; }
a { background-color: rgb(68,19,44); }
div.DivClassName
{
background-color: #44132C;
}
.BgClassName
{
background-color: #44132C;
}
</style>
border-color css
<style>
span { border-color: #44132C; }
span { border-color: rgb(68,19,44); }
td.TdClassName
{
border-color: #44132C;
}
.TagClassName
{
border-color: #44132C;
}
</style>