Shades of Blackcurrant #30223A
Tints of Blackcurrant #30223A
RGB
CMYK
RGB Variations
Color information
#30223A (or 0x30223A) is known color: Blackcurrant. HEX triplet: 30, 22 and 3A. RGB value is (48,34,58). Sum of RGB (Red+Green+Blue) = 48+34+58=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #30223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30223A is #CFDDC5. Grayscale: #282828. Windows color (decimal): -13622726 or 3809840. OLE color: 3809840.
HSL color Cylindrical-coordinate representation of color #30223A: hue angle of 275º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30223A is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 34 | 58 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.77 |
| HSL | 275º | 0.26% | 0.18% | - |
| HSV(B) | 275º | 0.41% | 0.23% | - |
| XYZ | 2.55 | 2.08 | 4.27 | - |
| YUV | 40.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 58 | 0.17 | 0.41 | 0 | 0.77 | 275 | 0.26 | 0.18 |
| Hex | 30 | 22 | 3A | 11 | 29 | 0 | 4D | 113 | 1A | 12 |
| Octal | 60 | 42 | 72 | 21 | 51 | 0 | 115 | 423 | 32 | 22 |
| Binary | 110000 | 100010 | 111010 | 10001 | 101001 | 0 | 1001101 | 100010011 | 11010 | 10010 |
Color Harmonies of #30223A
Complementary color
Monochromatic Colors of #30223A
Black with #30223A
Text Example
Text Example
White with #30223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30223A; }
p { color: rgb(48,34,58); }
H1.HeaderClassName
{
color: #30223A;
}
.AnyTagClassName
{
color: #30223A;
}
</style>
background-color css
<style>
a { background-color: #30223A; }
a { background-color: rgb(48,34,58); }
div.DivClassName
{
background-color: #30223A;
}
.BgClassName
{
background-color: #30223A;
}
</style>
border-color css
<style>
span { border-color: #30223A; }
span { border-color: rgb(48,34,58); }
td.TdClassName
{
border-color: #30223A;
}
.TagClassName
{
border-color: #30223A;
}
</style>