Shades of Blackcurrant #30103F
Tints of Blackcurrant #30103F
RGB
CMYK
RGB Variations
Color information
#30103F (or 0x30103F) is known color: Blackcurrant. HEX triplet: 30, 10 and 3F. RGB value is (48,16,63). Sum of RGB (Red+Green+Blue) = 48+16+63=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #30103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30103F is #CFEFC0. Grayscale: #1E1E1E. Windows color (decimal): -13627329 or 4132912. OLE color: 4132912.
HSL color Cylindrical-coordinate representation of color #30103F: hue angle of 280.85º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30103F is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 16 | 63 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.75 |
| HSL | 280.85º | 0.59% | 0.15% | - |
| HSV(B) | 280.85º | 0.75% | 0.25% | - |
| XYZ | 2.3 | 1.36 | 4.84 | - |
| YUV | 30.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 63 | 0.24 | 0.75 | 0 | 0.75 | 280.85 | 0.59 | 0.15 |
| Hex | 30 | 10 | 3F | 18 | 4B | 0 | 4B | 119 | 3B | F |
| Octal | 60 | 20 | 77 | 30 | 113 | 0 | 113 | 431 | 73 | 17 |
| Binary | 110000 | 10000 | 111111 | 11000 | 1001011 | 0 | 1001011 | 100011001 | 111011 | 1111 |
Color Harmonies of #30103F
Complementary color
Monochromatic Colors of #30103F
Black with #30103F
Text Example
Text Example
White with #30103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30103F; }
p { color: rgb(48,16,63); }
H1.HeaderClassName
{
color: #30103F;
}
.AnyTagClassName
{
color: #30103F;
}
</style>
background-color css
<style>
a { background-color: #30103F; }
a { background-color: rgb(48,16,63); }
div.DivClassName
{
background-color: #30103F;
}
.BgClassName
{
background-color: #30103F;
}
</style>
border-color css
<style>
span { border-color: #30103F; }
span { border-color: rgb(48,16,63); }
td.TdClassName
{
border-color: #30103F;
}
.TagClassName
{
border-color: #30103F;
}
</style>