Shades of Blackcurrant #302041
Tints of Blackcurrant #302041
RGB
CMYK
RGB Variations
Color information
#302041 (or 0x302041) is known color: Blackcurrant. HEX triplet: 30, 20 and 41. RGB value is (48,32,65). Sum of RGB (Red+Green+Blue) = 48+32+65=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #302041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302041 is #CFDFBE. Grayscale: #282828. Windows color (decimal): -13623231 or 4268080. OLE color: 4268080.
HSL color Cylindrical-coordinate representation of color #302041: hue angle of 269.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302041 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 32 | 65 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.75 |
| HSL | 269.09º | 0.34% | 0.19% | - |
| HSV(B) | 269.09º | 0.51% | 0.25% | - |
| XYZ | 2.69 | 2.04 | 5.25 | - |
| YUV | 40.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 65 | 0.26 | 0.51 | 0 | 0.75 | 269.09 | 0.34 | 0.19 |
| Hex | 30 | 20 | 41 | 1A | 33 | 0 | 4B | 10D | 22 | 13 |
| Octal | 60 | 40 | 101 | 32 | 63 | 0 | 113 | 415 | 42 | 23 |
| Binary | 110000 | 100000 | 1000001 | 11010 | 110011 | 0 | 1001011 | 100001101 | 100010 | 10011 |
Color Harmonies of #302041
Complementary color
Monochromatic Colors of #302041
Black with #302041
Text Example
Text Example
White with #302041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302041; }
p { color: rgb(48,32,65); }
H1.HeaderClassName
{
color: #302041;
}
.AnyTagClassName
{
color: #302041;
}
</style>
background-color css
<style>
a { background-color: #302041; }
a { background-color: rgb(48,32,65); }
div.DivClassName
{
background-color: #302041;
}
.BgClassName
{
background-color: #302041;
}
</style>
border-color css
<style>
span { border-color: #302041; }
span { border-color: rgb(48,32,65); }
td.TdClassName
{
border-color: #302041;
}
.TagClassName
{
border-color: #302041;
}
</style>