Shades of Blackcurrant #30013B
Tints of Blackcurrant #30013B
RGB
CMYK
RGB Variations
Color information
#30013B (or 0x30013B) is known color: Blackcurrant. HEX triplet: 30, 01 and 3B. RGB value is (48,1,59). Sum of RGB (Red+Green+Blue) = 48+1+59=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #30013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013B is #CFFEC4. Grayscale: #151515. Windows color (decimal): -13631173 or 3866928. OLE color: 3866928.
HSL color Cylindrical-coordinate representation of color #30013B: hue angle of 288.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30013B is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 1 | 59 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.77 |
| HSL | 288.62º | 0.97% | 0.12% | - |
| HSV(B) | 288.62º | 0.98% | 0.23% | - |
| XYZ | 2.02 | 0.97 | 4.22 | - |
| YUV | 21.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 59 | 0.19 | 0.98 | 0 | 0.77 | 288.62 | 0.97 | 0.12 |
| Hex | 30 | 1 | 3B | 13 | 62 | 0 | 4D | 121 | 61 | C |
| Octal | 60 | 1 | 73 | 23 | 142 | 0 | 115 | 441 | 141 | 14 |
| Binary | 110000 | 1 | 111011 | 10011 | 1100010 | 0 | 1001101 | 100100001 | 1100001 | 1100 |
Color Harmonies of #30013B
Complementary color
Monochromatic Colors of #30013B
Black with #30013B
Text Example
Text Example
White with #30013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30013B; }
p { color: rgb(48,1,59); }
H1.HeaderClassName
{
color: #30013B;
}
.AnyTagClassName
{
color: #30013B;
}
</style>
background-color css
<style>
a { background-color: #30013B; }
a { background-color: rgb(48,1,59); }
div.DivClassName
{
background-color: #30013B;
}
.BgClassName
{
background-color: #30013B;
}
</style>
border-color css
<style>
span { border-color: #30013B; }
span { border-color: rgb(48,1,59); }
td.TdClassName
{
border-color: #30013B;
}
.TagClassName
{
border-color: #30013B;
}
</style>