Shades of Blackcurrant #30013A
Tints of Blackcurrant #30013A
RGB
CMYK
RGB Variations
Color information
#30013A (or 0x30013A) is known color: Blackcurrant. HEX triplet: 30, 01 and 3A. RGB value is (48,1,58). Sum of RGB (Red+Green+Blue) = 48+1+58=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #30013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013A is #CFFEC5. Grayscale: #151515. Windows color (decimal): -13631174 or 3801392. OLE color: 3801392.
HSL color Cylindrical-coordinate representation of color #30013A: hue angle of 289.47º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30013A is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 1 | 58 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.77 |
| HSL | 289.47º | 0.97% | 0.12% | - |
| HSV(B) | 289.47º | 0.98% | 0.23% | - |
| XYZ | 1.99 | 0.96 | 4.08 | - |
| YUV | 21.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 58 | 0.17 | 0.98 | 0 | 0.77 | 289.47 | 0.97 | 0.12 |
| Hex | 30 | 1 | 3A | 11 | 62 | 0 | 4D | 121 | 61 | C |
| Octal | 60 | 1 | 72 | 21 | 142 | 0 | 115 | 441 | 141 | 14 |
| Binary | 110000 | 1 | 111010 | 10001 | 1100010 | 0 | 1001101 | 100100001 | 1100001 | 1100 |
Color Harmonies of #30013A
Complementary color
Monochromatic Colors of #30013A
Black with #30013A
Text Example
Text Example
White with #30013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30013A; }
p { color: rgb(48,1,58); }
H1.HeaderClassName
{
color: #30013A;
}
.AnyTagClassName
{
color: #30013A;
}
</style>
background-color css
<style>
a { background-color: #30013A; }
a { background-color: rgb(48,1,58); }
div.DivClassName
{
background-color: #30013A;
}
.BgClassName
{
background-color: #30013A;
}
</style>
border-color css
<style>
span { border-color: #30013A; }
span { border-color: rgb(48,1,58); }
td.TdClassName
{
border-color: #30013A;
}
.TagClassName
{
border-color: #30013A;
}
</style>