Shades of Blackcurrant #42044C
Tints of Blackcurrant #42044C
RGB
CMYK
RGB Variations
Color information
#42044C (or 0x42044C) is known color: Blackcurrant. HEX triplet: 42, 04 and 4C. RGB value is (66,4,76). Sum of RGB (Red+Green+Blue) = 66+4+76=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #42044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42044C is #BDFBB3. Grayscale: #1E1E1E. Windows color (decimal): -12450740 or 4981826. OLE color: 4981826.
HSL color Cylindrical-coordinate representation of color #42044C: hue angle of 291.67º 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 #42044C is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 4 | 76 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.70 |
| HSL | 291.67º | 0.9% | 0.16% | - |
| HSV(B) | 291.67º | 0.95% | 0.3% | - |
| XYZ | 3.59 | 1.77 | 6.99 | - |
| YUV | 30.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 76 | 0.13 | 0.95 | 0 | 0.70 | 291.67 | 0.9 | 0.16 |
| Hex | 42 | 4 | 4C | D | 5F | 0 | 46 | 124 | 5A | 10 |
| Octal | 102 | 4 | 114 | 15 | 137 | 0 | 106 | 444 | 132 | 20 |
| Binary | 1000010 | 100 | 1001100 | 1101 | 1011111 | 0 | 1000110 | 100100100 | 1011010 | 10000 |
Color Harmonies of #42044C
Complementary color
Monochromatic Colors of #42044C
Black with #42044C
Text Example
Text Example
White with #42044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42044C; }
p { color: rgb(66,4,76); }
H1.HeaderClassName
{
color: #42044C;
}
.AnyTagClassName
{
color: #42044C;
}
</style>
background-color css
<style>
a { background-color: #42044C; }
a { background-color: rgb(66,4,76); }
div.DivClassName
{
background-color: #42044C;
}
.BgClassName
{
background-color: #42044C;
}
</style>
border-color css
<style>
span { border-color: #42044C; }
span { border-color: rgb(66,4,76); }
td.TdClassName
{
border-color: #42044C;
}
.TagClassName
{
border-color: #42044C;
}
</style>