Shades of Blackcurrant #30164A
Tints of Blackcurrant #30164A
RGB
CMYK
RGB Variations
Color information
#30164A (or 0x30164A) is known color: Blackcurrant. HEX triplet: 30, 16 and 4A. RGB value is (48,22,74). Sum of RGB (Red+Green+Blue) = 48+22+74=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #30164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30164A is #CFE9B5. Grayscale: #232323. Windows color (decimal): -13625782 or 4855344. OLE color: 4855344.
HSL color Cylindrical-coordinate representation of color #30164A: hue angle of 270º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30164A is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 22 | 74 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.71 |
| HSL | 270º | 0.54% | 0.19% | - |
| HSV(B) | 270º | 0.7% | 0.29% | - |
| XYZ | 2.74 | 1.7 | 6.66 | - |
| YUV | 35.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 74 | 0.35 | 0.70 | 0 | 0.71 | 270 | 0.54 | 0.19 |
| Hex | 30 | 16 | 4A | 23 | 46 | 0 | 47 | 10E | 36 | 13 |
| Octal | 60 | 26 | 112 | 43 | 106 | 0 | 107 | 416 | 66 | 23 |
| Binary | 110000 | 10110 | 1001010 | 100011 | 1000110 | 0 | 1000111 | 100001110 | 110110 | 10011 |
Color Harmonies of #30164A
Complementary color
Monochromatic Colors of #30164A
Black with #30164A
Text Example
Text Example
White with #30164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30164A; }
p { color: rgb(48,22,74); }
H1.HeaderClassName
{
color: #30164A;
}
.AnyTagClassName
{
color: #30164A;
}
</style>
background-color css
<style>
a { background-color: #30164A; }
a { background-color: rgb(48,22,74); }
div.DivClassName
{
background-color: #30164A;
}
.BgClassName
{
background-color: #30164A;
}
</style>
border-color css
<style>
span { border-color: #30164A; }
span { border-color: rgb(48,22,74); }
td.TdClassName
{
border-color: #30164A;
}
.TagClassName
{
border-color: #30164A;
}
</style>