Shades of Blackcurrant #300938
Tints of Blackcurrant #300938
RGB
CMYK
RGB Variations
Color information
#300938 (or 0x300938) is known color: Blackcurrant. HEX triplet: 30, 09 and 38. RGB value is (48,9,56). Sum of RGB (Red+Green+Blue) = 48+9+56=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #300938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300938 is #CFF6C7. Grayscale: #191919. Windows color (decimal): -13629128 or 3672368. OLE color: 3672368.
HSL color Cylindrical-coordinate representation of color #300938: hue angle of 289.79º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300938 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 9 | 56 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.78 |
| HSL | 289.79º | 0.72% | 0.13% | - |
| HSV(B) | 289.79º | 0.84% | 0.22% | - |
| XYZ | 2.03 | 1.11 | 3.85 | - |
| YUV | 26.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 56 | 0.14 | 0.84 | 0 | 0.78 | 289.79 | 0.72 | 0.13 |
| Hex | 30 | 9 | 38 | E | 54 | 0 | 4E | 122 | 48 | D |
| Octal | 60 | 11 | 70 | 16 | 124 | 0 | 116 | 442 | 110 | 15 |
| Binary | 110000 | 1001 | 111000 | 1110 | 1010100 | 0 | 1001110 | 100100010 | 1001000 | 1101 |
Color Harmonies of #300938
Complementary color
Monochromatic Colors of #300938
Black with #300938
Text Example
Text Example
White with #300938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300938; }
p { color: rgb(48,9,56); }
H1.HeaderClassName
{
color: #300938;
}
.AnyTagClassName
{
color: #300938;
}
</style>
background-color css
<style>
a { background-color: #300938; }
a { background-color: rgb(48,9,56); }
div.DivClassName
{
background-color: #300938;
}
.BgClassName
{
background-color: #300938;
}
</style>
border-color css
<style>
span { border-color: #300938; }
span { border-color: rgb(48,9,56); }
td.TdClassName
{
border-color: #300938;
}
.TagClassName
{
border-color: #300938;
}
</style>