Shades of Blackcurrant #300537
Tints of Blackcurrant #300537
RGB
CMYK
RGB Variations
Color information
#300537 (or 0x300537) is known color: Blackcurrant. HEX triplet: 30, 05 and 37. RGB value is (48,5,55). Sum of RGB (Red+Green+Blue) = 48+5+55=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #300537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300537 is #CFFAC8. Grayscale: #171717. Windows color (decimal): -13630153 or 3605808. OLE color: 3605808.
HSL color Cylindrical-coordinate representation of color #300537: hue angle of 291.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300537 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 5 | 55 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.78 |
| HSL | 291.6º | 0.83% | 0.12% | - |
| HSV(B) | 291.6º | 0.91% | 0.22% | - |
| XYZ | 1.96 | 1.01 | 3.71 | - |
| YUV | 23.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 55 | 0.13 | 0.91 | 0 | 0.78 | 291.6 | 0.83 | 0.12 |
| Hex | 30 | 5 | 37 | D | 5B | 0 | 4E | 124 | 53 | C |
| Octal | 60 | 5 | 67 | 15 | 133 | 0 | 116 | 444 | 123 | 14 |
| Binary | 110000 | 101 | 110111 | 1101 | 1011011 | 0 | 1001110 | 100100100 | 1010011 | 1100 |
Color Harmonies of #300537
Complementary color
Monochromatic Colors of #300537
Black with #300537
Text Example
Text Example
White with #300537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300537; }
p { color: rgb(48,5,55); }
H1.HeaderClassName
{
color: #300537;
}
.AnyTagClassName
{
color: #300537;
}
</style>
background-color css
<style>
a { background-color: #300537; }
a { background-color: rgb(48,5,55); }
div.DivClassName
{
background-color: #300537;
}
.BgClassName
{
background-color: #300537;
}
</style>
border-color css
<style>
span { border-color: #300537; }
span { border-color: rgb(48,5,55); }
td.TdClassName
{
border-color: #300537;
}
.TagClassName
{
border-color: #300537;
}
</style>