Shades of Blackcurrant #42024B
Tints of Blackcurrant #42024B
RGB
CMYK
RGB Variations
Color information
#42024B (or 0x42024B) is known color: Blackcurrant. HEX triplet: 42, 02 and 4B. RGB value is (66,2,75). Sum of RGB (Red+Green+Blue) = 66+2+75=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #42024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42024B is #BDFDB4. Grayscale: #1D1D1D. Windows color (decimal): -12451253 or 4915778. OLE color: 4915778.
HSL color Cylindrical-coordinate representation of color #42024B: hue angle of 292.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42024B is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 2 | 75 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.71 |
| HSL | 292.6º | 0.95% | 0.15% | - |
| HSV(B) | 292.6º | 0.97% | 0.29% | - |
| XYZ | 3.54 | 1.71 | 6.8 | - |
| YUV | 29.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 75 | 0.12 | 0.97 | 0 | 0.71 | 292.6 | 0.95 | 0.15 |
| Hex | 42 | 2 | 4B | C | 61 | 0 | 47 | 125 | 5F | F |
| Octal | 102 | 2 | 113 | 14 | 141 | 0 | 107 | 445 | 137 | 17 |
| Binary | 1000010 | 10 | 1001011 | 1100 | 1100001 | 0 | 1000111 | 100100101 | 1011111 | 1111 |
Color Harmonies of #42024B
Complementary color
Monochromatic Colors of #42024B
Black with #42024B
Text Example
Text Example
White with #42024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42024B; }
p { color: rgb(66,2,75); }
H1.HeaderClassName
{
color: #42024B;
}
.AnyTagClassName
{
color: #42024B;
}
</style>
background-color css
<style>
a { background-color: #42024B; }
a { background-color: rgb(66,2,75); }
div.DivClassName
{
background-color: #42024B;
}
.BgClassName
{
background-color: #42024B;
}
</style>
border-color css
<style>
span { border-color: #42024B; }
span { border-color: rgb(66,2,75); }
td.TdClassName
{
border-color: #42024B;
}
.TagClassName
{
border-color: #42024B;
}
</style>