Shades of Blackcurrant #30133E
Tints of Blackcurrant #30133E
RGB
CMYK
RGB Variations
Color information
#30133E (or 0x30133E) is known color: Blackcurrant. HEX triplet: 30, 13 and 3E. RGB value is (48,19,62). Sum of RGB (Red+Green+Blue) = 48+19+62=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #30133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30133E is #CFECC1. Grayscale: #202020. Windows color (decimal): -13626562 or 4068144. OLE color: 4068144.
HSL color Cylindrical-coordinate representation of color #30133E: hue angle of 280.47º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30133E is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 19 | 62 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.76 |
| HSL | 280.47º | 0.53% | 0.16% | - |
| HSV(B) | 280.47º | 0.69% | 0.24% | - |
| XYZ | 2.32 | 1.44 | 4.71 | - |
| YUV | 32.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 62 | 0.23 | 0.69 | 0 | 0.76 | 280.47 | 0.53 | 0.16 |
| Hex | 30 | 13 | 3E | 17 | 45 | 0 | 4C | 118 | 35 | 10 |
| Octal | 60 | 23 | 76 | 27 | 105 | 0 | 114 | 430 | 65 | 20 |
| Binary | 110000 | 10011 | 111110 | 10111 | 1000101 | 0 | 1001100 | 100011000 | 110101 | 10000 |
Color Harmonies of #30133E
Complementary color
Monochromatic Colors of #30133E
Black with #30133E
Text Example
Text Example
White with #30133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30133E; }
p { color: rgb(48,19,62); }
H1.HeaderClassName
{
color: #30133E;
}
.AnyTagClassName
{
color: #30133E;
}
</style>
background-color css
<style>
a { background-color: #30133E; }
a { background-color: rgb(48,19,62); }
div.DivClassName
{
background-color: #30133E;
}
.BgClassName
{
background-color: #30133E;
}
</style>
border-color css
<style>
span { border-color: #30133E; }
span { border-color: rgb(48,19,62); }
td.TdClassName
{
border-color: #30133E;
}
.TagClassName
{
border-color: #30133E;
}
</style>