Shades of Blackberry #44172B
Tints of Blackberry #44172B
RGB
CMYK
RGB Variations
Color information
#44172B (or 0x44172B) is known color: Blackberry. HEX triplet: 44, 17 and 2B. RGB value is (68,23,43). Sum of RGB (Red+Green+Blue) = 68+23+43=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44172B is #BBE8D4. Grayscale: #262626. Windows color (decimal): -12314837 or 2824004. OLE color: 2824004.
HSL color Cylindrical-coordinate representation of color #44172B: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44172B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 43 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.73 |
| HSL | 333.33º | 0.49% | 0.18% | - |
| HSV(B) | 333.33º | 0.66% | 0.27% | - |
| XYZ | 3.13 | 2.02 | 2.51 | - |
| YUV | 38.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 43 | 0 | 0.66 | 0.37 | 0.73 | 333.33 | 0.49 | 0.18 |
| Hex | 44 | 17 | 2B | 0 | 42 | 25 | 49 | 14D | 31 | 12 |
| Octal | 104 | 27 | 53 | 0 | 102 | 45 | 111 | 515 | 61 | 22 |
| Binary | 1000100 | 10111 | 101011 | 0 | 1000010 | 100101 | 1001001 | 101001101 | 110001 | 10010 |
Color Harmonies of #44172B
Complementary color
Monochromatic Colors of #44172B
Black with #44172B
Text Example
Text Example
White with #44172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44172B; }
p { color: rgb(68,23,43); }
H1.HeaderClassName
{
color: #44172B;
}
.AnyTagClassName
{
color: #44172B;
}
</style>
background-color css
<style>
a { background-color: #44172B; }
a { background-color: rgb(68,23,43); }
div.DivClassName
{
background-color: #44172B;
}
.BgClassName
{
background-color: #44172B;
}
</style>
border-color css
<style>
span { border-color: #44172B; }
span { border-color: rgb(68,23,43); }
td.TdClassName
{
border-color: #44172B;
}
.TagClassName
{
border-color: #44172B;
}
</style>