Shades of Blackcurrant #30183A
Tints of Blackcurrant #30183A
RGB
CMYK
RGB Variations
Color information
#30183A (or 0x30183A) is known color: Blackcurrant. HEX triplet: 30, 18 and 3A. RGB value is (48,24,58). Sum of RGB (Red+Green+Blue) = 48+24+58=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #30183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30183A is #CFE7C5. Grayscale: #222222. Windows color (decimal): -13625286 or 3807280. OLE color: 3807280.
HSL color Cylindrical-coordinate representation of color #30183A: hue angle of 282.35º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30183A is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 24 | 58 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.77 |
| HSL | 282.35º | 0.41% | 0.16% | - |
| HSV(B) | 282.35º | 0.59% | 0.23% | - |
| XYZ | 2.31 | 1.59 | 4.19 | - |
| YUV | 35.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 58 | 0.17 | 0.59 | 0 | 0.77 | 282.35 | 0.41 | 0.16 |
| Hex | 30 | 18 | 3A | 11 | 3B | 0 | 4D | 11A | 29 | 10 |
| Octal | 60 | 30 | 72 | 21 | 73 | 0 | 115 | 432 | 51 | 20 |
| Binary | 110000 | 11000 | 111010 | 10001 | 111011 | 0 | 1001101 | 100011010 | 101001 | 10000 |
Color Harmonies of #30183A
Complementary color
Monochromatic Colors of #30183A
Black with #30183A
Text Example
Text Example
White with #30183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30183A; }
p { color: rgb(48,24,58); }
H1.HeaderClassName
{
color: #30183A;
}
.AnyTagClassName
{
color: #30183A;
}
</style>
background-color css
<style>
a { background-color: #30183A; }
a { background-color: rgb(48,24,58); }
div.DivClassName
{
background-color: #30183A;
}
.BgClassName
{
background-color: #30183A;
}
</style>
border-color css
<style>
span { border-color: #30183A; }
span { border-color: rgb(48,24,58); }
td.TdClassName
{
border-color: #30183A;
}
.TagClassName
{
border-color: #30183A;
}
</style>