Shades of Blackcurrant #301E40
Tints of Blackcurrant #301E40
RGB
CMYK
RGB Variations
Color information
#301E40 (or 0x301E40) is known color: Blackcurrant. HEX triplet: 30, 1E and 40. RGB value is (48,30,64). Sum of RGB (Red+Green+Blue) = 48+30+64=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #301E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E40 is #CFE1BF. Grayscale: #272727. Windows color (decimal): -13623744 or 4202032. OLE color: 4202032.
HSL color Cylindrical-coordinate representation of color #301E40: hue angle of 271.76º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #301E40 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 30 | 64 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.75 |
| HSL | 271.76º | 0.36% | 0.18% | - |
| HSV(B) | 271.76º | 0.53% | 0.25% | - |
| XYZ | 2.61 | 1.93 | 5.08 | - |
| YUV | 39.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 64 | 0.25 | 0.53 | 0 | 0.75 | 271.76 | 0.36 | 0.18 |
| Hex | 30 | 1E | 40 | 19 | 35 | 0 | 4B | 110 | 24 | 12 |
| Octal | 60 | 36 | 100 | 31 | 65 | 0 | 113 | 420 | 44 | 22 |
| Binary | 110000 | 11110 | 1000000 | 11001 | 110101 | 0 | 1001011 | 100010000 | 100100 | 10010 |
Color Harmonies of #301E40
Complementary color
Monochromatic Colors of #301E40
Black with #301E40
Text Example
Text Example
White with #301E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E40; }
p { color: rgb(48,30,64); }
H1.HeaderClassName
{
color: #301E40;
}
.AnyTagClassName
{
color: #301E40;
}
</style>
background-color css
<style>
a { background-color: #301E40; }
a { background-color: rgb(48,30,64); }
div.DivClassName
{
background-color: #301E40;
}
.BgClassName
{
background-color: #301E40;
}
</style>
border-color css
<style>
span { border-color: #301E40; }
span { border-color: rgb(48,30,64); }
td.TdClassName
{
border-color: #301E40;
}
.TagClassName
{
border-color: #301E40;
}
</style>