Shades of Blackcurrant #30033C
Tints of Blackcurrant #30033C
RGB
CMYK
RGB Variations
Color information
#30033C (or 0x30033C) is known color: Blackcurrant. HEX triplet: 30, 03 and 3C. RGB value is (48,3,60). Sum of RGB (Red+Green+Blue) = 48+3+60=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #30033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30033C is #CFFCC3. Grayscale: #161616. Windows color (decimal): -13630660 or 3932976. OLE color: 3932976.
HSL color Cylindrical-coordinate representation of color #30033C: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30033C is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 3 | 60 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.76 |
| HSL | 287.37º | 0.9% | 0.12% | - |
| HSV(B) | 287.37º | 0.95% | 0.24% | - |
| XYZ | 2.07 | 1.02 | 4.36 | - |
| YUV | 22.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 60 | 0.20 | 0.95 | 0 | 0.76 | 287.37 | 0.9 | 0.12 |
| Hex | 30 | 3 | 3C | 14 | 5F | 0 | 4C | 11F | 5A | C |
| Octal | 60 | 3 | 74 | 24 | 137 | 0 | 114 | 437 | 132 | 14 |
| Binary | 110000 | 11 | 111100 | 10100 | 1011111 | 0 | 1001100 | 100011111 | 1011010 | 1100 |
Color Harmonies of #30033C
Complementary color
Monochromatic Colors of #30033C
Black with #30033C
Text Example
Text Example
White with #30033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30033C; }
p { color: rgb(48,3,60); }
H1.HeaderClassName
{
color: #30033C;
}
.AnyTagClassName
{
color: #30033C;
}
</style>
background-color css
<style>
a { background-color: #30033C; }
a { background-color: rgb(48,3,60); }
div.DivClassName
{
background-color: #30033C;
}
.BgClassName
{
background-color: #30033C;
}
</style>
border-color css
<style>
span { border-color: #30033C; }
span { border-color: rgb(48,3,60); }
td.TdClassName
{
border-color: #30033C;
}
.TagClassName
{
border-color: #30033C;
}
</style>