Shades of Blackcurrant #30034D
Tints of Blackcurrant #30034D
RGB
CMYK
RGB Variations
Color information
#30034D (or 0x30034D) is known color: Blackcurrant. HEX triplet: 30, 03 and 4D. RGB value is (48,3,77). Sum of RGB (Red+Green+Blue) = 48+3+77=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #30034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30034D is #CFFCB2. Grayscale: #181818. Windows color (decimal): -13630643 or 5047088. OLE color: 5047088.
HSL color Cylindrical-coordinate representation of color #30034D: hue angle of 276.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30034D is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 3 | 77 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.70 |
| HSL | 276.49º | 0.93% | 0.16% | - |
| HSV(B) | 276.49º | 0.96% | 0.3% | - |
| XYZ | 2.59 | 1.23 | 7.12 | - |
| YUV | 24.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 77 | 0.38 | 0.96 | 0 | 0.70 | 276.49 | 0.93 | 0.16 |
| Hex | 30 | 3 | 4D | 26 | 60 | 0 | 46 | 114 | 5C | 10 |
| Octal | 60 | 3 | 115 | 46 | 140 | 0 | 106 | 424 | 134 | 20 |
| Binary | 110000 | 11 | 1001101 | 100110 | 1100000 | 0 | 1000110 | 100010100 | 1011100 | 10000 |
Color Harmonies of #30034D
Complementary color
Monochromatic Colors of #30034D
Black with #30034D
Text Example
Text Example
White with #30034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30034D; }
p { color: rgb(48,3,77); }
H1.HeaderClassName
{
color: #30034D;
}
.AnyTagClassName
{
color: #30034D;
}
</style>
background-color css
<style>
a { background-color: #30034D; }
a { background-color: rgb(48,3,77); }
div.DivClassName
{
background-color: #30034D;
}
.BgClassName
{
background-color: #30034D;
}
</style>
border-color css
<style>
span { border-color: #30034D; }
span { border-color: rgb(48,3,77); }
td.TdClassName
{
border-color: #30034D;
}
.TagClassName
{
border-color: #30034D;
}
</style>