Shades of Blackberry #44163B
Tints of Blackberry #44163B
RGB
CMYK
RGB Variations
Color information
#44163B (or 0x44163B) is known color: Blackberry. HEX triplet: 44, 16 and 3B. RGB value is (68,22,59). Sum of RGB (Red+Green+Blue) = 68+22+59=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #44163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44163B is #BBE9C4. Grayscale: #272727. Windows color (decimal): -12315077 or 3872324. OLE color: 3872324.
HSL color Cylindrical-coordinate representation of color #44163B: hue angle of 311.74º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44163B is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 22 | 59 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.73 |
| HSL | 311.74º | 0.51% | 0.18% | - |
| HSV(B) | 311.74º | 0.68% | 0.27% | - |
| XYZ | 3.46 | 2.12 | 4.36 | - |
| YUV | 39.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 59 | 0 | 0.68 | 0.13 | 0.73 | 311.74 | 0.51 | 0.18 |
| Hex | 44 | 16 | 3B | 0 | 44 | D | 49 | 138 | 33 | 12 |
| Octal | 104 | 26 | 73 | 0 | 104 | 15 | 111 | 470 | 63 | 22 |
| Binary | 1000100 | 10110 | 111011 | 0 | 1000100 | 1101 | 1001001 | 100111000 | 110011 | 10010 |
Color Harmonies of #44163B
Complementary color
Monochromatic Colors of #44163B
Black with #44163B
Text Example
Text Example
White with #44163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44163B; }
p { color: rgb(68,22,59); }
H1.HeaderClassName
{
color: #44163B;
}
.AnyTagClassName
{
color: #44163B;
}
</style>
background-color css
<style>
a { background-color: #44163B; }
a { background-color: rgb(68,22,59); }
div.DivClassName
{
background-color: #44163B;
}
.BgClassName
{
background-color: #44163B;
}
</style>
border-color css
<style>
span { border-color: #44163B; }
span { border-color: rgb(68,22,59); }
td.TdClassName
{
border-color: #44163B;
}
.TagClassName
{
border-color: #44163B;
}
</style>