Shades of Blackcurrant #220C2B
Tints of Blackcurrant #220C2B
RGB
CMYK
RGB Variations
Color information
#220C2B (or 0x220C2B) is known color: Blackcurrant. HEX triplet: 22, 0C and 2B. RGB value is (34,12,43). Sum of RGB (Red+Green+Blue) = 34+12+43=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #220C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C2B is #DDF3D4. Grayscale: #161616. Windows color (decimal): -14545877 or 2821154. OLE color: 2821154.
HSL color Cylindrical-coordinate representation of color #220C2B: hue angle of 282.58º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #220C2B is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 12 | 43 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.83 |
| HSL | 282.58º | 0.56% | 0.11% | - |
| HSV(B) | 282.58º | 0.72% | 0.17% | - |
| XYZ | 1.23 | 0.78 | 2.37 | - |
| YUV | 22.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 43 | 0.21 | 0.72 | 0 | 0.83 | 282.58 | 0.56 | 0.11 |
| Hex | 22 | C | 2B | 15 | 48 | 0 | 53 | 11B | 38 | B |
| Octal | 42 | 14 | 53 | 25 | 110 | 0 | 123 | 433 | 70 | 13 |
| Binary | 100010 | 1100 | 101011 | 10101 | 1001000 | 0 | 1010011 | 100011011 | 111000 | 1011 |
Color Harmonies of #220C2B
Complementary color
Monochromatic Colors of #220C2B
Black with #220C2B
Text Example
Text Example
White with #220C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C2B; }
p { color: rgb(34,12,43); }
H1.HeaderClassName
{
color: #220C2B;
}
.AnyTagClassName
{
color: #220C2B;
}
</style>
background-color css
<style>
a { background-color: #220C2B; }
a { background-color: rgb(34,12,43); }
div.DivClassName
{
background-color: #220C2B;
}
.BgClassName
{
background-color: #220C2B;
}
</style>
border-color css
<style>
span { border-color: #220C2B; }
span { border-color: rgb(34,12,43); }
td.TdClassName
{
border-color: #220C2B;
}
.TagClassName
{
border-color: #220C2B;
}
</style>