Shades of Blackcurrant #301440
Tints of Blackcurrant #301440
RGB
CMYK
RGB Variations
Color information
#301440 (or 0x301440) is known color: Blackcurrant. HEX triplet: 30, 14 and 40. RGB value is (48,20,64). Sum of RGB (Red+Green+Blue) = 48+20+64=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #301440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301440 is #CFEBBF. Grayscale: #212121. Windows color (decimal): -13626304 or 4199472. OLE color: 4199472.
HSL color Cylindrical-coordinate representation of color #301440: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301440 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 20 | 64 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.75 |
| HSL | 278.18º | 0.52% | 0.16% | - |
| HSV(B) | 278.18º | 0.69% | 0.25% | - |
| XYZ | 2.39 | 1.5 | 5.01 | - |
| YUV | 33.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 64 | 0.25 | 0.69 | 0 | 0.75 | 278.18 | 0.52 | 0.16 |
| Hex | 30 | 14 | 40 | 19 | 45 | 0 | 4B | 116 | 34 | 10 |
| Octal | 60 | 24 | 100 | 31 | 105 | 0 | 113 | 426 | 64 | 20 |
| Binary | 110000 | 10100 | 1000000 | 11001 | 1000101 | 0 | 1001011 | 100010110 | 110100 | 10000 |
Color Harmonies of #301440
Complementary color
Monochromatic Colors of #301440
Black with #301440
Text Example
Text Example
White with #301440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301440; }
p { color: rgb(48,20,64); }
H1.HeaderClassName
{
color: #301440;
}
.AnyTagClassName
{
color: #301440;
}
</style>
background-color css
<style>
a { background-color: #301440; }
a { background-color: rgb(48,20,64); }
div.DivClassName
{
background-color: #301440;
}
.BgClassName
{
background-color: #301440;
}
</style>
border-color css
<style>
span { border-color: #301440; }
span { border-color: rgb(48,20,64); }
td.TdClassName
{
border-color: #301440;
}
.TagClassName
{
border-color: #301440;
}
</style>