Shades of Blackcurrant #301044
Tints of Blackcurrant #301044
RGB
CMYK
RGB Variations
Color information
#301044 (or 0x301044) is known color: Blackcurrant. HEX triplet: 30, 10 and 44. RGB value is (48,16,68). Sum of RGB (Red+Green+Blue) = 48+16+68=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #301044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301044 is #CFEFBB. Grayscale: #1F1F1F. Windows color (decimal): -13627324 or 4460592. OLE color: 4460592.
HSL color Cylindrical-coordinate representation of color #301044: hue angle of 276.92º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301044 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 16 | 68 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.73 |
| HSL | 276.92º | 0.62% | 0.16% | - |
| HSV(B) | 276.92º | 0.76% | 0.27% | - |
| XYZ | 2.45 | 1.42 | 5.61 | - |
| YUV | 31.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 68 | 0.29 | 0.76 | 0 | 0.73 | 276.92 | 0.62 | 0.16 |
| Hex | 30 | 10 | 44 | 1D | 4C | 0 | 49 | 115 | 3E | 10 |
| Octal | 60 | 20 | 104 | 35 | 114 | 0 | 111 | 425 | 76 | 20 |
| Binary | 110000 | 10000 | 1000100 | 11101 | 1001100 | 0 | 1001001 | 100010101 | 111110 | 10000 |
Color Harmonies of #301044
Complementary color
Monochromatic Colors of #301044
Black with #301044
Text Example
Text Example
White with #301044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301044; }
p { color: rgb(48,16,68); }
H1.HeaderClassName
{
color: #301044;
}
.AnyTagClassName
{
color: #301044;
}
</style>
background-color css
<style>
a { background-color: #301044; }
a { background-color: rgb(48,16,68); }
div.DivClassName
{
background-color: #301044;
}
.BgClassName
{
background-color: #301044;
}
</style>
border-color css
<style>
span { border-color: #301044; }
span { border-color: rgb(48,16,68); }
td.TdClassName
{
border-color: #301044;
}
.TagClassName
{
border-color: #301044;
}
</style>