Shades of Blackcurrant #301A3C
Tints of Blackcurrant #301A3C
RGB
CMYK
RGB Variations
Color information
#301A3C (or 0x301A3C) is known color: Blackcurrant. HEX triplet: 30, 1A and 3C. RGB value is (48,26,60). Sum of RGB (Red+Green+Blue) = 48+26+60=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #301A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A3C is #CFE5C3. Grayscale: #242424. Windows color (decimal): -13624772 or 3938864. OLE color: 3938864.
HSL color Cylindrical-coordinate representation of color #301A3C: hue angle of 278.82º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #301A3C is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 26 | 60 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.76 |
| HSL | 278.82º | 0.4% | 0.17% | - |
| HSV(B) | 278.82º | 0.57% | 0.24% | - |
| XYZ | 2.4 | 1.69 | 4.48 | - |
| YUV | 36.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 60 | 0.20 | 0.57 | 0 | 0.76 | 278.82 | 0.4 | 0.17 |
| Hex | 30 | 1A | 3C | 14 | 39 | 0 | 4C | 117 | 28 | 11 |
| Octal | 60 | 32 | 74 | 24 | 71 | 0 | 114 | 427 | 50 | 21 |
| Binary | 110000 | 11010 | 111100 | 10100 | 111001 | 0 | 1001100 | 100010111 | 101000 | 10001 |
Color Harmonies of #301A3C
Complementary color
Monochromatic Colors of #301A3C
Black with #301A3C
Text Example
Text Example
White with #301A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A3C; }
p { color: rgb(48,26,60); }
H1.HeaderClassName
{
color: #301A3C;
}
.AnyTagClassName
{
color: #301A3C;
}
</style>
background-color css
<style>
a { background-color: #301A3C; }
a { background-color: rgb(48,26,60); }
div.DivClassName
{
background-color: #301A3C;
}
.BgClassName
{
background-color: #301A3C;
}
</style>
border-color css
<style>
span { border-color: #301A3C; }
span { border-color: rgb(48,26,60); }
td.TdClassName
{
border-color: #301A3C;
}
.TagClassName
{
border-color: #301A3C;
}
</style>