Shades of Blackcurrant #30094F
Tints of Blackcurrant #30094F
RGB
CMYK
RGB Variations
Color information
#30094F (or 0x30094F) is known color: Blackcurrant. HEX triplet: 30, 09 and 4F. RGB value is (48,9,79). Sum of RGB (Red+Green+Blue) = 48+9+79=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #30094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30094F is #CFF6B0. Grayscale: #1C1C1C. Windows color (decimal): -13629105 or 5179696. OLE color: 5179696.
HSL color Cylindrical-coordinate representation of color #30094F: hue angle of 273.43º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30094F is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 9 | 79 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.69 |
| HSL | 273.43º | 0.8% | 0.17% | - |
| HSV(B) | 273.43º | 0.89% | 0.31% | - |
| XYZ | 2.73 | 1.39 | 7.52 | - |
| YUV | 28.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 79 | 0.39 | 0.89 | 0 | 0.69 | 273.43 | 0.8 | 0.17 |
| Hex | 30 | 9 | 4F | 27 | 59 | 0 | 45 | 111 | 50 | 11 |
| Octal | 60 | 11 | 117 | 47 | 131 | 0 | 105 | 421 | 120 | 21 |
| Binary | 110000 | 1001 | 1001111 | 100111 | 1011001 | 0 | 1000101 | 100010001 | 1010000 | 10001 |
Color Harmonies of #30094F
Complementary color
Monochromatic Colors of #30094F
Black with #30094F
Text Example
Text Example
White with #30094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30094F; }
p { color: rgb(48,9,79); }
H1.HeaderClassName
{
color: #30094F;
}
.AnyTagClassName
{
color: #30094F;
}
</style>
background-color css
<style>
a { background-color: #30094F; }
a { background-color: rgb(48,9,79); }
div.DivClassName
{
background-color: #30094F;
}
.BgClassName
{
background-color: #30094F;
}
</style>
border-color css
<style>
span { border-color: #30094F; }
span { border-color: rgb(48,9,79); }
td.TdClassName
{
border-color: #30094F;
}
.TagClassName
{
border-color: #30094F;
}
</style>