Shades of Blackcurrant #301C3C
Tints of Blackcurrant #301C3C
RGB
CMYK
RGB Variations
Color information
#301C3C (or 0x301C3C) is known color: Blackcurrant. HEX triplet: 30, 1C and 3C. RGB value is (48,28,60). Sum of RGB (Red+Green+Blue) = 48+28+60=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #301C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C3C is #CFE3C3. Grayscale: #252525. Windows color (decimal): -13624260 or 3939376. OLE color: 3939376.
HSL color Cylindrical-coordinate representation of color #301C3C: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #301C3C is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 28 | 60 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.76 |
| HSL | 277.5º | 0.36% | 0.17% | - |
| HSV(B) | 277.5º | 0.53% | 0.24% | - |
| XYZ | 2.45 | 1.79 | 4.49 | - |
| YUV | 37.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 60 | 0.20 | 0.53 | 0 | 0.76 | 277.5 | 0.36 | 0.17 |
| Hex | 30 | 1C | 3C | 14 | 35 | 0 | 4C | 116 | 24 | 11 |
| Octal | 60 | 34 | 74 | 24 | 65 | 0 | 114 | 426 | 44 | 21 |
| Binary | 110000 | 11100 | 111100 | 10100 | 110101 | 0 | 1001100 | 100010110 | 100100 | 10001 |
Color Harmonies of #301C3C
Complementary color
Monochromatic Colors of #301C3C
Black with #301C3C
Text Example
Text Example
White with #301C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C3C; }
p { color: rgb(48,28,60); }
H1.HeaderClassName
{
color: #301C3C;
}
.AnyTagClassName
{
color: #301C3C;
}
</style>
background-color css
<style>
a { background-color: #301C3C; }
a { background-color: rgb(48,28,60); }
div.DivClassName
{
background-color: #301C3C;
}
.BgClassName
{
background-color: #301C3C;
}
</style>
border-color css
<style>
span { border-color: #301C3C; }
span { border-color: rgb(48,28,60); }
td.TdClassName
{
border-color: #301C3C;
}
.TagClassName
{
border-color: #301C3C;
}
</style>