Shades of Blackcurrant #300038
Tints of Blackcurrant #300038
RGB
CMYK
RGB Variations
Color information
#300038 (or 0x300038) is known color: Blackcurrant. HEX triplet: 30, 00 and 38. RGB value is (48,0,56). Sum of RGB (Red+Green+Blue) = 48+0+56=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #300038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300038 is #CFFFC7. Grayscale: #141414. Windows color (decimal): -13631432 or 3670064. OLE color: 3670064.
HSL color Cylindrical-coordinate representation of color #300038: hue angle of 291.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300038 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 0 | 56 | - |
| CMYK | 0.14 | 1 | 0 | 0.78 |
| HSL | 291.43º | 1% | 0.11% | - |
| HSV(B) | 291.43º | 1% | 0.22% | - |
| XYZ | 1.93 | 0.91 | 3.82 | - |
| YUV | 20.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 56 | 0.14 | 1 | 0 | 0.78 | 291.43 | 1 | 0.11 |
| Hex | 30 | 0 | 38 | E | 64 | 0 | 4E | 123 | 64 | B |
| Octal | 60 | 0 | 70 | 16 | 144 | 0 | 116 | 443 | 144 | 13 |
| Binary | 110000 | 0 | 111000 | 1110 | 1100100 | 0 | 1001110 | 100100011 | 1100100 | 1011 |
Color Harmonies of #300038
Complementary color
Monochromatic Colors of #300038
Black with #300038
Text Example
Text Example
White with #300038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300038; }
p { color: rgb(48,0,56); }
H1.HeaderClassName
{
color: #300038;
}
.AnyTagClassName
{
color: #300038;
}
</style>
background-color css
<style>
a { background-color: #300038; }
a { background-color: rgb(48,0,56); }
div.DivClassName
{
background-color: #300038;
}
.BgClassName
{
background-color: #300038;
}
</style>
border-color css
<style>
span { border-color: #300038; }
span { border-color: rgb(48,0,56); }
td.TdClassName
{
border-color: #300038;
}
.TagClassName
{
border-color: #300038;
}
</style>