Shades of Blackcurrant #30023A
Tints of Blackcurrant #30023A
RGB
CMYK
RGB Variations
Color information
#30023A (or 0x30023A) is known color: Blackcurrant. HEX triplet: 30, 02 and 3A. RGB value is (48,2,58). Sum of RGB (Red+Green+Blue) = 48+2+58=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #30023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30023A is #CFFDC5. Grayscale: #151515. Windows color (decimal): -13630918 or 3801648. OLE color: 3801648.
HSL color Cylindrical-coordinate representation of color #30023A: hue angle of 289.29º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30023A is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 2 | 58 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.77 |
| HSL | 289.29º | 0.93% | 0.12% | - |
| HSV(B) | 289.29º | 0.97% | 0.23% | - |
| XYZ | 2 | 0.98 | 4.09 | - |
| YUV | 22.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 58 | 0.17 | 0.97 | 0 | 0.77 | 289.29 | 0.93 | 0.12 |
| Hex | 30 | 2 | 3A | 11 | 61 | 0 | 4D | 121 | 5D | C |
| Octal | 60 | 2 | 72 | 21 | 141 | 0 | 115 | 441 | 135 | 14 |
| Binary | 110000 | 10 | 111010 | 10001 | 1100001 | 0 | 1001101 | 100100001 | 1011101 | 1100 |
Color Harmonies of #30023A
Complementary color
Monochromatic Colors of #30023A
Black with #30023A
Text Example
Text Example
White with #30023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30023A; }
p { color: rgb(48,2,58); }
H1.HeaderClassName
{
color: #30023A;
}
.AnyTagClassName
{
color: #30023A;
}
</style>
background-color css
<style>
a { background-color: #30023A; }
a { background-color: rgb(48,2,58); }
div.DivClassName
{
background-color: #30023A;
}
.BgClassName
{
background-color: #30023A;
}
</style>
border-color css
<style>
span { border-color: #30023A; }
span { border-color: rgb(48,2,58); }
td.TdClassName
{
border-color: #30023A;
}
.TagClassName
{
border-color: #30023A;
}
</style>