Shades of Blackcurrant #30123F
Tints of Blackcurrant #30123F
RGB
CMYK
RGB Variations
Color information
#30123F (or 0x30123F) is known color: Blackcurrant. HEX triplet: 30, 12 and 3F. RGB value is (48,18,63). Sum of RGB (Red+Green+Blue) = 48+18+63=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #30123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30123F is #CFEDC0. Grayscale: #1F1F1F. Windows color (decimal): -13626817 or 4133424. OLE color: 4133424.
HSL color Cylindrical-coordinate representation of color #30123F: hue angle of 280º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30123F is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 18 | 63 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.75 |
| HSL | 280º | 0.56% | 0.16% | - |
| HSV(B) | 280º | 0.71% | 0.25% | - |
| XYZ | 2.33 | 1.42 | 4.85 | - |
| YUV | 32.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 63 | 0.24 | 0.71 | 0 | 0.75 | 280 | 0.56 | 0.16 |
| Hex | 30 | 12 | 3F | 18 | 47 | 0 | 4B | 118 | 38 | 10 |
| Octal | 60 | 22 | 77 | 30 | 107 | 0 | 113 | 430 | 70 | 20 |
| Binary | 110000 | 10010 | 111111 | 11000 | 1000111 | 0 | 1001011 | 100011000 | 111000 | 10000 |
Color Harmonies of #30123F
Complementary color
Monochromatic Colors of #30123F
Black with #30123F
Text Example
Text Example
White with #30123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30123F; }
p { color: rgb(48,18,63); }
H1.HeaderClassName
{
color: #30123F;
}
.AnyTagClassName
{
color: #30123F;
}
</style>
background-color css
<style>
a { background-color: #30123F; }
a { background-color: rgb(48,18,63); }
div.DivClassName
{
background-color: #30123F;
}
.BgClassName
{
background-color: #30123F;
}
</style>
border-color css
<style>
span { border-color: #30123F; }
span { border-color: rgb(48,18,63); }
td.TdClassName
{
border-color: #30123F;
}
.TagClassName
{
border-color: #30123F;
}
</style>