Shades of Blackcurrant #30213F
Tints of Blackcurrant #30213F
RGB
CMYK
RGB Variations
Color information
#30213F (or 0x30213F) is known color: Blackcurrant. HEX triplet: 30, 21 and 3F. RGB value is (48,33,63). Sum of RGB (Red+Green+Blue) = 48+33+63=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #30213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30213F is #CFDEC0. Grayscale: #282828. Windows color (decimal): -13622977 or 4137264. OLE color: 4137264.
HSL color Cylindrical-coordinate representation of color #30213F: hue angle of 270º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30213F is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 33 | 63 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.75 |
| HSL | 270º | 0.31% | 0.19% | - |
| HSV(B) | 270º | 0.48% | 0.25% | - |
| XYZ | 2.66 | 2.07 | 4.96 | - |
| YUV | 40.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 63 | 0.24 | 0.48 | 0 | 0.75 | 270 | 0.31 | 0.19 |
| Hex | 30 | 21 | 3F | 18 | 30 | 0 | 4B | 10E | 1F | 13 |
| Octal | 60 | 41 | 77 | 30 | 60 | 0 | 113 | 416 | 37 | 23 |
| Binary | 110000 | 100001 | 111111 | 11000 | 110000 | 0 | 1001011 | 100001110 | 11111 | 10011 |
Color Harmonies of #30213F
Complementary color
Monochromatic Colors of #30213F
Black with #30213F
Text Example
Text Example
White with #30213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30213F; }
p { color: rgb(48,33,63); }
H1.HeaderClassName
{
color: #30213F;
}
.AnyTagClassName
{
color: #30213F;
}
</style>
background-color css
<style>
a { background-color: #30213F; }
a { background-color: rgb(48,33,63); }
div.DivClassName
{
background-color: #30213F;
}
.BgClassName
{
background-color: #30213F;
}
</style>
border-color css
<style>
span { border-color: #30213F; }
span { border-color: rgb(48,33,63); }
td.TdClassName
{
border-color: #30213F;
}
.TagClassName
{
border-color: #30213F;
}
</style>