Shades of Blackcurrant #301F41
Tints of Blackcurrant #301F41
RGB
CMYK
RGB Variations
Color information
#301F41 (or 0x301F41) is known color: Blackcurrant. HEX triplet: 30, 1F and 41. RGB value is (48,31,65). Sum of RGB (Red+Green+Blue) = 48+31+65=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #301F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F41 is #CFE0BE. Grayscale: #272727. Windows color (decimal): -13623487 or 4267824. OLE color: 4267824.
HSL color Cylindrical-coordinate representation of color #301F41: hue angle of 270º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301F41 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 31 | 65 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.75 |
| HSL | 270º | 0.35% | 0.19% | - |
| HSV(B) | 270º | 0.52% | 0.25% | - |
| XYZ | 2.66 | 1.99 | 5.24 | - |
| YUV | 39.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 65 | 0.26 | 0.52 | 0 | 0.75 | 270 | 0.35 | 0.19 |
| Hex | 30 | 1F | 41 | 1A | 34 | 0 | 4B | 10E | 23 | 13 |
| Octal | 60 | 37 | 101 | 32 | 64 | 0 | 113 | 416 | 43 | 23 |
| Binary | 110000 | 11111 | 1000001 | 11010 | 110100 | 0 | 1001011 | 100001110 | 100011 | 10011 |
Color Harmonies of #301F41
Complementary color
Monochromatic Colors of #301F41
Black with #301F41
Text Example
Text Example
White with #301F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F41; }
p { color: rgb(48,31,65); }
H1.HeaderClassName
{
color: #301F41;
}
.AnyTagClassName
{
color: #301F41;
}
</style>
background-color css
<style>
a { background-color: #301F41; }
a { background-color: rgb(48,31,65); }
div.DivClassName
{
background-color: #301F41;
}
.BgClassName
{
background-color: #301F41;
}
</style>
border-color css
<style>
span { border-color: #301F41; }
span { border-color: rgb(48,31,65); }
td.TdClassName
{
border-color: #301F41;
}
.TagClassName
{
border-color: #301F41;
}
</style>