Shades of Blackcurrant #30034E
Tints of Blackcurrant #30034E
RGB
CMYK
RGB Variations
Color information
#30034E (or 0x30034E) is known color: Blackcurrant. HEX triplet: 30, 03 and 4E. RGB value is (48,3,78). Sum of RGB (Red+Green+Blue) = 48+3+78=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #30034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30034E is #CFFCB1. Grayscale: #181818. Windows color (decimal): -13630642 or 5112624. OLE color: 5112624.
HSL color Cylindrical-coordinate representation of color #30034E: hue angle of 276º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30034E is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 3 | 78 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.69 |
| HSL | 276º | 0.93% | 0.16% | - |
| HSV(B) | 276º | 0.96% | 0.31% | - |
| XYZ | 2.63 | 1.24 | 7.31 | - |
| YUV | 25.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 78 | 0.38 | 0.96 | 0 | 0.69 | 276 | 0.93 | 0.16 |
| Hex | 30 | 3 | 4E | 26 | 60 | 0 | 45 | 114 | 5D | 10 |
| Octal | 60 | 3 | 116 | 46 | 140 | 0 | 105 | 424 | 135 | 20 |
| Binary | 110000 | 11 | 1001110 | 100110 | 1100000 | 0 | 1000101 | 100010100 | 1011101 | 10000 |
Color Harmonies of #30034E
Complementary color
Monochromatic Colors of #30034E
Black with #30034E
Text Example
Text Example
White with #30034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30034E; }
p { color: rgb(48,3,78); }
H1.HeaderClassName
{
color: #30034E;
}
.AnyTagClassName
{
color: #30034E;
}
</style>
background-color css
<style>
a { background-color: #30034E; }
a { background-color: rgb(48,3,78); }
div.DivClassName
{
background-color: #30034E;
}
.BgClassName
{
background-color: #30034E;
}
</style>
border-color css
<style>
span { border-color: #30034E; }
span { border-color: rgb(48,3,78); }
td.TdClassName
{
border-color: #30034E;
}
.TagClassName
{
border-color: #30034E;
}
</style>