Shades of Blackcurrant #301D41
Tints of Blackcurrant #301D41
RGB
CMYK
RGB Variations
Color information
#301D41 (or 0x301D41) is known color: Blackcurrant. HEX triplet: 30, 1D and 41. RGB value is (48,29,65). Sum of RGB (Red+Green+Blue) = 48+29+65=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #301D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D41 is #CFE2BE. Grayscale: #262626. Windows color (decimal): -13623999 or 4267312. OLE color: 4267312.
HSL color Cylindrical-coordinate representation of color #301D41: hue angle of 271.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #301D41 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 29 | 65 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.75 |
| HSL | 271.67º | 0.38% | 0.18% | - |
| HSV(B) | 271.67º | 0.55% | 0.25% | - |
| XYZ | 2.61 | 1.89 | 5.23 | - |
| YUV | 38.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 65 | 0.26 | 0.55 | 0 | 0.75 | 271.67 | 0.38 | 0.18 |
| Hex | 30 | 1D | 41 | 1A | 37 | 0 | 4B | 110 | 26 | 12 |
| Octal | 60 | 35 | 101 | 32 | 67 | 0 | 113 | 420 | 46 | 22 |
| Binary | 110000 | 11101 | 1000001 | 11010 | 110111 | 0 | 1001011 | 100010000 | 100110 | 10010 |
Color Harmonies of #301D41
Complementary color
Monochromatic Colors of #301D41
Black with #301D41
Text Example
Text Example
White with #301D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D41; }
p { color: rgb(48,29,65); }
H1.HeaderClassName
{
color: #301D41;
}
.AnyTagClassName
{
color: #301D41;
}
</style>
background-color css
<style>
a { background-color: #301D41; }
a { background-color: rgb(48,29,65); }
div.DivClassName
{
background-color: #301D41;
}
.BgClassName
{
background-color: #301D41;
}
</style>
border-color css
<style>
span { border-color: #301D41; }
span { border-color: rgb(48,29,65); }
td.TdClassName
{
border-color: #301D41;
}
.TagClassName
{
border-color: #301D41;
}
</style>