Shades of Blackcurrant #30013C
Tints of Blackcurrant #30013C
RGB
CMYK
RGB Variations
Color information
#30013C (or 0x30013C) is known color: Blackcurrant. HEX triplet: 30, 01 and 3C. RGB value is (48,1,60). Sum of RGB (Red+Green+Blue) = 48+1+60=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #30013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013C is #CFFEC3. Grayscale: #151515. Windows color (decimal): -13631172 or 3932464. OLE color: 3932464.
HSL color Cylindrical-coordinate representation of color #30013C: hue angle of 287.8º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30013C is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 1 | 60 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.76 |
| HSL | 287.8º | 0.97% | 0.12% | - |
| HSV(B) | 287.8º | 0.98% | 0.24% | - |
| XYZ | 2.05 | 0.98 | 4.36 | - |
| YUV | 21.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 60 | 0.20 | 0.98 | 0 | 0.76 | 287.8 | 0.97 | 0.12 |
| Hex | 30 | 1 | 3C | 14 | 62 | 0 | 4C | 120 | 61 | C |
| Octal | 60 | 1 | 74 | 24 | 142 | 0 | 114 | 440 | 141 | 14 |
| Binary | 110000 | 1 | 111100 | 10100 | 1100010 | 0 | 1001100 | 100100000 | 1100001 | 1100 |
Color Harmonies of #30013C
Complementary color
Monochromatic Colors of #30013C
Black with #30013C
Text Example
Text Example
White with #30013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30013C; }
p { color: rgb(48,1,60); }
H1.HeaderClassName
{
color: #30013C;
}
.AnyTagClassName
{
color: #30013C;
}
</style>
background-color css
<style>
a { background-color: #30013C; }
a { background-color: rgb(48,1,60); }
div.DivClassName
{
background-color: #30013C;
}
.BgClassName
{
background-color: #30013C;
}
</style>
border-color css
<style>
span { border-color: #30013C; }
span { border-color: rgb(48,1,60); }
td.TdClassName
{
border-color: #30013C;
}
.TagClassName
{
border-color: #30013C;
}
</style>