Shades of Blackcurrant #42114B
Tints of Blackcurrant #42114B
RGB
CMYK
RGB Variations
Color information
#42114B (or 0x42114B) is known color: Blackcurrant. HEX triplet: 42, 11 and 4B. RGB value is (66,17,75). Sum of RGB (Red+Green+Blue) = 66+17+75=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #42114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42114B is #BDEEB4. Grayscale: #262626. Windows color (decimal): -12447413 or 4919618. OLE color: 4919618.
HSL color Cylindrical-coordinate representation of color #42114B: hue angle of 290.69º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42114B is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 17 | 75 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.71 |
| HSL | 290.69º | 0.63% | 0.18% | - |
| HSV(B) | 290.69º | 0.77% | 0.29% | - |
| XYZ | 3.72 | 2.07 | 6.86 | - |
| YUV | 38.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 75 | 0.12 | 0.77 | 0 | 0.71 | 290.69 | 0.63 | 0.18 |
| Hex | 42 | 11 | 4B | C | 4D | 0 | 47 | 123 | 3F | 12 |
| Octal | 102 | 21 | 113 | 14 | 115 | 0 | 107 | 443 | 77 | 22 |
| Binary | 1000010 | 10001 | 1001011 | 1100 | 1001101 | 0 | 1000111 | 100100011 | 111111 | 10010 |
Color Harmonies of #42114B
Complementary color
Monochromatic Colors of #42114B
Black with #42114B
Text Example
Text Example
White with #42114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42114B; }
p { color: rgb(66,17,75); }
H1.HeaderClassName
{
color: #42114B;
}
.AnyTagClassName
{
color: #42114B;
}
</style>
background-color css
<style>
a { background-color: #42114B; }
a { background-color: rgb(66,17,75); }
div.DivClassName
{
background-color: #42114B;
}
.BgClassName
{
background-color: #42114B;
}
</style>
border-color css
<style>
span { border-color: #42114B; }
span { border-color: rgb(66,17,75); }
td.TdClassName
{
border-color: #42114B;
}
.TagClassName
{
border-color: #42114B;
}
</style>