Shades of Blackcurrant #300036
Tints of Blackcurrant #300036
RGB
CMYK
RGB Variations
Color information
#300036 (or 0x300036) is known color: Blackcurrant. HEX triplet: 30, 00 and 36. RGB value is (48,0,54). Sum of RGB (Red+Green+Blue) = 48+0+54=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #300036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300036 is #CFFFC9. Grayscale: #141414. Windows color (decimal): -13631434 or 3538992. OLE color: 3538992.
HSL color Cylindrical-coordinate representation of color #300036: hue angle of 293.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300036 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 0 | 54 | - |
| CMYK | 0.11 | 1 | 0 | 0.79 |
| HSL | 293.33º | 1% | 0.11% | - |
| HSV(B) | 293.33º | 1% | 0.21% | - |
| XYZ | 1.88 | 0.89 | 3.56 | - |
| YUV | 20.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 54 | 0.11 | 1 | 0 | 0.79 | 293.33 | 1 | 0.11 |
| Hex | 30 | 0 | 36 | B | 64 | 0 | 4F | 125 | 64 | B |
| Octal | 60 | 0 | 66 | 13 | 144 | 0 | 117 | 445 | 144 | 13 |
| Binary | 110000 | 0 | 110110 | 1011 | 1100100 | 0 | 1001111 | 100100101 | 1100100 | 1011 |
Color Harmonies of #300036
Complementary color
Monochromatic Colors of #300036
Black with #300036
Text Example
Text Example
White with #300036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300036; }
p { color: rgb(48,0,54); }
H1.HeaderClassName
{
color: #300036;
}
.AnyTagClassName
{
color: #300036;
}
</style>
background-color css
<style>
a { background-color: #300036; }
a { background-color: rgb(48,0,54); }
div.DivClassName
{
background-color: #300036;
}
.BgClassName
{
background-color: #300036;
}
</style>
border-color css
<style>
span { border-color: #300036; }
span { border-color: rgb(48,0,54); }
td.TdClassName
{
border-color: #300036;
}
.TagClassName
{
border-color: #300036;
}
</style>