Shades of Blackcurrant #44084C
Tints of Blackcurrant #44084C
RGB
CMYK
RGB Variations
Color information
#44084C (or 0x44084C) is known color: Blackcurrant. HEX triplet: 44, 08 and 4C. RGB value is (68,8,76). Sum of RGB (Red+Green+Blue) = 68+8+76=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #44084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44084C is #BBF7B3. Grayscale: #212121. Windows color (decimal): -12318644 or 4982852. OLE color: 4982852.
HSL color Cylindrical-coordinate representation of color #44084C: hue angle of 292.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44084C is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 8 | 76 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.70 |
| HSL | 292.94º | 0.81% | 0.16% | - |
| HSV(B) | 292.94º | 0.89% | 0.3% | - |
| XYZ | 3.78 | 1.92 | 7.01 | - |
| YUV | 33.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 76 | 0.11 | 0.89 | 0 | 0.70 | 292.94 | 0.81 | 0.16 |
| Hex | 44 | 8 | 4C | B | 59 | 0 | 46 | 125 | 51 | 10 |
| Octal | 104 | 10 | 114 | 13 | 131 | 0 | 106 | 445 | 121 | 20 |
| Binary | 1000100 | 1000 | 1001100 | 1011 | 1011001 | 0 | 1000110 | 100100101 | 1010001 | 10000 |
Color Harmonies of #44084C
Complementary color
Monochromatic Colors of #44084C
Black with #44084C
Text Example
Text Example
White with #44084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44084C; }
p { color: rgb(68,8,76); }
H1.HeaderClassName
{
color: #44084C;
}
.AnyTagClassName
{
color: #44084C;
}
</style>
background-color css
<style>
a { background-color: #44084C; }
a { background-color: rgb(68,8,76); }
div.DivClassName
{
background-color: #44084C;
}
.BgClassName
{
background-color: #44084C;
}
</style>
border-color css
<style>
span { border-color: #44084C; }
span { border-color: rgb(68,8,76); }
td.TdClassName
{
border-color: #44084C;
}
.TagClassName
{
border-color: #44084C;
}
</style>