Shades of Blackcurrant #30003D
Tints of Blackcurrant #30003D
RGB
CMYK
RGB Variations
Color information
#30003D (or 0x30003D) is known color: Blackcurrant. HEX triplet: 30, 00 and 3D. RGB value is (48,0,61). Sum of RGB (Red+Green+Blue) = 48+0+61=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #30003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30003D is #CFFFC2. Grayscale: #151515. Windows color (decimal): -13631427 or 3997744. OLE color: 3997744.
HSL color Cylindrical-coordinate representation of color #30003D: hue angle of 287.21º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30003D is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 0 | 61 | - |
| CMYK | 0.21 | 1 | 0 | 0.76 |
| HSL | 287.21º | 1% | 0.12% | - |
| HSV(B) | 287.21º | 1% | 0.24% | - |
| XYZ | 2.06 | 0.97 | 4.49 | - |
| YUV | 21.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 61 | 0.21 | 1 | 0 | 0.76 | 287.21 | 1 | 0.12 |
| Hex | 30 | 0 | 3D | 15 | 64 | 0 | 4C | 11F | 64 | C |
| Octal | 60 | 0 | 75 | 25 | 144 | 0 | 114 | 437 | 144 | 14 |
| Binary | 110000 | 0 | 111101 | 10101 | 1100100 | 0 | 1001100 | 100011111 | 1100100 | 1100 |
Color Harmonies of #30003D
Complementary color
Monochromatic Colors of #30003D
Black with #30003D
Text Example
Text Example
White with #30003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30003D; }
p { color: rgb(48,0,61); }
H1.HeaderClassName
{
color: #30003D;
}
.AnyTagClassName
{
color: #30003D;
}
</style>
background-color css
<style>
a { background-color: #30003D; }
a { background-color: rgb(48,0,61); }
div.DivClassName
{
background-color: #30003D;
}
.BgClassName
{
background-color: #30003D;
}
</style>
border-color css
<style>
span { border-color: #30003D; }
span { border-color: rgb(48,0,61); }
td.TdClassName
{
border-color: #30003D;
}
.TagClassName
{
border-color: #30003D;
}
</style>