Shades of Blackcurrant #42004B
Tints of Blackcurrant #42004B
RGB
CMYK
RGB Variations
Color information
#42004B (or 0x42004B) is known color: Blackcurrant. HEX triplet: 42, 00 and 4B. RGB value is (66,0,75). Sum of RGB (Red+Green+Blue) = 66+0+75=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #42004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42004B is #BDFFB4. Grayscale: #1C1C1C. Windows color (decimal): -12451765 or 4915266. OLE color: 4915266.
HSL color Cylindrical-coordinate representation of color #42004B: hue angle of 292.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42004B is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 0 | 75 | - |
| CMYK | 0.12 | 1 | 0 | 0.71 |
| HSL | 292.8º | 1% | 0.15% | - |
| HSV(B) | 292.8º | 1% | 0.29% | - |
| XYZ | 3.52 | 1.67 | 6.79 | - |
| YUV | 28.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 75 | 0.12 | 1 | 0 | 0.71 | 292.8 | 1 | 0.15 |
| Hex | 42 | 0 | 4B | C | 64 | 0 | 47 | 125 | 64 | F |
| Octal | 102 | 0 | 113 | 14 | 144 | 0 | 107 | 445 | 144 | 17 |
| Binary | 1000010 | 0 | 1001011 | 1100 | 1100100 | 0 | 1000111 | 100100101 | 1100100 | 1111 |
Color Harmonies of #42004B
Complementary color
Monochromatic Colors of #42004B
Black with #42004B
Text Example
Text Example
White with #42004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42004B; }
p { color: rgb(66,0,75); }
H1.HeaderClassName
{
color: #42004B;
}
.AnyTagClassName
{
color: #42004B;
}
</style>
background-color css
<style>
a { background-color: #42004B; }
a { background-color: rgb(66,0,75); }
div.DivClassName
{
background-color: #42004B;
}
.BgClassName
{
background-color: #42004B;
}
</style>
border-color css
<style>
span { border-color: #42004B; }
span { border-color: rgb(66,0,75); }
td.TdClassName
{
border-color: #42004B;
}
.TagClassName
{
border-color: #42004B;
}
</style>