Shades of Blackcurrant #300E3A
Tints of Blackcurrant #300E3A
RGB
CMYK
RGB Variations
Color information
#300E3A (or 0x300E3A) is known color: Blackcurrant. HEX triplet: 30, 0E and 3A. RGB value is (48,14,58). Sum of RGB (Red+Green+Blue) = 48+14+58=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #300E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E3A is #CFF1C5. Grayscale: #1D1D1D. Windows color (decimal): -13627846 or 3804720. OLE color: 3804720.
HSL color Cylindrical-coordinate representation of color #300E3A: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #300E3A is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 14 | 58 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.77 |
| HSL | 286.36º | 0.61% | 0.14% | - |
| HSV(B) | 286.36º | 0.76% | 0.23% | - |
| XYZ | 2.14 | 1.25 | 4.13 | - |
| YUV | 29.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 58 | 0.17 | 0.76 | 0 | 0.77 | 286.36 | 0.61 | 0.14 |
| Hex | 30 | E | 3A | 11 | 4C | 0 | 4D | 11E | 3D | E |
| Octal | 60 | 16 | 72 | 21 | 114 | 0 | 115 | 436 | 75 | 16 |
| Binary | 110000 | 1110 | 111010 | 10001 | 1001100 | 0 | 1001101 | 100011110 | 111101 | 1110 |
Color Harmonies of #300E3A
Complementary color
Monochromatic Colors of #300E3A
Black with #300E3A
Text Example
Text Example
White with #300E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E3A; }
p { color: rgb(48,14,58); }
H1.HeaderClassName
{
color: #300E3A;
}
.AnyTagClassName
{
color: #300E3A;
}
</style>
background-color css
<style>
a { background-color: #300E3A; }
a { background-color: rgb(48,14,58); }
div.DivClassName
{
background-color: #300E3A;
}
.BgClassName
{
background-color: #300E3A;
}
</style>
border-color css
<style>
span { border-color: #300E3A; }
span { border-color: rgb(48,14,58); }
td.TdClassName
{
border-color: #300E3A;
}
.TagClassName
{
border-color: #300E3A;
}
</style>