Shades of Blackberry #44152E
Tints of Blackberry #44152E
RGB
CMYK
RGB Variations
Color information
#44152E (or 0x44152E) is known color: Blackberry. HEX triplet: 44, 15 and 2E. RGB value is (68,21,46). Sum of RGB (Red+Green+Blue) = 68+21+46=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44152E is #BBEAD1. Grayscale: #252525. Windows color (decimal): -12315346 or 3020100. OLE color: 3020100.
HSL color Cylindrical-coordinate representation of color #44152E: hue angle of 328.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44152E is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 21 | 46 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.73 |
| HSL | 328.09º | 0.53% | 0.17% | - |
| HSV(B) | 328.09º | 0.69% | 0.27% | - |
| XYZ | 3.15 | 1.96 | 2.8 | - |
| YUV | 37.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 46 | 0 | 0.69 | 0.32 | 0.73 | 328.09 | 0.53 | 0.17 |
| Hex | 44 | 15 | 2E | 0 | 45 | 20 | 49 | 148 | 35 | 11 |
| Octal | 104 | 25 | 56 | 0 | 105 | 40 | 111 | 510 | 65 | 21 |
| Binary | 1000100 | 10101 | 101110 | 0 | 1000101 | 100000 | 1001001 | 101001000 | 110101 | 10001 |
Color Harmonies of #44152E
Complementary color
Monochromatic Colors of #44152E
Black with #44152E
Text Example
Text Example
White with #44152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44152E; }
p { color: rgb(68,21,46); }
H1.HeaderClassName
{
color: #44152E;
}
.AnyTagClassName
{
color: #44152E;
}
</style>
background-color css
<style>
a { background-color: #44152E; }
a { background-color: rgb(68,21,46); }
div.DivClassName
{
background-color: #44152E;
}
.BgClassName
{
background-color: #44152E;
}
</style>
border-color css
<style>
span { border-color: #44152E; }
span { border-color: rgb(68,21,46); }
td.TdClassName
{
border-color: #44152E;
}
.TagClassName
{
border-color: #44152E;
}
</style>