Shades of Blackcurrant #22013C
Tints of Blackcurrant #22013C
RGB
CMYK
RGB Variations
Color information
#22013C (or 0x22013C) is known color: Blackcurrant. HEX triplet: 22, 01 and 3C. RGB value is (34,1,60). Sum of RGB (Red+Green+Blue) = 34+1+60=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #22013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22013C is #DDFEC3. Grayscale: #111111. Windows color (decimal): -14548676 or 3932450. OLE color: 3932450.
HSL color Cylindrical-coordinate representation of color #22013C: hue angle of 273.56º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22013C is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 1 | 60 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.76 |
| HSL | 273.56º | 0.97% | 0.12% | - |
| HSV(B) | 273.56º | 0.98% | 0.24% | - |
| XYZ | 1.49 | 0.69 | 4.33 | - |
| YUV | 17.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 60 | 0.43 | 0.98 | 0 | 0.76 | 273.56 | 0.97 | 0.12 |
| Hex | 22 | 1 | 3C | 2B | 62 | 0 | 4C | 112 | 61 | C |
| Octal | 42 | 1 | 74 | 53 | 142 | 0 | 114 | 422 | 141 | 14 |
| Binary | 100010 | 1 | 111100 | 101011 | 1100010 | 0 | 1001100 | 100010010 | 1100001 | 1100 |
Color Harmonies of #22013C
Complementary color
Monochromatic Colors of #22013C
Black with #22013C
Text Example
Text Example
White with #22013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22013C; }
p { color: rgb(34,1,60); }
H1.HeaderClassName
{
color: #22013C;
}
.AnyTagClassName
{
color: #22013C;
}
</style>
background-color css
<style>
a { background-color: #22013C; }
a { background-color: rgb(34,1,60); }
div.DivClassName
{
background-color: #22013C;
}
.BgClassName
{
background-color: #22013C;
}
</style>
border-color css
<style>
span { border-color: #22013C; }
span { border-color: rgb(34,1,60); }
td.TdClassName
{
border-color: #22013C;
}
.TagClassName
{
border-color: #22013C;
}
</style>