Shades of Blackcurrant #300343
Tints of Blackcurrant #300343
RGB
CMYK
RGB Variations
Color information
#300343 (or 0x300343) is known color: Blackcurrant. HEX triplet: 30, 03 and 43. RGB value is (48,3,67). Sum of RGB (Red+Green+Blue) = 48+3+67=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 67 (26.56% from 255 or 56.78% from 118); Max value from RGB is 67 - color contains mainly: blue. Hex color #300343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300343 is #CFFCBC. Grayscale: #171717. Windows color (decimal): -13630653 or 4391728. OLE color: 4391728.
HSL color Cylindrical-coordinate representation of color #300343: hue angle of 282.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300343 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 3 | 67 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.74 |
| HSL | 282.19º | 0.91% | 0.14% | - |
| HSV(B) | 282.19º | 0.96% | 0.26% | - |
| XYZ | 2.26 | 1.1 | 5.4 | - |
| YUV | 23.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 67 | 0.28 | 0.96 | 0 | 0.74 | 282.19 | 0.91 | 0.14 |
| Hex | 30 | 3 | 43 | 1C | 60 | 0 | 4A | 11A | 5B | E |
| Octal | 60 | 3 | 103 | 34 | 140 | 0 | 112 | 432 | 133 | 16 |
| Binary | 110000 | 11 | 1000011 | 11100 | 1100000 | 0 | 1001010 | 100011010 | 1011011 | 1110 |
Color Harmonies of #300343
Complementary color
Monochromatic Colors of #300343
Black with #300343
Text Example
Text Example
White with #300343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300343; }
p { color: rgb(48,3,67); }
H1.HeaderClassName
{
color: #300343;
}
.AnyTagClassName
{
color: #300343;
}
</style>
background-color css
<style>
a { background-color: #300343; }
a { background-color: rgb(48,3,67); }
div.DivClassName
{
background-color: #300343;
}
.BgClassName
{
background-color: #300343;
}
</style>
border-color css
<style>
span { border-color: #300343; }
span { border-color: rgb(48,3,67); }
td.TdClassName
{
border-color: #300343;
}
.TagClassName
{
border-color: #300343;
}
</style>