Shades of Blackcurrant #301741
Tints of Blackcurrant #301741
RGB
CMYK
RGB Variations
Color information
#301741 (or 0x301741) is known color: Blackcurrant. HEX triplet: 30, 17 and 41. RGB value is (48,23,65). Sum of RGB (Red+Green+Blue) = 48+23+65=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #301741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301741 is #CFE8BE. Grayscale: #232323. Windows color (decimal): -13625535 or 4265776. OLE color: 4265776.
HSL color Cylindrical-coordinate representation of color #301741: hue angle of 275.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301741 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 23 | 65 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.75 |
| HSL | 275.71º | 0.48% | 0.17% | - |
| HSV(B) | 275.71º | 0.65% | 0.25% | - |
| XYZ | 2.48 | 1.62 | 5.18 | - |
| YUV | 35.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 65 | 0.26 | 0.65 | 0 | 0.75 | 275.71 | 0.48 | 0.17 |
| Hex | 30 | 17 | 41 | 1A | 41 | 0 | 4B | 114 | 30 | 11 |
| Octal | 60 | 27 | 101 | 32 | 101 | 0 | 113 | 424 | 60 | 21 |
| Binary | 110000 | 10111 | 1000001 | 11010 | 1000001 | 0 | 1001011 | 100010100 | 110000 | 10001 |
Color Harmonies of #301741
Complementary color
Monochromatic Colors of #301741
Black with #301741
Text Example
Text Example
White with #301741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301741; }
p { color: rgb(48,23,65); }
H1.HeaderClassName
{
color: #301741;
}
.AnyTagClassName
{
color: #301741;
}
</style>
background-color css
<style>
a { background-color: #301741; }
a { background-color: rgb(48,23,65); }
div.DivClassName
{
background-color: #301741;
}
.BgClassName
{
background-color: #301741;
}
</style>
border-color css
<style>
span { border-color: #301741; }
span { border-color: rgb(48,23,65); }
td.TdClassName
{
border-color: #301741;
}
.TagClassName
{
border-color: #301741;
}
</style>