Shades of Blackcurrant #301C3D
Tints of Blackcurrant #301C3D
RGB
CMYK
RGB Variations
Color information
#301C3D (or 0x301C3D) is known color: Blackcurrant. HEX triplet: 30, 1C and 3D. RGB value is (48,28,61). Sum of RGB (Red+Green+Blue) = 48+28+61=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #301C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C3D is #CFE3C2. Grayscale: #252525. Windows color (decimal): -13624259 or 4004912. OLE color: 4004912.
HSL color Cylindrical-coordinate representation of color #301C3D: hue angle of 276.36º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301C3D is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 28 | 61 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.76 |
| HSL | 276.36º | 0.37% | 0.17% | - |
| HSV(B) | 276.36º | 0.54% | 0.24% | - |
| XYZ | 2.48 | 1.8 | 4.63 | - |
| YUV | 37.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 61 | 0.21 | 0.54 | 0 | 0.76 | 276.36 | 0.37 | 0.17 |
| Hex | 30 | 1C | 3D | 15 | 36 | 0 | 4C | 114 | 25 | 11 |
| Octal | 60 | 34 | 75 | 25 | 66 | 0 | 114 | 424 | 45 | 21 |
| Binary | 110000 | 11100 | 111101 | 10101 | 110110 | 0 | 1001100 | 100010100 | 100101 | 10001 |
Color Harmonies of #301C3D
Complementary color
Monochromatic Colors of #301C3D
Black with #301C3D
Text Example
Text Example
White with #301C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C3D; }
p { color: rgb(48,28,61); }
H1.HeaderClassName
{
color: #301C3D;
}
.AnyTagClassName
{
color: #301C3D;
}
</style>
background-color css
<style>
a { background-color: #301C3D; }
a { background-color: rgb(48,28,61); }
div.DivClassName
{
background-color: #301C3D;
}
.BgClassName
{
background-color: #301C3D;
}
</style>
border-color css
<style>
span { border-color: #301C3D; }
span { border-color: rgb(48,28,61); }
td.TdClassName
{
border-color: #301C3D;
}
.TagClassName
{
border-color: #301C3D;
}
</style>