Shades of Blackcurrant #301E3C
Tints of Blackcurrant #301E3C
RGB
CMYK
RGB Variations
Color information
#301E3C (or 0x301E3C) is known color: Blackcurrant. HEX triplet: 30, 1E and 3C. RGB value is (48,30,60). Sum of RGB (Red+Green+Blue) = 48+30+60=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #301E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E3C is #CFE1C3. Grayscale: #262626. Windows color (decimal): -13623748 or 3939888. OLE color: 3939888.
HSL color Cylindrical-coordinate representation of color #301E3C: hue angle of 276º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301E3C is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 30 | 60 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.76 |
| HSL | 276º | 0.33% | 0.18% | - |
| HSV(B) | 276º | 0.5% | 0.24% | - |
| XYZ | 2.5 | 1.88 | 4.51 | - |
| YUV | 38.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 60 | 0.20 | 0.50 | 0 | 0.76 | 276 | 0.33 | 0.18 |
| Hex | 30 | 1E | 3C | 14 | 32 | 0 | 4C | 114 | 21 | 12 |
| Octal | 60 | 36 | 74 | 24 | 62 | 0 | 114 | 424 | 41 | 22 |
| Binary | 110000 | 11110 | 111100 | 10100 | 110010 | 0 | 1001100 | 100010100 | 100001 | 10010 |
Color Harmonies of #301E3C
Complementary color
Monochromatic Colors of #301E3C
Black with #301E3C
Text Example
Text Example
White with #301E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E3C; }
p { color: rgb(48,30,60); }
H1.HeaderClassName
{
color: #301E3C;
}
.AnyTagClassName
{
color: #301E3C;
}
</style>
background-color css
<style>
a { background-color: #301E3C; }
a { background-color: rgb(48,30,60); }
div.DivClassName
{
background-color: #301E3C;
}
.BgClassName
{
background-color: #301E3C;
}
</style>
border-color css
<style>
span { border-color: #301E3C; }
span { border-color: rgb(48,30,60); }
td.TdClassName
{
border-color: #301E3C;
}
.TagClassName
{
border-color: #301E3C;
}
</style>