Shades of Blackcurrant #44044C
Tints of Blackcurrant #44044C
RGB
CMYK
RGB Variations
Color information
#44044C (or 0x44044C) is known color: Blackcurrant. HEX triplet: 44, 04 and 4C. RGB value is (68,4,76). Sum of RGB (Red+Green+Blue) = 68+4+76=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #44044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44044C is #BBFBB3. Grayscale: #1F1F1F. Windows color (decimal): -12319668 or 4981828. OLE color: 4981828.
HSL color Cylindrical-coordinate representation of color #44044C: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44044C is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 4 | 76 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.70 |
| HSL | 293.33º | 0.9% | 0.16% | - |
| HSV(B) | 293.33º | 0.95% | 0.3% | - |
| XYZ | 3.73 | 1.84 | 7 | - |
| YUV | 31.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 76 | 0.11 | 0.95 | 0 | 0.70 | 293.33 | 0.9 | 0.16 |
| Hex | 44 | 4 | 4C | B | 5F | 0 | 46 | 125 | 5A | 10 |
| Octal | 104 | 4 | 114 | 13 | 137 | 0 | 106 | 445 | 132 | 20 |
| Binary | 1000100 | 100 | 1001100 | 1011 | 1011111 | 0 | 1000110 | 100100101 | 1011010 | 10000 |
Color Harmonies of #44044C
Complementary color
Monochromatic Colors of #44044C
Black with #44044C
Text Example
Text Example
White with #44044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44044C; }
p { color: rgb(68,4,76); }
H1.HeaderClassName
{
color: #44044C;
}
.AnyTagClassName
{
color: #44044C;
}
</style>
background-color css
<style>
a { background-color: #44044C; }
a { background-color: rgb(68,4,76); }
div.DivClassName
{
background-color: #44044C;
}
.BgClassName
{
background-color: #44044C;
}
</style>
border-color css
<style>
span { border-color: #44044C; }
span { border-color: rgb(68,4,76); }
td.TdClassName
{
border-color: #44044C;
}
.TagClassName
{
border-color: #44044C;
}
</style>