Shades of Blackcurrant #220143
Tints of Blackcurrant #220143
RGB
CMYK
RGB Variations
Color information
#220143 (or 0x220143) is known color: Blackcurrant. HEX triplet: 22, 01 and 43. RGB value is (34,1,67). Sum of RGB (Red+Green+Blue) = 34+1+67=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #220143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220143 is #DDFEBC. Grayscale: #121212. Windows color (decimal): -14548669 or 4391202. OLE color: 4391202.
HSL color Cylindrical-coordinate representation of color #220143: hue angle of 270º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220143 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 1 | 67 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.74 |
| HSL | 270º | 0.97% | 0.13% | - |
| HSV(B) | 270º | 0.99% | 0.26% | - |
| XYZ | 1.68 | 0.77 | 5.37 | - |
| YUV | 18.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 67 | 0.49 | 0.99 | 0 | 0.74 | 270 | 0.97 | 0.13 |
| Hex | 22 | 1 | 43 | 31 | 63 | 0 | 4A | 10E | 61 | D |
| Octal | 42 | 1 | 103 | 61 | 143 | 0 | 112 | 416 | 141 | 15 |
| Binary | 100010 | 1 | 1000011 | 110001 | 1100011 | 0 | 1001010 | 100001110 | 1100001 | 1101 |
Color Harmonies of #220143
Complementary color
Monochromatic Colors of #220143
Black with #220143
Text Example
Text Example
White with #220143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220143; }
p { color: rgb(34,1,67); }
H1.HeaderClassName
{
color: #220143;
}
.AnyTagClassName
{
color: #220143;
}
</style>
background-color css
<style>
a { background-color: #220143; }
a { background-color: rgb(34,1,67); }
div.DivClassName
{
background-color: #220143;
}
.BgClassName
{
background-color: #220143;
}
</style>
border-color css
<style>
span { border-color: #220143; }
span { border-color: rgb(34,1,67); }
td.TdClassName
{
border-color: #220143;
}
.TagClassName
{
border-color: #220143;
}
</style>