Shades of Blackcurrant #30063C
Tints of Blackcurrant #30063C
RGB
CMYK
RGB Variations
Color information
#30063C (or 0x30063C) is known color: Blackcurrant. HEX triplet: 30, 06 and 3C. RGB value is (48,6,60). Sum of RGB (Red+Green+Blue) = 48+6+60=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #30063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30063C is #CFF9C3. Grayscale: #181818. Windows color (decimal): -13629892 or 3933744. OLE color: 3933744.
HSL color Cylindrical-coordinate representation of color #30063C: hue angle of 286.67º 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 #30063C is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 6 | 60 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.76 |
| HSL | 286.67º | 0.82% | 0.13% | - |
| HSV(B) | 286.67º | 0.9% | 0.24% | - |
| XYZ | 2.1 | 1.08 | 4.37 | - |
| YUV | 24.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 60 | 0.20 | 0.90 | 0 | 0.76 | 286.67 | 0.82 | 0.13 |
| Hex | 30 | 6 | 3C | 14 | 5A | 0 | 4C | 11F | 52 | D |
| Octal | 60 | 6 | 74 | 24 | 132 | 0 | 114 | 437 | 122 | 15 |
| Binary | 110000 | 110 | 111100 | 10100 | 1011010 | 0 | 1001100 | 100011111 | 1010010 | 1101 |
Color Harmonies of #30063C
Complementary color
Monochromatic Colors of #30063C
Black with #30063C
Text Example
Text Example
White with #30063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30063C; }
p { color: rgb(48,6,60); }
H1.HeaderClassName
{
color: #30063C;
}
.AnyTagClassName
{
color: #30063C;
}
</style>
background-color css
<style>
a { background-color: #30063C; }
a { background-color: rgb(48,6,60); }
div.DivClassName
{
background-color: #30063C;
}
.BgClassName
{
background-color: #30063C;
}
</style>
border-color css
<style>
span { border-color: #30063C; }
span { border-color: rgb(48,6,60); }
td.TdClassName
{
border-color: #30063C;
}
.TagClassName
{
border-color: #30063C;
}
</style>