Shades of Blackberry #44092C
Tints of Blackberry #44092C
RGB
CMYK
RGB Variations
Color information
#44092C (or 0x44092C) is known color: Blackberry. HEX triplet: 44, 09 and 2C. RGB value is (68,9,44). Sum of RGB (Red+Green+Blue) = 68+9+44=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44092C is #BBF6D3. Grayscale: #1E1E1E. Windows color (decimal): -12318420 or 2885956. OLE color: 2885956.
HSL color Cylindrical-coordinate representation of color #44092C: hue angle of 324.41º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44092C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 44 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.73 |
| HSL | 324.41º | 0.77% | 0.15% | - |
| HSV(B) | 324.41º | 0.87% | 0.27% | - |
| XYZ | 2.94 | 1.61 | 2.54 | - |
| YUV | 30.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 44 | 0 | 0.87 | 0.35 | 0.73 | 324.41 | 0.77 | 0.15 |
| Hex | 44 | 9 | 2C | 0 | 57 | 23 | 49 | 144 | 4D | F |
| Octal | 104 | 11 | 54 | 0 | 127 | 43 | 111 | 504 | 115 | 17 |
| Binary | 1000100 | 1001 | 101100 | 0 | 1010111 | 100011 | 1001001 | 101000100 | 1001101 | 1111 |
Color Harmonies of #44092C
Complementary color
Monochromatic Colors of #44092C
Black with #44092C
Text Example
Text Example
White with #44092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44092C; }
p { color: rgb(68,9,44); }
H1.HeaderClassName
{
color: #44092C;
}
.AnyTagClassName
{
color: #44092C;
}
</style>
background-color css
<style>
a { background-color: #44092C; }
a { background-color: rgb(68,9,44); }
div.DivClassName
{
background-color: #44092C;
}
.BgClassName
{
background-color: #44092C;
}
</style>
border-color css
<style>
span { border-color: #44092C; }
span { border-color: rgb(68,9,44); }
td.TdClassName
{
border-color: #44092C;
}
.TagClassName
{
border-color: #44092C;
}
</style>