Shades of Blackcurrant #30113F
Tints of Blackcurrant #30113F
RGB
CMYK
RGB Variations
Color information
#30113F (or 0x30113F) is known color: Blackcurrant. HEX triplet: 30, 11 and 3F. RGB value is (48,17,63). Sum of RGB (Red+Green+Blue) = 48+17+63=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #30113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30113F is #CFEEC0. Grayscale: #1F1F1F. Windows color (decimal): -13627073 or 4133168. OLE color: 4133168.
HSL color Cylindrical-coordinate representation of color #30113F: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30113F is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 17 | 63 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.75 |
| HSL | 280.43º | 0.58% | 0.16% | - |
| HSV(B) | 280.43º | 0.73% | 0.25% | - |
| XYZ | 2.32 | 1.39 | 4.85 | - |
| YUV | 31.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 63 | 0.24 | 0.73 | 0 | 0.75 | 280.43 | 0.58 | 0.16 |
| Hex | 30 | 11 | 3F | 18 | 49 | 0 | 4B | 118 | 3A | 10 |
| Octal | 60 | 21 | 77 | 30 | 111 | 0 | 113 | 430 | 72 | 20 |
| Binary | 110000 | 10001 | 111111 | 11000 | 1001001 | 0 | 1001011 | 100011000 | 111010 | 10000 |
Color Harmonies of #30113F
Complementary color
Monochromatic Colors of #30113F
Black with #30113F
Text Example
Text Example
White with #30113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30113F; }
p { color: rgb(48,17,63); }
H1.HeaderClassName
{
color: #30113F;
}
.AnyTagClassName
{
color: #30113F;
}
</style>
background-color css
<style>
a { background-color: #30113F; }
a { background-color: rgb(48,17,63); }
div.DivClassName
{
background-color: #30113F;
}
.BgClassName
{
background-color: #30113F;
}
</style>
border-color css
<style>
span { border-color: #30113F; }
span { border-color: rgb(48,17,63); }
td.TdClassName
{
border-color: #30113F;
}
.TagClassName
{
border-color: #30113F;
}
</style>