Shades of Blackcurrant #30133F
Tints of Blackcurrant #30133F
RGB
CMYK
RGB Variations
Color information
#30133F (or 0x30133F) is known color: Blackcurrant. HEX triplet: 30, 13 and 3F. RGB value is (48,19,63). Sum of RGB (Red+Green+Blue) = 48+19+63=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #30133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30133F is #CFECC0. Grayscale: #202020. Windows color (decimal): -13626561 or 4133680. OLE color: 4133680.
HSL color Cylindrical-coordinate representation of color #30133F: hue angle of 279.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30133F is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 19 | 63 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.75 |
| HSL | 279.55º | 0.54% | 0.16% | - |
| HSV(B) | 279.55º | 0.7% | 0.25% | - |
| XYZ | 2.35 | 1.45 | 4.86 | - |
| YUV | 32.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 63 | 0.24 | 0.70 | 0 | 0.75 | 279.55 | 0.54 | 0.16 |
| Hex | 30 | 13 | 3F | 18 | 46 | 0 | 4B | 118 | 36 | 10 |
| Octal | 60 | 23 | 77 | 30 | 106 | 0 | 113 | 430 | 66 | 20 |
| Binary | 110000 | 10011 | 111111 | 11000 | 1000110 | 0 | 1001011 | 100011000 | 110110 | 10000 |
Color Harmonies of #30133F
Complementary color
Monochromatic Colors of #30133F
Black with #30133F
Text Example
Text Example
White with #30133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30133F; }
p { color: rgb(48,19,63); }
H1.HeaderClassName
{
color: #30133F;
}
.AnyTagClassName
{
color: #30133F;
}
</style>
background-color css
<style>
a { background-color: #30133F; }
a { background-color: rgb(48,19,63); }
div.DivClassName
{
background-color: #30133F;
}
.BgClassName
{
background-color: #30133F;
}
</style>
border-color css
<style>
span { border-color: #30133F; }
span { border-color: rgb(48,19,63); }
td.TdClassName
{
border-color: #30133F;
}
.TagClassName
{
border-color: #30133F;
}
</style>