Shades of Blackcurrant #30134C
Tints of Blackcurrant #30134C
RGB
CMYK
RGB Variations
Color information
#30134C (or 0x30134C) is known color: Blackcurrant. HEX triplet: 30, 13 and 4C. RGB value is (48,19,76). Sum of RGB (Red+Green+Blue) = 48+19+76=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #30134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30134C is #CFECB3. Grayscale: #212121. Windows color (decimal): -13626548 or 4985648. OLE color: 4985648.
HSL color Cylindrical-coordinate representation of color #30134C: hue angle of 270.53º 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 #30134C is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 19 | 76 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.70 |
| HSL | 270.53º | 0.6% | 0.19% | - |
| HSV(B) | 270.53º | 0.75% | 0.3% | - |
| XYZ | 2.76 | 1.62 | 7 | - |
| YUV | 34.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 76 | 0.37 | 0.75 | 0 | 0.70 | 270.53 | 0.6 | 0.19 |
| Hex | 30 | 13 | 4C | 25 | 4B | 0 | 46 | 10F | 3C | 13 |
| Octal | 60 | 23 | 114 | 45 | 113 | 0 | 106 | 417 | 74 | 23 |
| Binary | 110000 | 10011 | 1001100 | 100101 | 1001011 | 0 | 1000110 | 100001111 | 111100 | 10011 |
Color Harmonies of #30134C
Complementary color
Monochromatic Colors of #30134C
Black with #30134C
Text Example
Text Example
White with #30134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30134C; }
p { color: rgb(48,19,76); }
H1.HeaderClassName
{
color: #30134C;
}
.AnyTagClassName
{
color: #30134C;
}
</style>
background-color css
<style>
a { background-color: #30134C; }
a { background-color: rgb(48,19,76); }
div.DivClassName
{
background-color: #30134C;
}
.BgClassName
{
background-color: #30134C;
}
</style>
border-color css
<style>
span { border-color: #30134C; }
span { border-color: rgb(48,19,76); }
td.TdClassName
{
border-color: #30134C;
}
.TagClassName
{
border-color: #30134C;
}
</style>