Shades of Blackcurrant #30043B
Tints of Blackcurrant #30043B
RGB
CMYK
RGB Variations
Color information
#30043B (or 0x30043B) is known color: Blackcurrant. HEX triplet: 30, 04 and 3B. RGB value is (48,4,59). Sum of RGB (Red+Green+Blue) = 48+4+59=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #30043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30043B is #CFFBC4. Grayscale: #171717. Windows color (decimal): -13630405 or 3867696. OLE color: 3867696.
HSL color Cylindrical-coordinate representation of color #30043B: hue angle of 288º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30043B is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 4 | 59 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.77 |
| HSL | 288º | 0.87% | 0.12% | - |
| HSV(B) | 288º | 0.93% | 0.23% | - |
| XYZ | 2.05 | 1.03 | 4.23 | - |
| YUV | 23.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 59 | 0.19 | 0.93 | 0 | 0.77 | 288 | 0.87 | 0.12 |
| Hex | 30 | 4 | 3B | 13 | 5D | 0 | 4D | 120 | 57 | C |
| Octal | 60 | 4 | 73 | 23 | 135 | 0 | 115 | 440 | 127 | 14 |
| Binary | 110000 | 100 | 111011 | 10011 | 1011101 | 0 | 1001101 | 100100000 | 1010111 | 1100 |
Color Harmonies of #30043B
Complementary color
Monochromatic Colors of #30043B
Black with #30043B
Text Example
Text Example
White with #30043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30043B; }
p { color: rgb(48,4,59); }
H1.HeaderClassName
{
color: #30043B;
}
.AnyTagClassName
{
color: #30043B;
}
</style>
background-color css
<style>
a { background-color: #30043B; }
a { background-color: rgb(48,4,59); }
div.DivClassName
{
background-color: #30043B;
}
.BgClassName
{
background-color: #30043B;
}
</style>
border-color css
<style>
span { border-color: #30043B; }
span { border-color: rgb(48,4,59); }
td.TdClassName
{
border-color: #30043B;
}
.TagClassName
{
border-color: #30043B;
}
</style>