Shades of Blackcurrant #301C40
Tints of Blackcurrant #301C40
RGB
CMYK
RGB Variations
Color information
#301C40 (or 0x301C40) is known color: Blackcurrant. HEX triplet: 30, 1C and 40. RGB value is (48,28,64). Sum of RGB (Red+Green+Blue) = 48+28+64=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #301C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C40 is #CFE3BF. Grayscale: #252525. Windows color (decimal): -13624256 or 4201520. OLE color: 4201520.
HSL color Cylindrical-coordinate representation of color #301C40: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301C40 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 28 | 64 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.75 |
| HSL | 273.33º | 0.39% | 0.18% | - |
| HSV(B) | 273.33º | 0.56% | 0.25% | - |
| XYZ | 2.56 | 1.83 | 5.07 | - |
| YUV | 38.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 64 | 0.25 | 0.56 | 0 | 0.75 | 273.33 | 0.39 | 0.18 |
| Hex | 30 | 1C | 40 | 19 | 38 | 0 | 4B | 111 | 27 | 12 |
| Octal | 60 | 34 | 100 | 31 | 70 | 0 | 113 | 421 | 47 | 22 |
| Binary | 110000 | 11100 | 1000000 | 11001 | 111000 | 0 | 1001011 | 100010001 | 100111 | 10010 |
Color Harmonies of #301C40
Complementary color
Monochromatic Colors of #301C40
Black with #301C40
Text Example
Text Example
White with #301C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C40; }
p { color: rgb(48,28,64); }
H1.HeaderClassName
{
color: #301C40;
}
.AnyTagClassName
{
color: #301C40;
}
</style>
background-color css
<style>
a { background-color: #301C40; }
a { background-color: rgb(48,28,64); }
div.DivClassName
{
background-color: #301C40;
}
.BgClassName
{
background-color: #301C40;
}
</style>
border-color css
<style>
span { border-color: #301C40; }
span { border-color: rgb(48,28,64); }
td.TdClassName
{
border-color: #301C40;
}
.TagClassName
{
border-color: #301C40;
}
</style>