Shades of Blackcurrant #301F42
Tints of Blackcurrant #301F42
RGB
CMYK
RGB Variations
Color information
#301F42 (or 0x301F42) is known color: Blackcurrant. HEX triplet: 30, 1F and 42. RGB value is (48,31,66). Sum of RGB (Red+Green+Blue) = 48+31+66=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #301F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F42 is #CFE0BD. Grayscale: #272727. Windows color (decimal): -13623486 or 4333360. OLE color: 4333360.
HSL color Cylindrical-coordinate representation of color #301F42: hue angle of 269.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #301F42 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 31 | 66 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.74 |
| HSL | 269.14º | 0.36% | 0.19% | - |
| HSV(B) | 269.14º | 0.53% | 0.26% | - |
| XYZ | 2.69 | 2 | 5.4 | - |
| YUV | 40.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 66 | 0.27 | 0.53 | 0 | 0.74 | 269.14 | 0.36 | 0.19 |
| Hex | 30 | 1F | 42 | 1B | 35 | 0 | 4A | 10D | 24 | 13 |
| Octal | 60 | 37 | 102 | 33 | 65 | 0 | 112 | 415 | 44 | 23 |
| Binary | 110000 | 11111 | 1000010 | 11011 | 110101 | 0 | 1001010 | 100001101 | 100100 | 10011 |
Color Harmonies of #301F42
Complementary color
Monochromatic Colors of #301F42
Black with #301F42
Text Example
Text Example
White with #301F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F42; }
p { color: rgb(48,31,66); }
H1.HeaderClassName
{
color: #301F42;
}
.AnyTagClassName
{
color: #301F42;
}
</style>
background-color css
<style>
a { background-color: #301F42; }
a { background-color: rgb(48,31,66); }
div.DivClassName
{
background-color: #301F42;
}
.BgClassName
{
background-color: #301F42;
}
</style>
border-color css
<style>
span { border-color: #301F42; }
span { border-color: rgb(48,31,66); }
td.TdClassName
{
border-color: #301F42;
}
.TagClassName
{
border-color: #301F42;
}
</style>