Shades of Blackcurrant #42014B
Tints of Blackcurrant #42014B
RGB
CMYK
RGB Variations
Color information
#42014B (or 0x42014B) is known color: Blackcurrant. HEX triplet: 42, 01 and 4B. RGB value is (66,1,75). Sum of RGB (Red+Green+Blue) = 66+1+75=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #42014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42014B is #BDFEB4. Grayscale: #1C1C1C. Windows color (decimal): -12451509 or 4915522. OLE color: 4915522.
HSL color Cylindrical-coordinate representation of color #42014B: hue angle of 292.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42014B is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 1 | 75 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.71 |
| HSL | 292.7º | 0.97% | 0.15% | - |
| HSV(B) | 292.7º | 0.99% | 0.29% | - |
| XYZ | 3.53 | 1.69 | 6.8 | - |
| YUV | 28.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 75 | 0.12 | 0.99 | 0 | 0.71 | 292.7 | 0.97 | 0.15 |
| Hex | 42 | 1 | 4B | C | 63 | 0 | 47 | 125 | 61 | F |
| Octal | 102 | 1 | 113 | 14 | 143 | 0 | 107 | 445 | 141 | 17 |
| Binary | 1000010 | 1 | 1001011 | 1100 | 1100011 | 0 | 1000111 | 100100101 | 1100001 | 1111 |
Color Harmonies of #42014B
Complementary color
Monochromatic Colors of #42014B
Black with #42014B
Text Example
Text Example
White with #42014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42014B; }
p { color: rgb(66,1,75); }
H1.HeaderClassName
{
color: #42014B;
}
.AnyTagClassName
{
color: #42014B;
}
</style>
background-color css
<style>
a { background-color: #42014B; }
a { background-color: rgb(66,1,75); }
div.DivClassName
{
background-color: #42014B;
}
.BgClassName
{
background-color: #42014B;
}
</style>
border-color css
<style>
span { border-color: #42014B; }
span { border-color: rgb(66,1,75); }
td.TdClassName
{
border-color: #42014B;
}
.TagClassName
{
border-color: #42014B;
}
</style>