Shades of Blackcurrant #30064A
Tints of Blackcurrant #30064A
RGB
CMYK
RGB Variations
Color information
#30064A (or 0x30064A) is known color: Blackcurrant. HEX triplet: 30, 06 and 4A. RGB value is (48,6,74). Sum of RGB (Red+Green+Blue) = 48+6+74=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #30064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30064A is #CFF9B5. Grayscale: #1A1A1A. Windows color (decimal): -13629878 or 4851248. OLE color: 4851248.
HSL color Cylindrical-coordinate representation of color #30064A: hue angle of 277.06º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30064A is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 6 | 74 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.71 |
| HSL | 277.06º | 0.85% | 0.16% | - |
| HSV(B) | 277.06º | 0.92% | 0.29% | - |
| XYZ | 2.52 | 1.25 | 6.59 | - |
| YUV | 26.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 74 | 0.35 | 0.92 | 0 | 0.71 | 277.06 | 0.85 | 0.16 |
| Hex | 30 | 6 | 4A | 23 | 5C | 0 | 47 | 115 | 55 | 10 |
| Octal | 60 | 6 | 112 | 43 | 134 | 0 | 107 | 425 | 125 | 20 |
| Binary | 110000 | 110 | 1001010 | 100011 | 1011100 | 0 | 1000111 | 100010101 | 1010101 | 10000 |
Color Harmonies of #30064A
Complementary color
Monochromatic Colors of #30064A
Black with #30064A
Text Example
Text Example
White with #30064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30064A; }
p { color: rgb(48,6,74); }
H1.HeaderClassName
{
color: #30064A;
}
.AnyTagClassName
{
color: #30064A;
}
</style>
background-color css
<style>
a { background-color: #30064A; }
a { background-color: rgb(48,6,74); }
div.DivClassName
{
background-color: #30064A;
}
.BgClassName
{
background-color: #30064A;
}
</style>
border-color css
<style>
span { border-color: #30064A; }
span { border-color: rgb(48,6,74); }
td.TdClassName
{
border-color: #30064A;
}
.TagClassName
{
border-color: #30064A;
}
</style>