Shades of Blackcurrant #220327
Tints of Blackcurrant #220327
RGB
CMYK
RGB Variations
Color information
#220327 (or 0x220327) is known color: Blackcurrant. HEX triplet: 22, 03 and 27. RGB value is (34,3,39). Sum of RGB (Red+Green+Blue) = 34+3+39=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #220327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220327 is #DDFCD8. Grayscale: #101010. Windows color (decimal): -14548185 or 2556706. OLE color: 2556706.
HSL color Cylindrical-coordinate representation of color #220327: hue angle of 291.67º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220327 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 3 | 39 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.85 |
| HSL | 291.67º | 0.86% | 0.08% | - |
| HSV(B) | 291.67º | 0.92% | 0.15% | - |
| XYZ | 1.06 | 0.55 | 1.97 | - |
| YUV | 16.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 39 | 0.13 | 0.92 | 0 | 0.85 | 291.67 | 0.86 | 0.08 |
| Hex | 22 | 3 | 27 | D | 5C | 0 | 55 | 124 | 56 | 8 |
| Octal | 42 | 3 | 47 | 15 | 134 | 0 | 125 | 444 | 126 | 10 |
| Binary | 100010 | 11 | 100111 | 1101 | 1011100 | 0 | 1010101 | 100100100 | 1010110 | 1000 |
Color Harmonies of #220327
Complementary color
Monochromatic Colors of #220327
Black with #220327
Text Example
Text Example
White with #220327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220327; }
p { color: rgb(34,3,39); }
H1.HeaderClassName
{
color: #220327;
}
.AnyTagClassName
{
color: #220327;
}
</style>
background-color css
<style>
a { background-color: #220327; }
a { background-color: rgb(34,3,39); }
div.DivClassName
{
background-color: #220327;
}
.BgClassName
{
background-color: #220327;
}
</style>
border-color css
<style>
span { border-color: #220327; }
span { border-color: rgb(34,3,39); }
td.TdClassName
{
border-color: #220327;
}
.TagClassName
{
border-color: #220327;
}
</style>