Shades of Blackcurrant #301639
Tints of Blackcurrant #301639
RGB
CMYK
RGB Variations
Color information
#301639 (or 0x301639) is known color: Blackcurrant. HEX triplet: 30, 16 and 39. RGB value is (48,22,57). Sum of RGB (Red+Green+Blue) = 48+22+57=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #301639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301639 is #CFE9C6. Grayscale: #212121. Windows color (decimal): -13625799 or 3741232. OLE color: 3741232.
HSL color Cylindrical-coordinate representation of color #301639: hue angle of 284.57º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301639 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 22 | 57 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.78 |
| HSL | 284.57º | 0.44% | 0.15% | - |
| HSV(B) | 284.57º | 0.61% | 0.22% | - |
| XYZ | 2.24 | 1.5 | 4.04 | - |
| YUV | 33.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 57 | 0.16 | 0.61 | 0 | 0.78 | 284.57 | 0.44 | 0.15 |
| Hex | 30 | 16 | 39 | 10 | 3D | 0 | 4E | 11D | 2C | F |
| Octal | 60 | 26 | 71 | 20 | 75 | 0 | 116 | 435 | 54 | 17 |
| Binary | 110000 | 10110 | 111001 | 10000 | 111101 | 0 | 1001110 | 100011101 | 101100 | 1111 |
Color Harmonies of #301639
Complementary color
Monochromatic Colors of #301639
Black with #301639
Text Example
Text Example
White with #301639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301639; }
p { color: rgb(48,22,57); }
H1.HeaderClassName
{
color: #301639;
}
.AnyTagClassName
{
color: #301639;
}
</style>
background-color css
<style>
a { background-color: #301639; }
a { background-color: rgb(48,22,57); }
div.DivClassName
{
background-color: #301639;
}
.BgClassName
{
background-color: #301639;
}
</style>
border-color css
<style>
span { border-color: #301639; }
span { border-color: rgb(48,22,57); }
td.TdClassName
{
border-color: #301639;
}
.TagClassName
{
border-color: #301639;
}
</style>