Shades of Blackcurrant #301846
Tints of Blackcurrant #301846
RGB
CMYK
RGB Variations
Color information
#301846 (or 0x301846) is known color: Blackcurrant. HEX triplet: 30, 18 and 46. RGB value is (48,24,70). Sum of RGB (Red+Green+Blue) = 48+24+70=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #301846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301846 is #CFE7B9. Grayscale: #242424. Windows color (decimal): -13625274 or 4593712. OLE color: 4593712.
HSL color Cylindrical-coordinate representation of color #301846: hue angle of 271.3º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301846 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 24 | 70 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.73 |
| HSL | 271.3º | 0.49% | 0.18% | - |
| HSV(B) | 271.3º | 0.66% | 0.27% | - |
| XYZ | 2.65 | 1.72 | 5.99 | - |
| YUV | 36.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 70 | 0.31 | 0.66 | 0 | 0.73 | 271.3 | 0.49 | 0.18 |
| Hex | 30 | 18 | 46 | 1F | 42 | 0 | 49 | 10F | 31 | 12 |
| Octal | 60 | 30 | 106 | 37 | 102 | 0 | 111 | 417 | 61 | 22 |
| Binary | 110000 | 11000 | 1000110 | 11111 | 1000010 | 0 | 1001001 | 100001111 | 110001 | 10010 |
Color Harmonies of #301846
Complementary color
Monochromatic Colors of #301846
Black with #301846
Text Example
Text Example
White with #301846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301846; }
p { color: rgb(48,24,70); }
H1.HeaderClassName
{
color: #301846;
}
.AnyTagClassName
{
color: #301846;
}
</style>
background-color css
<style>
a { background-color: #301846; }
a { background-color: rgb(48,24,70); }
div.DivClassName
{
background-color: #301846;
}
.BgClassName
{
background-color: #301846;
}
</style>
border-color css
<style>
span { border-color: #301846; }
span { border-color: rgb(48,24,70); }
td.TdClassName
{
border-color: #301846;
}
.TagClassName
{
border-color: #301846;
}
</style>