Shades of Blackcurrant #220A3D
Tints of Blackcurrant #220A3D
RGB
CMYK
RGB Variations
Color information
#220A3D (or 0x220A3D) is known color: Blackcurrant. HEX triplet: 22, 0A and 3D. RGB value is (34,10,61). Sum of RGB (Red+Green+Blue) = 34+10+61=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #220A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A3D is #DDF5C2. Grayscale: #161616. Windows color (decimal): -14546371 or 4000290. OLE color: 4000290.
HSL color Cylindrical-coordinate representation of color #220A3D: hue angle of 268.24º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #220A3D is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 10 | 61 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.76 |
| HSL | 268.24º | 0.72% | 0.14% | - |
| HSV(B) | 268.24º | 0.84% | 0.24% | - |
| XYZ | 1.61 | 0.89 | 4.5 | - |
| YUV | 22.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 61 | 0.44 | 0.84 | 0 | 0.76 | 268.24 | 0.72 | 0.14 |
| Hex | 22 | A | 3D | 2C | 54 | 0 | 4C | 10C | 48 | E |
| Octal | 42 | 12 | 75 | 54 | 124 | 0 | 114 | 414 | 110 | 16 |
| Binary | 100010 | 1010 | 111101 | 101100 | 1010100 | 0 | 1001100 | 100001100 | 1001000 | 1110 |
Color Harmonies of #220A3D
Complementary color
Monochromatic Colors of #220A3D
Black with #220A3D
Text Example
Text Example
White with #220A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A3D; }
p { color: rgb(34,10,61); }
H1.HeaderClassName
{
color: #220A3D;
}
.AnyTagClassName
{
color: #220A3D;
}
</style>
background-color css
<style>
a { background-color: #220A3D; }
a { background-color: rgb(34,10,61); }
div.DivClassName
{
background-color: #220A3D;
}
.BgClassName
{
background-color: #220A3D;
}
</style>
border-color css
<style>
span { border-color: #220A3D; }
span { border-color: rgb(34,10,61); }
td.TdClassName
{
border-color: #220A3D;
}
.TagClassName
{
border-color: #220A3D;
}
</style>