Shades of Blackcurrant #300F3C
Tints of Blackcurrant #300F3C
RGB
CMYK
RGB Variations
Color information
#300F3C (or 0x300F3C) is known color: Blackcurrant. HEX triplet: 30, 0F and 3C. RGB value is (48,15,60). Sum of RGB (Red+Green+Blue) = 48+15+60=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #300F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3C is #CFF0C3. Grayscale: #1D1D1D. Windows color (decimal): -13627588 or 3936048. OLE color: 3936048.
HSL color Cylindrical-coordinate representation of color #300F3C: hue angle of 284º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300F3C is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 15 | 60 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.76 |
| HSL | 284º | 0.6% | 0.15% | - |
| HSV(B) | 284º | 0.75% | 0.24% | - |
| XYZ | 2.21 | 1.3 | 4.41 | - |
| YUV | 30 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 60 | 0.20 | 0.75 | 0 | 0.76 | 284 | 0.6 | 0.15 |
| Hex | 30 | F | 3C | 14 | 4B | 0 | 4C | 11C | 3C | F |
| Octal | 60 | 17 | 74 | 24 | 113 | 0 | 114 | 434 | 74 | 17 |
| Binary | 110000 | 1111 | 111100 | 10100 | 1001011 | 0 | 1001100 | 100011100 | 111100 | 1111 |
Color Harmonies of #300F3C
Complementary color
Monochromatic Colors of #300F3C
Black with #300F3C
Text Example
Text Example
White with #300F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F3C; }
p { color: rgb(48,15,60); }
H1.HeaderClassName
{
color: #300F3C;
}
.AnyTagClassName
{
color: #300F3C;
}
</style>
background-color css
<style>
a { background-color: #300F3C; }
a { background-color: rgb(48,15,60); }
div.DivClassName
{
background-color: #300F3C;
}
.BgClassName
{
background-color: #300F3C;
}
</style>
border-color css
<style>
span { border-color: #300F3C; }
span { border-color: rgb(48,15,60); }
td.TdClassName
{
border-color: #300F3C;
}
.TagClassName
{
border-color: #300F3C;
}
</style>