Shades of Blackcurrant #30063D
Tints of Blackcurrant #30063D
RGB
CMYK
RGB Variations
Color information
#30063D (or 0x30063D) is known color: Blackcurrant. HEX triplet: 30, 06 and 3D. RGB value is (48,6,61). Sum of RGB (Red+Green+Blue) = 48+6+61=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #30063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30063D is #CFF9C2. Grayscale: #181818. Windows color (decimal): -13629891 or 3999280. OLE color: 3999280.
HSL color Cylindrical-coordinate representation of color #30063D: hue angle of 285.82º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30063D is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 6 | 61 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.76 |
| HSL | 285.82º | 0.82% | 0.13% | - |
| HSV(B) | 285.82º | 0.9% | 0.24% | - |
| XYZ | 2.13 | 1.1 | 4.51 | - |
| YUV | 24.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 61 | 0.21 | 0.90 | 0 | 0.76 | 285.82 | 0.82 | 0.13 |
| Hex | 30 | 6 | 3D | 15 | 5A | 0 | 4C | 11E | 52 | D |
| Octal | 60 | 6 | 75 | 25 | 132 | 0 | 114 | 436 | 122 | 15 |
| Binary | 110000 | 110 | 111101 | 10101 | 1011010 | 0 | 1001100 | 100011110 | 1010010 | 1101 |
Color Harmonies of #30063D
Complementary color
Monochromatic Colors of #30063D
Black with #30063D
Text Example
Text Example
White with #30063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30063D; }
p { color: rgb(48,6,61); }
H1.HeaderClassName
{
color: #30063D;
}
.AnyTagClassName
{
color: #30063D;
}
</style>
background-color css
<style>
a { background-color: #30063D; }
a { background-color: rgb(48,6,61); }
div.DivClassName
{
background-color: #30063D;
}
.BgClassName
{
background-color: #30063D;
}
</style>
border-color css
<style>
span { border-color: #30063D; }
span { border-color: rgb(48,6,61); }
td.TdClassName
{
border-color: #30063D;
}
.TagClassName
{
border-color: #30063D;
}
</style>