Shades of Blackcurrant #300A3D
Tints of Blackcurrant #300A3D
RGB
CMYK
RGB Variations
Color information
#300A3D (or 0x300A3D) is known color: Blackcurrant. HEX triplet: 30, 0A and 3D. RGB value is (48,10,61). Sum of RGB (Red+Green+Blue) = 48+10+61=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #300A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A3D is #CFF5C2. Grayscale: #1B1B1B. Windows color (decimal): -13628867 or 4000304. OLE color: 4000304.
HSL color Cylindrical-coordinate representation of color #300A3D: hue angle of 284.71º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300A3D is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 10 | 61 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.76 |
| HSL | 284.71º | 0.72% | 0.14% | - |
| HSV(B) | 284.71º | 0.84% | 0.24% | - |
| XYZ | 2.17 | 1.18 | 4.53 | - |
| YUV | 27.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 61 | 0.21 | 0.84 | 0 | 0.76 | 284.71 | 0.72 | 0.14 |
| Hex | 30 | A | 3D | 15 | 54 | 0 | 4C | 11D | 48 | E |
| Octal | 60 | 12 | 75 | 25 | 124 | 0 | 114 | 435 | 110 | 16 |
| Binary | 110000 | 1010 | 111101 | 10101 | 1010100 | 0 | 1001100 | 100011101 | 1001000 | 1110 |
Color Harmonies of #300A3D
Complementary color
Monochromatic Colors of #300A3D
Black with #300A3D
Text Example
Text Example
White with #300A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A3D; }
p { color: rgb(48,10,61); }
H1.HeaderClassName
{
color: #300A3D;
}
.AnyTagClassName
{
color: #300A3D;
}
</style>
background-color css
<style>
a { background-color: #300A3D; }
a { background-color: rgb(48,10,61); }
div.DivClassName
{
background-color: #300A3D;
}
.BgClassName
{
background-color: #300A3D;
}
</style>
border-color css
<style>
span { border-color: #300A3D; }
span { border-color: rgb(48,10,61); }
td.TdClassName
{
border-color: #300A3D;
}
.TagClassName
{
border-color: #300A3D;
}
</style>