Shades of Blackcurrant #302039
Tints of Blackcurrant #302039
RGB
CMYK
RGB Variations
Color information
#302039 (or 0x302039) is known color: Blackcurrant. HEX triplet: 30, 20 and 39. RGB value is (48,32,57). Sum of RGB (Red+Green+Blue) = 48+32+57=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #302039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302039 is #CFDFC6. Grayscale: #272727. Windows color (decimal): -13623239 or 3743792. OLE color: 3743792.
HSL color Cylindrical-coordinate representation of color #302039: hue angle of 278.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302039 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 32 | 57 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.78 |
| HSL | 278.4º | 0.28% | 0.17% | - |
| HSV(B) | 278.4º | 0.44% | 0.22% | - |
| XYZ | 2.47 | 1.96 | 4.12 | - |
| YUV | 39.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 57 | 0.16 | 0.44 | 0 | 0.78 | 278.4 | 0.28 | 0.17 |
| Hex | 30 | 20 | 39 | 10 | 2C | 0 | 4E | 116 | 1C | 11 |
| Octal | 60 | 40 | 71 | 20 | 54 | 0 | 116 | 426 | 34 | 21 |
| Binary | 110000 | 100000 | 111001 | 10000 | 101100 | 0 | 1001110 | 100010110 | 11100 | 10001 |
Color Harmonies of #302039
Complementary color
Monochromatic Colors of #302039
Black with #302039
Text Example
Text Example
White with #302039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302039; }
p { color: rgb(48,32,57); }
H1.HeaderClassName
{
color: #302039;
}
.AnyTagClassName
{
color: #302039;
}
</style>
background-color css
<style>
a { background-color: #302039; }
a { background-color: rgb(48,32,57); }
div.DivClassName
{
background-color: #302039;
}
.BgClassName
{
background-color: #302039;
}
</style>
border-color css
<style>
span { border-color: #302039; }
span { border-color: rgb(48,32,57); }
td.TdClassName
{
border-color: #302039;
}
.TagClassName
{
border-color: #302039;
}
</style>