Shades of Blackcurrant #30044D
Tints of Blackcurrant #30044D
RGB
CMYK
RGB Variations
Color information
#30044D (or 0x30044D) is known color: Blackcurrant. HEX triplet: 30, 04 and 4D. RGB value is (48,4,77). Sum of RGB (Red+Green+Blue) = 48+4+77=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #30044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30044D is #CFFBB2. Grayscale: #191919. Windows color (decimal): -13630387 or 5047344. OLE color: 5047344.
HSL color Cylindrical-coordinate representation of color #30044D: hue angle of 276.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30044D is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 4 | 77 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.70 |
| HSL | 276.16º | 0.9% | 0.16% | - |
| HSV(B) | 276.16º | 0.95% | 0.3% | - |
| XYZ | 2.6 | 1.25 | 7.13 | - |
| YUV | 25.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 77 | 0.38 | 0.95 | 0 | 0.70 | 276.16 | 0.9 | 0.16 |
| Hex | 30 | 4 | 4D | 26 | 5F | 0 | 46 | 114 | 5A | 10 |
| Octal | 60 | 4 | 115 | 46 | 137 | 0 | 106 | 424 | 132 | 20 |
| Binary | 110000 | 100 | 1001101 | 100110 | 1011111 | 0 | 1000110 | 100010100 | 1011010 | 10000 |
Color Harmonies of #30044D
Complementary color
Monochromatic Colors of #30044D
Black with #30044D
Text Example
Text Example
White with #30044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30044D; }
p { color: rgb(48,4,77); }
H1.HeaderClassName
{
color: #30044D;
}
.AnyTagClassName
{
color: #30044D;
}
</style>
background-color css
<style>
a { background-color: #30044D; }
a { background-color: rgb(48,4,77); }
div.DivClassName
{
background-color: #30044D;
}
.BgClassName
{
background-color: #30044D;
}
</style>
border-color css
<style>
span { border-color: #30044D; }
span { border-color: rgb(48,4,77); }
td.TdClassName
{
border-color: #30044D;
}
.TagClassName
{
border-color: #30044D;
}
</style>