Shades of Blackcurrant #30053D
Tints of Blackcurrant #30053D
RGB
CMYK
RGB Variations
Color information
#30053D (or 0x30053D) is known color: Blackcurrant. HEX triplet: 30, 05 and 3D. RGB value is (48,5,61). Sum of RGB (Red+Green+Blue) = 48+5+61=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #30053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30053D is #CFFAC2. Grayscale: #181818. Windows color (decimal): -13630147 or 3999024. OLE color: 3999024.
HSL color Cylindrical-coordinate representation of color #30053D: hue angle of 286.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30053D is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 5 | 61 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.76 |
| HSL | 286.07º | 0.85% | 0.13% | - |
| HSV(B) | 286.07º | 0.92% | 0.24% | - |
| XYZ | 2.12 | 1.07 | 4.51 | - |
| YUV | 24.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 61 | 0.21 | 0.92 | 0 | 0.76 | 286.07 | 0.85 | 0.13 |
| Hex | 30 | 5 | 3D | 15 | 5C | 0 | 4C | 11E | 55 | D |
| Octal | 60 | 5 | 75 | 25 | 134 | 0 | 114 | 436 | 125 | 15 |
| Binary | 110000 | 101 | 111101 | 10101 | 1011100 | 0 | 1001100 | 100011110 | 1010101 | 1101 |
Color Harmonies of #30053D
Complementary color
Monochromatic Colors of #30053D
Black with #30053D
Text Example
Text Example
White with #30053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30053D; }
p { color: rgb(48,5,61); }
H1.HeaderClassName
{
color: #30053D;
}
.AnyTagClassName
{
color: #30053D;
}
</style>
background-color css
<style>
a { background-color: #30053D; }
a { background-color: rgb(48,5,61); }
div.DivClassName
{
background-color: #30053D;
}
.BgClassName
{
background-color: #30053D;
}
</style>
border-color css
<style>
span { border-color: #30053D; }
span { border-color: rgb(48,5,61); }
td.TdClassName
{
border-color: #30053D;
}
.TagClassName
{
border-color: #30053D;
}
</style>