Shades of Blackcurrant #30093D
Tints of Blackcurrant #30093D
RGB
CMYK
RGB Variations
Color information
#30093D (or 0x30093D) is known color: Blackcurrant. HEX triplet: 30, 09 and 3D. RGB value is (48,9,61). Sum of RGB (Red+Green+Blue) = 48+9+61=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #30093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30093D is #CFF6C2. Grayscale: #1A1A1A. Windows color (decimal): -13629123 or 4000048. OLE color: 4000048.
HSL color Cylindrical-coordinate representation of color #30093D: hue angle of 285º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30093D is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 9 | 61 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.76 |
| HSL | 285º | 0.74% | 0.14% | - |
| HSV(B) | 285º | 0.85% | 0.24% | - |
| XYZ | 2.16 | 1.16 | 4.53 | - |
| YUV | 26.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 61 | 0.21 | 0.85 | 0 | 0.76 | 285 | 0.74 | 0.14 |
| Hex | 30 | 9 | 3D | 15 | 55 | 0 | 4C | 11D | 4A | E |
| Octal | 60 | 11 | 75 | 25 | 125 | 0 | 114 | 435 | 112 | 16 |
| Binary | 110000 | 1001 | 111101 | 10101 | 1010101 | 0 | 1001100 | 100011101 | 1001010 | 1110 |
Color Harmonies of #30093D
Complementary color
Monochromatic Colors of #30093D
Black with #30093D
Text Example
Text Example
White with #30093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30093D; }
p { color: rgb(48,9,61); }
H1.HeaderClassName
{
color: #30093D;
}
.AnyTagClassName
{
color: #30093D;
}
</style>
background-color css
<style>
a { background-color: #30093D; }
a { background-color: rgb(48,9,61); }
div.DivClassName
{
background-color: #30093D;
}
.BgClassName
{
background-color: #30093D;
}
</style>
border-color css
<style>
span { border-color: #30093D; }
span { border-color: rgb(48,9,61); }
td.TdClassName
{
border-color: #30093D;
}
.TagClassName
{
border-color: #30093D;
}
</style>