Shades of Blackcurrant #30133D
Tints of Blackcurrant #30133D
RGB
CMYK
RGB Variations
Color information
#30133D (or 0x30133D) is known color: Blackcurrant. HEX triplet: 30, 13 and 3D. RGB value is (48,19,61). Sum of RGB (Red+Green+Blue) = 48+19+61=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #30133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30133D is #CFECC2. Grayscale: #202020. Windows color (decimal): -13626563 or 4002608. OLE color: 4002608.
HSL color Cylindrical-coordinate representation of color #30133D: hue angle of 281.43º degrees, saturation: 0.52, 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 #30133D is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 19 | 61 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.76 |
| HSL | 281.43º | 0.53% | 0.16% | - |
| HSV(B) | 281.43º | 0.69% | 0.24% | - |
| XYZ | 2.29 | 1.43 | 4.57 | - |
| YUV | 32.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 61 | 0.21 | 0.69 | 0 | 0.76 | 281.43 | 0.53 | 0.16 |
| Hex | 30 | 13 | 3D | 15 | 45 | 0 | 4C | 119 | 34 | 10 |
| Octal | 60 | 23 | 75 | 25 | 105 | 0 | 114 | 431 | 64 | 20 |
| Binary | 110000 | 10011 | 111101 | 10101 | 1000101 | 0 | 1001100 | 100011001 | 110100 | 10000 |
Color Harmonies of #30133D
Complementary color
Monochromatic Colors of #30133D
Black with #30133D
Text Example
Text Example
White with #30133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30133D; }
p { color: rgb(48,19,61); }
H1.HeaderClassName
{
color: #30133D;
}
.AnyTagClassName
{
color: #30133D;
}
</style>
background-color css
<style>
a { background-color: #30133D; }
a { background-color: rgb(48,19,61); }
div.DivClassName
{
background-color: #30133D;
}
.BgClassName
{
background-color: #30133D;
}
</style>
border-color css
<style>
span { border-color: #30133D; }
span { border-color: rgb(48,19,61); }
td.TdClassName
{
border-color: #30133D;
}
.TagClassName
{
border-color: #30133D;
}
</style>