Shades of Blackcurrant #30213D
Tints of Blackcurrant #30213D
RGB
CMYK
RGB Variations
Color information
#30213D (or 0x30213D) is known color: Blackcurrant. HEX triplet: 30, 21 and 3D. RGB value is (48,33,61). Sum of RGB (Red+Green+Blue) = 48+33+61=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #30213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30213D is #CFDEC2. Grayscale: #282828. Windows color (decimal): -13622979 or 4006192. OLE color: 4006192.
HSL color Cylindrical-coordinate representation of color #30213D: hue angle of 272.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30213D is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 33 | 61 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.76 |
| HSL | 272.14º | 0.3% | 0.18% | - |
| HSV(B) | 272.14º | 0.46% | 0.24% | - |
| XYZ | 2.61 | 2.05 | 4.67 | - |
| YUV | 40.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 61 | 0.21 | 0.46 | 0 | 0.76 | 272.14 | 0.3 | 0.18 |
| Hex | 30 | 21 | 3D | 15 | 2E | 0 | 4C | 110 | 1E | 12 |
| Octal | 60 | 41 | 75 | 25 | 56 | 0 | 114 | 420 | 36 | 22 |
| Binary | 110000 | 100001 | 111101 | 10101 | 101110 | 0 | 1001100 | 100010000 | 11110 | 10010 |
Color Harmonies of #30213D
Complementary color
Monochromatic Colors of #30213D
Black with #30213D
Text Example
Text Example
White with #30213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30213D; }
p { color: rgb(48,33,61); }
H1.HeaderClassName
{
color: #30213D;
}
.AnyTagClassName
{
color: #30213D;
}
</style>
background-color css
<style>
a { background-color: #30213D; }
a { background-color: rgb(48,33,61); }
div.DivClassName
{
background-color: #30213D;
}
.BgClassName
{
background-color: #30213D;
}
</style>
border-color css
<style>
span { border-color: #30213D; }
span { border-color: rgb(48,33,61); }
td.TdClassName
{
border-color: #30213D;
}
.TagClassName
{
border-color: #30213D;
}
</style>