Shades of Blackcurrant #30013F
Tints of Blackcurrant #30013F
RGB
CMYK
RGB Variations
Color information
#30013F (or 0x30013F) is known color: Blackcurrant. HEX triplet: 30, 01 and 3F. RGB value is (48,1,63). Sum of RGB (Red+Green+Blue) = 48+1+63=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #30013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013F is #CFFEC0. Grayscale: #151515. Windows color (decimal): -13631169 or 4129072. OLE color: 4129072.
HSL color Cylindrical-coordinate representation of color #30013F: hue angle of 285.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30013F is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 1 | 63 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.75 |
| HSL | 285.48º | 0.97% | 0.13% | - |
| HSV(B) | 285.48º | 0.98% | 0.25% | - |
| XYZ | 2.13 | 1.01 | 4.79 | - |
| YUV | 22.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 63 | 0.24 | 0.98 | 0 | 0.75 | 285.48 | 0.97 | 0.13 |
| Hex | 30 | 1 | 3F | 18 | 62 | 0 | 4B | 11D | 61 | D |
| Octal | 60 | 1 | 77 | 30 | 142 | 0 | 113 | 435 | 141 | 15 |
| Binary | 110000 | 1 | 111111 | 11000 | 1100010 | 0 | 1001011 | 100011101 | 1100001 | 1101 |
Color Harmonies of #30013F
Complementary color
Monochromatic Colors of #30013F
Black with #30013F
Text Example
Text Example
White with #30013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30013F; }
p { color: rgb(48,1,63); }
H1.HeaderClassName
{
color: #30013F;
}
.AnyTagClassName
{
color: #30013F;
}
</style>
background-color css
<style>
a { background-color: #30013F; }
a { background-color: rgb(48,1,63); }
div.DivClassName
{
background-color: #30013F;
}
.BgClassName
{
background-color: #30013F;
}
</style>
border-color css
<style>
span { border-color: #30013F; }
span { border-color: rgb(48,1,63); }
td.TdClassName
{
border-color: #30013F;
}
.TagClassName
{
border-color: #30013F;
}
</style>