Shades of Blackcurrant #30004F
Tints of Blackcurrant #30004F
RGB
CMYK
RGB Variations
Color information
#30004F (or 0x30004F) is known color: Blackcurrant. HEX triplet: 30, 00 and 4F. RGB value is (48,0,79). Sum of RGB (Red+Green+Blue) = 48+0+79=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #30004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30004F is #CFFFB0. Grayscale: #171717. Windows color (decimal): -13631409 or 5177392. OLE color: 5177392.
HSL color Cylindrical-coordinate representation of color #30004F: hue angle of 276.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30004F is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 0 | 79 | - |
| CMYK | 0.39 | 1 | 0 | 0.69 |
| HSL | 276.46º | 1% | 0.15% | - |
| HSV(B) | 276.46º | 1% | 0.31% | - |
| XYZ | 2.63 | 1.19 | 7.49 | - |
| YUV | 23.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 79 | 0.39 | 1 | 0 | 0.69 | 276.46 | 1 | 0.15 |
| Hex | 30 | 0 | 4F | 27 | 64 | 0 | 45 | 114 | 64 | F |
| Octal | 60 | 0 | 117 | 47 | 144 | 0 | 105 | 424 | 144 | 17 |
| Binary | 110000 | 0 | 1001111 | 100111 | 1100100 | 0 | 1000101 | 100010100 | 1100100 | 1111 |
Color Harmonies of #30004F
Complementary color
Monochromatic Colors of #30004F
Black with #30004F
Text Example
Text Example
White with #30004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30004F; }
p { color: rgb(48,0,79); }
H1.HeaderClassName
{
color: #30004F;
}
.AnyTagClassName
{
color: #30004F;
}
</style>
background-color css
<style>
a { background-color: #30004F; }
a { background-color: rgb(48,0,79); }
div.DivClassName
{
background-color: #30004F;
}
.BgClassName
{
background-color: #30004F;
}
</style>
border-color css
<style>
span { border-color: #30004F; }
span { border-color: rgb(48,0,79); }
td.TdClassName
{
border-color: #30004F;
}
.TagClassName
{
border-color: #30004F;
}
</style>