Shades of Blackcurrant #30103D
Tints of Blackcurrant #30103D
RGB
CMYK
RGB Variations
Color information
#30103D (or 0x30103D) is known color: Blackcurrant. HEX triplet: 30, 10 and 3D. RGB value is (48,16,61). Sum of RGB (Red+Green+Blue) = 48+16+61=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #30103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30103D is #CFEFC2. Grayscale: #1E1E1E. Windows color (decimal): -13627331 or 4001840. OLE color: 4001840.
HSL color Cylindrical-coordinate representation of color #30103D: hue angle of 282.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30103D is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 16 | 61 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.76 |
| HSL | 282.67º | 0.58% | 0.15% | - |
| HSV(B) | 282.67º | 0.74% | 0.24% | - |
| XYZ | 2.25 | 1.34 | 4.55 | - |
| YUV | 30.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 61 | 0.21 | 0.74 | 0 | 0.76 | 282.67 | 0.58 | 0.15 |
| Hex | 30 | 10 | 3D | 15 | 4A | 0 | 4C | 11B | 3A | F |
| Octal | 60 | 20 | 75 | 25 | 112 | 0 | 114 | 433 | 72 | 17 |
| Binary | 110000 | 10000 | 111101 | 10101 | 1001010 | 0 | 1001100 | 100011011 | 111010 | 1111 |
Color Harmonies of #30103D
Complementary color
Monochromatic Colors of #30103D
Black with #30103D
Text Example
Text Example
White with #30103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30103D; }
p { color: rgb(48,16,61); }
H1.HeaderClassName
{
color: #30103D;
}
.AnyTagClassName
{
color: #30103D;
}
</style>
background-color css
<style>
a { background-color: #30103D; }
a { background-color: rgb(48,16,61); }
div.DivClassName
{
background-color: #30103D;
}
.BgClassName
{
background-color: #30103D;
}
</style>
border-color css
<style>
span { border-color: #30103D; }
span { border-color: rgb(48,16,61); }
td.TdClassName
{
border-color: #30103D;
}
.TagClassName
{
border-color: #30103D;
}
</style>