Shades of Blackcurrant #420F4B
Tints of Blackcurrant #420F4B
RGB
CMYK
RGB Variations
Color information
#420F4B (or 0x420F4B) is known color: Blackcurrant. HEX triplet: 42, 0F and 4B. RGB value is (66,15,75). Sum of RGB (Red+Green+Blue) = 66+15+75=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #420F4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F4B is #BDF0B4. Grayscale: #242424. Windows color (decimal): -12447925 or 4919106. OLE color: 4919106.
HSL color Cylindrical-coordinate representation of color #420F4B: hue angle of 291º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420F4B is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 15 | 75 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.71 |
| HSL | 291º | 0.67% | 0.18% | - |
| HSV(B) | 291º | 0.8% | 0.29% | - |
| XYZ | 3.69 | 2.01 | 6.85 | - |
| YUV | 37.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 75 | 0.12 | 0.80 | 0 | 0.71 | 291 | 0.67 | 0.18 |
| Hex | 42 | F | 4B | C | 50 | 0 | 47 | 123 | 43 | 12 |
| Octal | 102 | 17 | 113 | 14 | 120 | 0 | 107 | 443 | 103 | 22 |
| Binary | 1000010 | 1111 | 1001011 | 1100 | 1010000 | 0 | 1000111 | 100100011 | 1000011 | 10010 |
Color Harmonies of #420F4B
Complementary color
Monochromatic Colors of #420F4B
Black with #420F4B
Text Example
Text Example
White with #420F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F4B; }
p { color: rgb(66,15,75); }
H1.HeaderClassName
{
color: #420F4B;
}
.AnyTagClassName
{
color: #420F4B;
}
</style>
background-color css
<style>
a { background-color: #420F4B; }
a { background-color: rgb(66,15,75); }
div.DivClassName
{
background-color: #420F4B;
}
.BgClassName
{
background-color: #420F4B;
}
</style>
border-color css
<style>
span { border-color: #420F4B; }
span { border-color: rgb(66,15,75); }
td.TdClassName
{
border-color: #420F4B;
}
.TagClassName
{
border-color: #420F4B;
}
</style>