Shades of Blackcurrant #42054B
Tints of Blackcurrant #42054B
RGB
CMYK
RGB Variations
Color information
#42054B (or 0x42054B) is known color: Blackcurrant. HEX triplet: 42, 05 and 4B. RGB value is (66,5,75). Sum of RGB (Red+Green+Blue) = 66+5+75=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #42054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42054B is #BDFAB4. Grayscale: #1F1F1F. Windows color (decimal): -12450485 or 4916546. OLE color: 4916546.
HSL color Cylindrical-coordinate representation of color #42054B: hue angle of 292.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42054B is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 5 | 75 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.71 |
| HSL | 292.29º | 0.88% | 0.16% | - |
| HSV(B) | 292.29º | 0.93% | 0.29% | - |
| XYZ | 3.57 | 1.77 | 6.81 | - |
| YUV | 31.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 75 | 0.12 | 0.93 | 0 | 0.71 | 292.29 | 0.88 | 0.16 |
| Hex | 42 | 5 | 4B | C | 5D | 0 | 47 | 124 | 58 | 10 |
| Octal | 102 | 5 | 113 | 14 | 135 | 0 | 107 | 444 | 130 | 20 |
| Binary | 1000010 | 101 | 1001011 | 1100 | 1011101 | 0 | 1000111 | 100100100 | 1011000 | 10000 |
Color Harmonies of #42054B
Complementary color
Monochromatic Colors of #42054B
Black with #42054B
Text Example
Text Example
White with #42054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42054B; }
p { color: rgb(66,5,75); }
H1.HeaderClassName
{
color: #42054B;
}
.AnyTagClassName
{
color: #42054B;
}
</style>
background-color css
<style>
a { background-color: #42054B; }
a { background-color: rgb(66,5,75); }
div.DivClassName
{
background-color: #42054B;
}
.BgClassName
{
background-color: #42054B;
}
</style>
border-color css
<style>
span { border-color: #42054B; }
span { border-color: rgb(66,5,75); }
td.TdClassName
{
border-color: #42054B;
}
.TagClassName
{
border-color: #42054B;
}
</style>