Shades of Blackcurrant #42074C
Tints of Blackcurrant #42074C
RGB
CMYK
RGB Variations
Color information
#42074C (or 0x42074C) is known color: Blackcurrant. HEX triplet: 42, 07 and 4C. RGB value is (66,7,76). Sum of RGB (Red+Green+Blue) = 66+7+76=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #42074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42074C is #BDF8B3. Grayscale: #202020. Windows color (decimal): -12449972 or 4982594. OLE color: 4982594.
HSL color Cylindrical-coordinate representation of color #42074C: hue angle of 291.3º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42074C is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 7 | 76 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.70 |
| HSL | 291.3º | 0.83% | 0.16% | - |
| HSV(B) | 291.3º | 0.91% | 0.3% | - |
| XYZ | 3.63 | 1.83 | 7 | - |
| YUV | 32.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 76 | 0.13 | 0.91 | 0 | 0.70 | 291.3 | 0.83 | 0.16 |
| Hex | 42 | 7 | 4C | D | 5B | 0 | 46 | 123 | 53 | 10 |
| Octal | 102 | 7 | 114 | 15 | 133 | 0 | 106 | 443 | 123 | 20 |
| Binary | 1000010 | 111 | 1001100 | 1101 | 1011011 | 0 | 1000110 | 100100011 | 1010011 | 10000 |
Color Harmonies of #42074C
Complementary color
Monochromatic Colors of #42074C
Black with #42074C
Text Example
Text Example
White with #42074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42074C; }
p { color: rgb(66,7,76); }
H1.HeaderClassName
{
color: #42074C;
}
.AnyTagClassName
{
color: #42074C;
}
</style>
background-color css
<style>
a { background-color: #42074C; }
a { background-color: rgb(66,7,76); }
div.DivClassName
{
background-color: #42074C;
}
.BgClassName
{
background-color: #42074C;
}
</style>
border-color css
<style>
span { border-color: #42074C; }
span { border-color: rgb(66,7,76); }
td.TdClassName
{
border-color: #42074C;
}
.TagClassName
{
border-color: #42074C;
}
</style>