Shades of Blackcurrant #30134D
Tints of Blackcurrant #30134D
RGB
CMYK
RGB Variations
Color information
#30134D (or 0x30134D) is known color: Blackcurrant. HEX triplet: 30, 13 and 4D. RGB value is (48,19,77). Sum of RGB (Red+Green+Blue) = 48+19+77=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #30134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30134D is #CFECB2. Grayscale: #222222. Windows color (decimal): -13626547 or 5051184. OLE color: 5051184.
HSL color Cylindrical-coordinate representation of color #30134D: hue angle of 270º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30134D is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 19 | 77 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.70 |
| HSL | 270º | 0.6% | 0.19% | - |
| HSV(B) | 270º | 0.75% | 0.3% | - |
| XYZ | 2.79 | 1.63 | 7.19 | - |
| YUV | 34.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 77 | 0.38 | 0.75 | 0 | 0.70 | 270 | 0.6 | 0.19 |
| Hex | 30 | 13 | 4D | 26 | 4B | 0 | 46 | 10E | 3C | 13 |
| Octal | 60 | 23 | 115 | 46 | 113 | 0 | 106 | 416 | 74 | 23 |
| Binary | 110000 | 10011 | 1001101 | 100110 | 1001011 | 0 | 1000110 | 100001110 | 111100 | 10011 |
Color Harmonies of #30134D
Complementary color
Monochromatic Colors of #30134D
Black with #30134D
Text Example
Text Example
White with #30134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30134D; }
p { color: rgb(48,19,77); }
H1.HeaderClassName
{
color: #30134D;
}
.AnyTagClassName
{
color: #30134D;
}
</style>
background-color css
<style>
a { background-color: #30134D; }
a { background-color: rgb(48,19,77); }
div.DivClassName
{
background-color: #30134D;
}
.BgClassName
{
background-color: #30134D;
}
</style>
border-color css
<style>
span { border-color: #30134D; }
span { border-color: rgb(48,19,77); }
td.TdClassName
{
border-color: #30134D;
}
.TagClassName
{
border-color: #30134D;
}
</style>