Shades of Blackcurrant #30003C
Tints of Blackcurrant #30003C
RGB
CMYK
RGB Variations
Color information
#30003C (or 0x30003C) is known color: Blackcurrant. HEX triplet: 30, 00 and 3C. RGB value is (48,0,60). Sum of RGB (Red+Green+Blue) = 48+0+60=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #30003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30003C is #CFFFC3. Grayscale: #151515. Windows color (decimal): -13631428 or 3932208. OLE color: 3932208.
HSL color Cylindrical-coordinate representation of color #30003C: hue angle of 288º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30003C is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 0 | 60 | - |
| CMYK | 0.20 | 1 | 0 | 0.76 |
| HSL | 288º | 1% | 0.12% | - |
| HSV(B) | 288º | 1% | 0.24% | - |
| XYZ | 2.03 | 0.95 | 4.35 | - |
| YUV | 21.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 60 | 0.20 | 1 | 0 | 0.76 | 288 | 1 | 0.12 |
| Hex | 30 | 0 | 3C | 14 | 64 | 0 | 4C | 120 | 64 | C |
| Octal | 60 | 0 | 74 | 24 | 144 | 0 | 114 | 440 | 144 | 14 |
| Binary | 110000 | 0 | 111100 | 10100 | 1100100 | 0 | 1001100 | 100100000 | 1100100 | 1100 |
Color Harmonies of #30003C
Complementary color
Monochromatic Colors of #30003C
Black with #30003C
Text Example
Text Example
White with #30003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30003C; }
p { color: rgb(48,0,60); }
H1.HeaderClassName
{
color: #30003C;
}
.AnyTagClassName
{
color: #30003C;
}
</style>
background-color css
<style>
a { background-color: #30003C; }
a { background-color: rgb(48,0,60); }
div.DivClassName
{
background-color: #30003C;
}
.BgClassName
{
background-color: #30003C;
}
</style>
border-color css
<style>
span { border-color: #30003C; }
span { border-color: rgb(48,0,60); }
td.TdClassName
{
border-color: #30003C;
}
.TagClassName
{
border-color: #30003C;
}
</style>