Shades of Blackberry #440139
Tints of Blackberry #440139
RGB
CMYK
RGB Variations
Color information
#440139 (or 0x440139) is known color: Blackberry. HEX triplet: 44, 01 and 39. RGB value is (68,1,57). Sum of RGB (Red+Green+Blue) = 68+1+57=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440139 is #BBFEC6. Grayscale: #1B1B1B. Windows color (decimal): -12320455 or 3735876. OLE color: 3735876.
HSL color Cylindrical-coordinate representation of color #440139: hue angle of 309.85º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440139 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.73 |
| HSL | 309.85º | 0.97% | 0.14% | - |
| HSV(B) | 309.85º | 0.99% | 0.27% | - |
| XYZ | 3.13 | 1.55 | 4 | - |
| YUV | 27.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 57 | 0 | 0.99 | 0.16 | 0.73 | 309.85 | 0.97 | 0.14 |
| Hex | 44 | 1 | 39 | 0 | 63 | 10 | 49 | 136 | 61 | E |
| Octal | 104 | 1 | 71 | 0 | 143 | 20 | 111 | 466 | 141 | 16 |
| Binary | 1000100 | 1 | 111001 | 0 | 1100011 | 10000 | 1001001 | 100110110 | 1100001 | 1110 |
Color Harmonies of #440139
Complementary color
Monochromatic Colors of #440139
Black with #440139
Text Example
Text Example
White with #440139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440139; }
p { color: rgb(68,1,57); }
H1.HeaderClassName
{
color: #440139;
}
.AnyTagClassName
{
color: #440139;
}
</style>
background-color css
<style>
a { background-color: #440139; }
a { background-color: rgb(68,1,57); }
div.DivClassName
{
background-color: #440139;
}
.BgClassName
{
background-color: #440139;
}
</style>
border-color css
<style>
span { border-color: #440139; }
span { border-color: rgb(68,1,57); }
td.TdClassName
{
border-color: #440139;
}
.TagClassName
{
border-color: #440139;
}
</style>