Shades of Blackcurrant #300037
Tints of Blackcurrant #300037
RGB
CMYK
RGB Variations
Color information
#300037 (or 0x300037) is known color: Blackcurrant. HEX triplet: 30, 00 and 37. RGB value is (48,0,55). Sum of RGB (Red+Green+Blue) = 48+0+55=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #300037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300037 is #CFFFC8. Grayscale: #141414. Windows color (decimal): -13631433 or 3604528. OLE color: 3604528.
HSL color Cylindrical-coordinate representation of color #300037: hue angle of 292.36º 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 #300037 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 0 | 55 | - |
| CMYK | 0.13 | 1 | 0 | 0.78 |
| HSL | 292.36º | 1% | 0.11% | - |
| HSV(B) | 292.36º | 1% | 0.22% | - |
| XYZ | 1.91 | 0.9 | 3.69 | - |
| YUV | 20.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 55 | 0.13 | 1 | 0 | 0.78 | 292.36 | 1 | 0.11 |
| Hex | 30 | 0 | 37 | D | 64 | 0 | 4E | 124 | 64 | B |
| Octal | 60 | 0 | 67 | 15 | 144 | 0 | 116 | 444 | 144 | 13 |
| Binary | 110000 | 0 | 110111 | 1101 | 1100100 | 0 | 1001110 | 100100100 | 1100100 | 1011 |
Color Harmonies of #300037
Complementary color
Monochromatic Colors of #300037
Black with #300037
Text Example
Text Example
White with #300037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300037; }
p { color: rgb(48,0,55); }
H1.HeaderClassName
{
color: #300037;
}
.AnyTagClassName
{
color: #300037;
}
</style>
background-color css
<style>
a { background-color: #300037; }
a { background-color: rgb(48,0,55); }
div.DivClassName
{
background-color: #300037;
}
.BgClassName
{
background-color: #300037;
}
</style>
border-color css
<style>
span { border-color: #300037; }
span { border-color: rgb(48,0,55); }
td.TdClassName
{
border-color: #300037;
}
.TagClassName
{
border-color: #300037;
}
</style>