Shades of Blackcurrant #300043
Tints of Blackcurrant #300043
RGB
CMYK
RGB Variations
Color information
#300043 (or 0x300043) is known color: Blackcurrant. HEX triplet: 30, 00 and 43. RGB value is (48,0,67). Sum of RGB (Red+Green+Blue) = 48+0+67=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #300043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300043 is #CFFFBC. Grayscale: #151515. Windows color (decimal): -13631421 or 4390960. OLE color: 4390960.
HSL color Cylindrical-coordinate representation of color #300043: hue angle of 282.99º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300043 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 0 | 67 | - |
| CMYK | 0.28 | 1 | 0 | 0.74 |
| HSL | 282.99º | 1% | 0.13% | - |
| HSV(B) | 282.99º | 1% | 0.26% | - |
| XYZ | 2.23 | 1.03 | 5.39 | - |
| YUV | 21.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 67 | 0.28 | 1 | 0 | 0.74 | 282.99 | 1 | 0.13 |
| Hex | 30 | 0 | 43 | 1C | 64 | 0 | 4A | 11B | 64 | D |
| Octal | 60 | 0 | 103 | 34 | 144 | 0 | 112 | 433 | 144 | 15 |
| Binary | 110000 | 0 | 1000011 | 11100 | 1100100 | 0 | 1001010 | 100011011 | 1100100 | 1101 |
Color Harmonies of #300043
Complementary color
Monochromatic Colors of #300043
Black with #300043
Text Example
Text Example
White with #300043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300043; }
p { color: rgb(48,0,67); }
H1.HeaderClassName
{
color: #300043;
}
.AnyTagClassName
{
color: #300043;
}
</style>
background-color css
<style>
a { background-color: #300043; }
a { background-color: rgb(48,0,67); }
div.DivClassName
{
background-color: #300043;
}
.BgClassName
{
background-color: #300043;
}
</style>
border-color css
<style>
span { border-color: #300043; }
span { border-color: rgb(48,0,67); }
td.TdClassName
{
border-color: #300043;
}
.TagClassName
{
border-color: #300043;
}
</style>