Shades of Blackcurrant #22013A
Tints of Blackcurrant #22013A
RGB
CMYK
RGB Variations
Color information
#22013A (or 0x22013A) is known color: Blackcurrant. HEX triplet: 22, 01 and 3A. RGB value is (34,1,58). Sum of RGB (Red+Green+Blue) = 34+1+58=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #22013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22013A is #DDFEC5. Grayscale: #111111. Windows color (decimal): -14548678 or 3801378. OLE color: 3801378.
HSL color Cylindrical-coordinate representation of color #22013A: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22013A is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 1 | 58 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.77 |
| HSL | 274.74º | 0.97% | 0.12% | - |
| HSV(B) | 274.74º | 0.98% | 0.23% | - |
| XYZ | 1.43 | 0.67 | 4.06 | - |
| YUV | 17.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 58 | 0.41 | 0.98 | 0 | 0.77 | 274.74 | 0.97 | 0.12 |
| Hex | 22 | 1 | 3A | 29 | 62 | 0 | 4D | 113 | 61 | C |
| Octal | 42 | 1 | 72 | 51 | 142 | 0 | 115 | 423 | 141 | 14 |
| Binary | 100010 | 1 | 111010 | 101001 | 1100010 | 0 | 1001101 | 100010011 | 1100001 | 1100 |
Color Harmonies of #22013A
Complementary color
Monochromatic Colors of #22013A
Black with #22013A
Text Example
Text Example
White with #22013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22013A; }
p { color: rgb(34,1,58); }
H1.HeaderClassName
{
color: #22013A;
}
.AnyTagClassName
{
color: #22013A;
}
</style>
background-color css
<style>
a { background-color: #22013A; }
a { background-color: rgb(34,1,58); }
div.DivClassName
{
background-color: #22013A;
}
.BgClassName
{
background-color: #22013A;
}
</style>
border-color css
<style>
span { border-color: #22013A; }
span { border-color: rgb(34,1,58); }
td.TdClassName
{
border-color: #22013A;
}
.TagClassName
{
border-color: #22013A;
}
</style>