Shades of Blackcurrant #301E3D
Tints of Blackcurrant #301E3D
RGB
CMYK
RGB Variations
Color information
#301E3D (or 0x301E3D) is known color: Blackcurrant. HEX triplet: 30, 1E and 3D. RGB value is (48,30,61). Sum of RGB (Red+Green+Blue) = 48+30+61=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #301E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E3D is #CFE1C2. Grayscale: #262626. Windows color (decimal): -13623747 or 4005424. OLE color: 4005424.
HSL color Cylindrical-coordinate representation of color #301E3D: hue angle of 274.84º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #301E3D is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 30 | 61 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.76 |
| HSL | 274.84º | 0.34% | 0.18% | - |
| HSV(B) | 274.84º | 0.51% | 0.24% | - |
| XYZ | 2.53 | 1.89 | 4.65 | - |
| YUV | 38.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 61 | 0.21 | 0.51 | 0 | 0.76 | 274.84 | 0.34 | 0.18 |
| Hex | 30 | 1E | 3D | 15 | 33 | 0 | 4C | 113 | 22 | 12 |
| Octal | 60 | 36 | 75 | 25 | 63 | 0 | 114 | 423 | 42 | 22 |
| Binary | 110000 | 11110 | 111101 | 10101 | 110011 | 0 | 1001100 | 100010011 | 100010 | 10010 |
Color Harmonies of #301E3D
Complementary color
Monochromatic Colors of #301E3D
Black with #301E3D
Text Example
Text Example
White with #301E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E3D; }
p { color: rgb(48,30,61); }
H1.HeaderClassName
{
color: #301E3D;
}
.AnyTagClassName
{
color: #301E3D;
}
</style>
background-color css
<style>
a { background-color: #301E3D; }
a { background-color: rgb(48,30,61); }
div.DivClassName
{
background-color: #301E3D;
}
.BgClassName
{
background-color: #301E3D;
}
</style>
border-color css
<style>
span { border-color: #301E3D; }
span { border-color: rgb(48,30,61); }
td.TdClassName
{
border-color: #301E3D;
}
.TagClassName
{
border-color: #301E3D;
}
</style>