Shades of Blackcurrant #300937
Tints of Blackcurrant #300937
RGB
CMYK
RGB Variations
Color information
#300937 (or 0x300937) is known color: Blackcurrant. HEX triplet: 30, 09 and 37. RGB value is (48,9,55). Sum of RGB (Red+Green+Blue) = 48+9+55=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #300937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300937 is #CFF6C8. Grayscale: #191919. Windows color (decimal): -13629129 or 3606832. OLE color: 3606832.
HSL color Cylindrical-coordinate representation of color #300937: hue angle of 290.87º 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 #300937 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 9 | 55 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.78 |
| HSL | 290.87º | 0.72% | 0.13% | - |
| HSV(B) | 290.87º | 0.84% | 0.22% | - |
| XYZ | 2.01 | 1.1 | 3.72 | - |
| YUV | 25.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 55 | 0.13 | 0.84 | 0 | 0.78 | 290.87 | 0.72 | 0.13 |
| Hex | 30 | 9 | 37 | D | 54 | 0 | 4E | 123 | 48 | D |
| Octal | 60 | 11 | 67 | 15 | 124 | 0 | 116 | 443 | 110 | 15 |
| Binary | 110000 | 1001 | 110111 | 1101 | 1010100 | 0 | 1001110 | 100100011 | 1001000 | 1101 |
Color Harmonies of #300937
Complementary color
Monochromatic Colors of #300937
Black with #300937
Text Example
Text Example
White with #300937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300937; }
p { color: rgb(48,9,55); }
H1.HeaderClassName
{
color: #300937;
}
.AnyTagClassName
{
color: #300937;
}
</style>
background-color css
<style>
a { background-color: #300937; }
a { background-color: rgb(48,9,55); }
div.DivClassName
{
background-color: #300937;
}
.BgClassName
{
background-color: #300937;
}
</style>
border-color css
<style>
span { border-color: #300937; }
span { border-color: rgb(48,9,55); }
td.TdClassName
{
border-color: #300937;
}
.TagClassName
{
border-color: #300937;
}
</style>