Shades of Blackcurrant #301940
Tints of Blackcurrant #301940
RGB
CMYK
RGB Variations
Color information
#301940 (or 0x301940) is known color: Blackcurrant. HEX triplet: 30, 19 and 40. RGB value is (48,25,64). Sum of RGB (Red+Green+Blue) = 48+25+64=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #301940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301940 is #CFE6BF. Grayscale: #242424. Windows color (decimal): -13625024 or 4200752. OLE color: 4200752.
HSL color Cylindrical-coordinate representation of color #301940: hue angle of 275.38º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301940 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 25 | 64 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.75 |
| HSL | 275.38º | 0.44% | 0.17% | - |
| HSV(B) | 275.38º | 0.61% | 0.25% | - |
| XYZ | 2.49 | 1.69 | 5.05 | - |
| YUV | 36.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 64 | 0.25 | 0.61 | 0 | 0.75 | 275.38 | 0.44 | 0.17 |
| Hex | 30 | 19 | 40 | 19 | 3D | 0 | 4B | 113 | 2C | 11 |
| Octal | 60 | 31 | 100 | 31 | 75 | 0 | 113 | 423 | 54 | 21 |
| Binary | 110000 | 11001 | 1000000 | 11001 | 111101 | 0 | 1001011 | 100010011 | 101100 | 10001 |
Color Harmonies of #301940
Complementary color
Monochromatic Colors of #301940
Black with #301940
Text Example
Text Example
White with #301940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301940; }
p { color: rgb(48,25,64); }
H1.HeaderClassName
{
color: #301940;
}
.AnyTagClassName
{
color: #301940;
}
</style>
background-color css
<style>
a { background-color: #301940; }
a { background-color: rgb(48,25,64); }
div.DivClassName
{
background-color: #301940;
}
.BgClassName
{
background-color: #301940;
}
</style>
border-color css
<style>
span { border-color: #301940; }
span { border-color: rgb(48,25,64); }
td.TdClassName
{
border-color: #301940;
}
.TagClassName
{
border-color: #301940;
}
</style>