Shades of Blackcurrant #22063D
Tints of Blackcurrant #22063D
RGB
CMYK
RGB Variations
Color information
#22063D (or 0x22063D) is known color: Blackcurrant. HEX triplet: 22, 06 and 3D. RGB value is (34,6,61). Sum of RGB (Red+Green+Blue) = 34+6+61=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #22063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22063D is #DDF9C2. Grayscale: #141414. Windows color (decimal): -14547395 or 3999266. OLE color: 3999266.
HSL color Cylindrical-coordinate representation of color #22063D: hue angle of 270.55º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22063D is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 6 | 61 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.76 |
| HSL | 270.55º | 0.82% | 0.13% | - |
| HSV(B) | 270.55º | 0.9% | 0.24% | - |
| XYZ | 1.57 | 0.81 | 4.49 | - |
| YUV | 20.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 61 | 0.44 | 0.90 | 0 | 0.76 | 270.55 | 0.82 | 0.13 |
| Hex | 22 | 6 | 3D | 2C | 5A | 0 | 4C | 10F | 52 | D |
| Octal | 42 | 6 | 75 | 54 | 132 | 0 | 114 | 417 | 122 | 15 |
| Binary | 100010 | 110 | 111101 | 101100 | 1011010 | 0 | 1001100 | 100001111 | 1010010 | 1101 |
Color Harmonies of #22063D
Complementary color
Monochromatic Colors of #22063D
Black with #22063D
Text Example
Text Example
White with #22063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22063D; }
p { color: rgb(34,6,61); }
H1.HeaderClassName
{
color: #22063D;
}
.AnyTagClassName
{
color: #22063D;
}
</style>
background-color css
<style>
a { background-color: #22063D; }
a { background-color: rgb(34,6,61); }
div.DivClassName
{
background-color: #22063D;
}
.BgClassName
{
background-color: #22063D;
}
</style>
border-color css
<style>
span { border-color: #22063D; }
span { border-color: rgb(34,6,61); }
td.TdClassName
{
border-color: #22063D;
}
.TagClassName
{
border-color: #22063D;
}
</style>