Shades of Blackcurrant #301645
Tints of Blackcurrant #301645
RGB
CMYK
RGB Variations
Color information
#301645 (or 0x301645) is known color: Blackcurrant. HEX triplet: 30, 16 and 45. RGB value is (48,22,69). Sum of RGB (Red+Green+Blue) = 48+22+69=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #301645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301645 is #CFE9BA. Grayscale: #222222. Windows color (decimal): -13625787 or 4527664. OLE color: 4527664.
HSL color Cylindrical-coordinate representation of color #301645: hue angle of 273.19º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301645 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 22 | 69 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.73 |
| HSL | 273.19º | 0.52% | 0.18% | - |
| HSV(B) | 273.19º | 0.68% | 0.27% | - |
| XYZ | 2.58 | 1.63 | 5.81 | - |
| YUV | 35.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 69 | 0.30 | 0.68 | 0 | 0.73 | 273.19 | 0.52 | 0.18 |
| Hex | 30 | 16 | 45 | 1E | 44 | 0 | 49 | 111 | 34 | 12 |
| Octal | 60 | 26 | 105 | 36 | 104 | 0 | 111 | 421 | 64 | 22 |
| Binary | 110000 | 10110 | 1000101 | 11110 | 1000100 | 0 | 1001001 | 100010001 | 110100 | 10010 |
Color Harmonies of #301645
Complementary color
Monochromatic Colors of #301645
Black with #301645
Text Example
Text Example
White with #301645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301645; }
p { color: rgb(48,22,69); }
H1.HeaderClassName
{
color: #301645;
}
.AnyTagClassName
{
color: #301645;
}
</style>
background-color css
<style>
a { background-color: #301645; }
a { background-color: rgb(48,22,69); }
div.DivClassName
{
background-color: #301645;
}
.BgClassName
{
background-color: #301645;
}
</style>
border-color css
<style>
span { border-color: #301645; }
span { border-color: rgb(48,22,69); }
td.TdClassName
{
border-color: #301645;
}
.TagClassName
{
border-color: #301645;
}
</style>