Shades of Blackcurrant #44034C
Tints of Blackcurrant #44034C
RGB
CMYK
RGB Variations
Color information
#44034C (or 0x44034C) is known color: Blackcurrant. HEX triplet: 44, 03 and 4C. RGB value is (68,3,76). Sum of RGB (Red+Green+Blue) = 68+3+76=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #44034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44034C is #BBFCB3. Grayscale: #1E1E1E. Windows color (decimal): -12319924 or 4981572. OLE color: 4981572.
HSL color Cylindrical-coordinate representation of color #44034C: hue angle of 293.42º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44034C is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 3 | 76 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.70 |
| HSL | 293.42º | 0.92% | 0.15% | - |
| HSV(B) | 293.42º | 0.96% | 0.3% | - |
| XYZ | 3.72 | 1.82 | 6.99 | - |
| YUV | 30.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 76 | 0.11 | 0.96 | 0 | 0.70 | 293.42 | 0.92 | 0.15 |
| Hex | 44 | 3 | 4C | B | 60 | 0 | 46 | 125 | 5C | F |
| Octal | 104 | 3 | 114 | 13 | 140 | 0 | 106 | 445 | 134 | 17 |
| Binary | 1000100 | 11 | 1001100 | 1011 | 1100000 | 0 | 1000110 | 100100101 | 1011100 | 1111 |
Color Harmonies of #44034C
Complementary color
Monochromatic Colors of #44034C
Black with #44034C
Text Example
Text Example
White with #44034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44034C; }
p { color: rgb(68,3,76); }
H1.HeaderClassName
{
color: #44034C;
}
.AnyTagClassName
{
color: #44034C;
}
</style>
background-color css
<style>
a { background-color: #44034C; }
a { background-color: rgb(68,3,76); }
div.DivClassName
{
background-color: #44034C;
}
.BgClassName
{
background-color: #44034C;
}
</style>
border-color css
<style>
span { border-color: #44034C; }
span { border-color: rgb(68,3,76); }
td.TdClassName
{
border-color: #44034C;
}
.TagClassName
{
border-color: #44034C;
}
</style>