Shades of Blackcurrant #300F3A
Tints of Blackcurrant #300F3A
RGB
CMYK
RGB Variations
Color information
#300F3A (or 0x300F3A) is known color: Blackcurrant. HEX triplet: 30, 0F and 3A. RGB value is (48,15,58). Sum of RGB (Red+Green+Blue) = 48+15+58=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #300F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3A is #CFF0C5. Grayscale: #1D1D1D. Windows color (decimal): -13627590 or 3804976. OLE color: 3804976.
HSL color Cylindrical-coordinate representation of color #300F3A: hue angle of 286.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #300F3A is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 15 | 58 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.77 |
| HSL | 286.05º | 0.59% | 0.14% | - |
| HSV(B) | 286.05º | 0.74% | 0.23% | - |
| XYZ | 2.15 | 1.28 | 4.14 | - |
| YUV | 29.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 58 | 0.17 | 0.74 | 0 | 0.77 | 286.05 | 0.59 | 0.14 |
| Hex | 30 | F | 3A | 11 | 4A | 0 | 4D | 11E | 3B | E |
| Octal | 60 | 17 | 72 | 21 | 112 | 0 | 115 | 436 | 73 | 16 |
| Binary | 110000 | 1111 | 111010 | 10001 | 1001010 | 0 | 1001101 | 100011110 | 111011 | 1110 |
Color Harmonies of #300F3A
Complementary color
Monochromatic Colors of #300F3A
Black with #300F3A
Text Example
Text Example
White with #300F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F3A; }
p { color: rgb(48,15,58); }
H1.HeaderClassName
{
color: #300F3A;
}
.AnyTagClassName
{
color: #300F3A;
}
</style>
background-color css
<style>
a { background-color: #300F3A; }
a { background-color: rgb(48,15,58); }
div.DivClassName
{
background-color: #300F3A;
}
.BgClassName
{
background-color: #300F3A;
}
</style>
border-color css
<style>
span { border-color: #300F3A; }
span { border-color: rgb(48,15,58); }
td.TdClassName
{
border-color: #300F3A;
}
.TagClassName
{
border-color: #300F3A;
}
</style>