Shades of Blackcurrant #30183C
Tints of Blackcurrant #30183C
RGB
CMYK
RGB Variations
Color information
#30183C (or 0x30183C) is known color: Blackcurrant. HEX triplet: 30, 18 and 3C. RGB value is (48,24,60). Sum of RGB (Red+Green+Blue) = 48+24+60=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #30183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30183C is #CFE7C3. Grayscale: #232323. Windows color (decimal): -13625284 or 3938352. OLE color: 3938352.
HSL color Cylindrical-coordinate representation of color #30183C: hue angle of 280º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30183C is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 24 | 60 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.76 |
| HSL | 280º | 0.43% | 0.16% | - |
| HSV(B) | 280º | 0.6% | 0.24% | - |
| XYZ | 2.36 | 1.61 | 4.46 | - |
| YUV | 35.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 60 | 0.20 | 0.60 | 0 | 0.76 | 280 | 0.43 | 0.16 |
| Hex | 30 | 18 | 3C | 14 | 3C | 0 | 4C | 118 | 2B | 10 |
| Octal | 60 | 30 | 74 | 24 | 74 | 0 | 114 | 430 | 53 | 20 |
| Binary | 110000 | 11000 | 111100 | 10100 | 111100 | 0 | 1001100 | 100011000 | 101011 | 10000 |
Color Harmonies of #30183C
Complementary color
Monochromatic Colors of #30183C
Black with #30183C
Text Example
Text Example
White with #30183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30183C; }
p { color: rgb(48,24,60); }
H1.HeaderClassName
{
color: #30183C;
}
.AnyTagClassName
{
color: #30183C;
}
</style>
background-color css
<style>
a { background-color: #30183C; }
a { background-color: rgb(48,24,60); }
div.DivClassName
{
background-color: #30183C;
}
.BgClassName
{
background-color: #30183C;
}
</style>
border-color css
<style>
span { border-color: #30183C; }
span { border-color: rgb(48,24,60); }
td.TdClassName
{
border-color: #30183C;
}
.TagClassName
{
border-color: #30183C;
}
</style>