Shades of Blackcurrant #30064C
Tints of Blackcurrant #30064C
RGB
CMYK
RGB Variations
Color information
#30064C (or 0x30064C) is known color: Blackcurrant. HEX triplet: 30, 06 and 4C. RGB value is (48,6,76). Sum of RGB (Red+Green+Blue) = 48+6+76=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #30064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30064C is #CFF9B3. Grayscale: #1A1A1A. Windows color (decimal): -13629876 or 4982320. OLE color: 4982320.
HSL color Cylindrical-coordinate representation of color #30064C: hue angle of 276º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30064C is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 6 | 76 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.70 |
| HSL | 276º | 0.85% | 0.16% | - |
| HSV(B) | 276º | 0.92% | 0.3% | - |
| XYZ | 2.59 | 1.28 | 6.95 | - |
| YUV | 26.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 76 | 0.37 | 0.92 | 0 | 0.70 | 276 | 0.85 | 0.16 |
| Hex | 30 | 6 | 4C | 25 | 5C | 0 | 46 | 114 | 55 | 10 |
| Octal | 60 | 6 | 114 | 45 | 134 | 0 | 106 | 424 | 125 | 20 |
| Binary | 110000 | 110 | 1001100 | 100101 | 1011100 | 0 | 1000110 | 100010100 | 1010101 | 10000 |
Color Harmonies of #30064C
Complementary color
Monochromatic Colors of #30064C
Black with #30064C
Text Example
Text Example
White with #30064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30064C; }
p { color: rgb(48,6,76); }
H1.HeaderClassName
{
color: #30064C;
}
.AnyTagClassName
{
color: #30064C;
}
</style>
background-color css
<style>
a { background-color: #30064C; }
a { background-color: rgb(48,6,76); }
div.DivClassName
{
background-color: #30064C;
}
.BgClassName
{
background-color: #30064C;
}
</style>
border-color css
<style>
span { border-color: #30064C; }
span { border-color: rgb(48,6,76); }
td.TdClassName
{
border-color: #30064C;
}
.TagClassName
{
border-color: #30064C;
}
</style>