Shades of Blackcurrant #300D3D
Tints of Blackcurrant #300D3D
RGB
CMYK
RGB Variations
Color information
#300D3D (or 0x300D3D) is known color: Blackcurrant. HEX triplet: 30, 0D and 3D. RGB value is (48,13,61). Sum of RGB (Red+Green+Blue) = 48+13+61=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #300D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D3D is #CFF2C2. Grayscale: #1C1C1C. Windows color (decimal): -13628099 or 4001072. OLE color: 4001072.
HSL color Cylindrical-coordinate representation of color #300D3D: hue angle of 283.75º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300D3D is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 13 | 61 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.76 |
| HSL | 283.75º | 0.65% | 0.15% | - |
| HSV(B) | 283.75º | 0.79% | 0.24% | - |
| XYZ | 2.21 | 1.25 | 4.54 | - |
| YUV | 28.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 61 | 0.21 | 0.79 | 0 | 0.76 | 283.75 | 0.65 | 0.15 |
| Hex | 30 | D | 3D | 15 | 4F | 0 | 4C | 11C | 41 | F |
| Octal | 60 | 15 | 75 | 25 | 117 | 0 | 114 | 434 | 101 | 17 |
| Binary | 110000 | 1101 | 111101 | 10101 | 1001111 | 0 | 1001100 | 100011100 | 1000001 | 1111 |
Color Harmonies of #300D3D
Complementary color
Monochromatic Colors of #300D3D
Black with #300D3D
Text Example
Text Example
White with #300D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D3D; }
p { color: rgb(48,13,61); }
H1.HeaderClassName
{
color: #300D3D;
}
.AnyTagClassName
{
color: #300D3D;
}
</style>
background-color css
<style>
a { background-color: #300D3D; }
a { background-color: rgb(48,13,61); }
div.DivClassName
{
background-color: #300D3D;
}
.BgClassName
{
background-color: #300D3D;
}
</style>
border-color css
<style>
span { border-color: #300D3D; }
span { border-color: rgb(48,13,61); }
td.TdClassName
{
border-color: #300D3D;
}
.TagClassName
{
border-color: #300D3D;
}
</style>