Shades of Blackcurrant #42094D
Tints of Blackcurrant #42094D
RGB
CMYK
RGB Variations
Color information
#42094D (or 0x42094D) is known color: Blackcurrant. HEX triplet: 42, 09 and 4D. RGB value is (66,9,77). Sum of RGB (Red+Green+Blue) = 66+9+77=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #42094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42094D is #BDF6B2. Grayscale: #212121. Windows color (decimal): -12449459 or 5048642. OLE color: 5048642.
HSL color Cylindrical-coordinate representation of color #42094D: hue angle of 290.29º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42094D is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 9 | 77 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.70 |
| HSL | 290.29º | 0.79% | 0.17% | - |
| HSV(B) | 290.29º | 0.88% | 0.3% | - |
| XYZ | 3.68 | 1.89 | 7.19 | - |
| YUV | 33.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 77 | 0.14 | 0.88 | 0 | 0.70 | 290.29 | 0.79 | 0.17 |
| Hex | 42 | 9 | 4D | E | 58 | 0 | 46 | 122 | 4F | 11 |
| Octal | 102 | 11 | 115 | 16 | 130 | 0 | 106 | 442 | 117 | 21 |
| Binary | 1000010 | 1001 | 1001101 | 1110 | 1011000 | 0 | 1000110 | 100100010 | 1001111 | 10001 |
Color Harmonies of #42094D
Complementary color
Monochromatic Colors of #42094D
Black with #42094D
Text Example
Text Example
White with #42094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42094D; }
p { color: rgb(66,9,77); }
H1.HeaderClassName
{
color: #42094D;
}
.AnyTagClassName
{
color: #42094D;
}
</style>
background-color css
<style>
a { background-color: #42094D; }
a { background-color: rgb(66,9,77); }
div.DivClassName
{
background-color: #42094D;
}
.BgClassName
{
background-color: #42094D;
}
</style>
border-color css
<style>
span { border-color: #42094D; }
span { border-color: rgb(66,9,77); }
td.TdClassName
{
border-color: #42094D;
}
.TagClassName
{
border-color: #42094D;
}
</style>