Shades of Blackcurrant #220A27
Tints of Blackcurrant #220A27
RGB
CMYK
RGB Variations
Color information
#220A27 (or 0x220A27) is known color: Blackcurrant. HEX triplet: 22, 0A and 27. RGB value is (34,10,39). Sum of RGB (Red+Green+Blue) = 34+10+39=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #220A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A27 is #DDF5D8. Grayscale: #141414. Windows color (decimal): -14546393 or 2558498. OLE color: 2558498.
HSL color Cylindrical-coordinate representation of color #220A27: hue angle of 289.66º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #220A27 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 10 | 39 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.85 |
| HSL | 289.66º | 0.59% | 0.1% | - |
| HSV(B) | 289.66º | 0.74% | 0.15% | - |
| XYZ | 1.13 | 0.7 | 2 | - |
| YUV | 20.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 39 | 0.13 | 0.74 | 0 | 0.85 | 289.66 | 0.59 | 0.1 |
| Hex | 22 | A | 27 | D | 4A | 0 | 55 | 122 | 3B | A |
| Octal | 42 | 12 | 47 | 15 | 112 | 0 | 125 | 442 | 73 | 12 |
| Binary | 100010 | 1010 | 100111 | 1101 | 1001010 | 0 | 1010101 | 100100010 | 111011 | 1010 |
Color Harmonies of #220A27
Complementary color
Monochromatic Colors of #220A27
Black with #220A27
Text Example
Text Example
White with #220A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A27; }
p { color: rgb(34,10,39); }
H1.HeaderClassName
{
color: #220A27;
}
.AnyTagClassName
{
color: #220A27;
}
</style>
background-color css
<style>
a { background-color: #220A27; }
a { background-color: rgb(34,10,39); }
div.DivClassName
{
background-color: #220A27;
}
.BgClassName
{
background-color: #220A27;
}
</style>
border-color css
<style>
span { border-color: #220A27; }
span { border-color: rgb(34,10,39); }
td.TdClassName
{
border-color: #220A27;
}
.TagClassName
{
border-color: #220A27;
}
</style>