Shades of Blackberry #44192B
Tints of Blackberry #44192B
RGB
CMYK
RGB Variations
Color information
#44192B (or 0x44192B) is known color: Blackberry. HEX triplet: 44, 19 and 2B. RGB value is (68,25,43). Sum of RGB (Red+Green+Blue) = 68+25+43=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #44192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44192B is #BBE6D4. Grayscale: #272727. Windows color (decimal): -12314325 or 2824516. OLE color: 2824516.
HSL color Cylindrical-coordinate representation of color #44192B: hue angle of 334.88º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44192B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 43 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.73 |
| HSL | 334.88º | 0.46% | 0.18% | - |
| HSV(B) | 334.88º | 0.63% | 0.27% | - |
| XYZ | 3.17 | 2.1 | 2.52 | - |
| YUV | 39.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 43 | 0 | 0.63 | 0.37 | 0.73 | 334.88 | 0.46 | 0.18 |
| Hex | 44 | 19 | 2B | 0 | 3F | 25 | 49 | 14F | 2E | 12 |
| Octal | 104 | 31 | 53 | 0 | 77 | 45 | 111 | 517 | 56 | 22 |
| Binary | 1000100 | 11001 | 101011 | 0 | 111111 | 100101 | 1001001 | 101001111 | 101110 | 10010 |
Color Harmonies of #44192B
Complementary color
Monochromatic Colors of #44192B
Black with #44192B
Text Example
Text Example
White with #44192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44192B; }
p { color: rgb(68,25,43); }
H1.HeaderClassName
{
color: #44192B;
}
.AnyTagClassName
{
color: #44192B;
}
</style>
background-color css
<style>
a { background-color: #44192B; }
a { background-color: rgb(68,25,43); }
div.DivClassName
{
background-color: #44192B;
}
.BgClassName
{
background-color: #44192B;
}
</style>
border-color css
<style>
span { border-color: #44192B; }
span { border-color: rgb(68,25,43); }
td.TdClassName
{
border-color: #44192B;
}
.TagClassName
{
border-color: #44192B;
}
</style>