Shades of Blackcurrant #301039
Tints of Blackcurrant #301039
RGB
CMYK
RGB Variations
Color information
#301039 (or 0x301039) is known color: Blackcurrant. HEX triplet: 30, 10 and 39. RGB value is (48,16,57). Sum of RGB (Red+Green+Blue) = 48+16+57=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #301039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301039 is #CFEFC6. Grayscale: #1E1E1E. Windows color (decimal): -13627335 or 3739696. OLE color: 3739696.
HSL color Cylindrical-coordinate representation of color #301039: hue angle of 286.83º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301039 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 16 | 57 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.78 |
| HSL | 286.83º | 0.56% | 0.14% | - |
| HSV(B) | 286.83º | 0.72% | 0.22% | - |
| XYZ | 2.14 | 1.29 | 4.01 | - |
| YUV | 30.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 57 | 0.16 | 0.72 | 0 | 0.78 | 286.83 | 0.56 | 0.14 |
| Hex | 30 | 10 | 39 | 10 | 48 | 0 | 4E | 11F | 38 | E |
| Octal | 60 | 20 | 71 | 20 | 110 | 0 | 116 | 437 | 70 | 16 |
| Binary | 110000 | 10000 | 111001 | 10000 | 1001000 | 0 | 1001110 | 100011111 | 111000 | 1110 |
Color Harmonies of #301039
Complementary color
Monochromatic Colors of #301039
Black with #301039
Text Example
Text Example
White with #301039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301039; }
p { color: rgb(48,16,57); }
H1.HeaderClassName
{
color: #301039;
}
.AnyTagClassName
{
color: #301039;
}
</style>
background-color css
<style>
a { background-color: #301039; }
a { background-color: rgb(48,16,57); }
div.DivClassName
{
background-color: #301039;
}
.BgClassName
{
background-color: #301039;
}
</style>
border-color css
<style>
span { border-color: #301039; }
span { border-color: rgb(48,16,57); }
td.TdClassName
{
border-color: #301039;
}
.TagClassName
{
border-color: #301039;
}
</style>