Shades of Blackcurrant #220F2D
Tints of Blackcurrant #220F2D
RGB
CMYK
RGB Variations
Color information
#220F2D (or 0x220F2D) is known color: Blackcurrant. HEX triplet: 22, 0F and 2D. RGB value is (34,15,45). Sum of RGB (Red+Green+Blue) = 34+15+45=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #220F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F2D is #DDF0D2. Grayscale: #171717. Windows color (decimal): -14545107 or 2952994. OLE color: 2952994.
HSL color Cylindrical-coordinate representation of color #220F2D: hue angle of 278º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #220F2D is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 15 | 45 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.82 |
| HSL | 278º | 0.5% | 0.12% | - |
| HSV(B) | 278º | 0.67% | 0.18% | - |
| XYZ | 1.3 | 0.87 | 2.58 | - |
| YUV | 24.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 45 | 0.24 | 0.67 | 0 | 0.82 | 278 | 0.5 | 0.12 |
| Hex | 22 | F | 2D | 18 | 43 | 0 | 52 | 116 | 32 | C |
| Octal | 42 | 17 | 55 | 30 | 103 | 0 | 122 | 426 | 62 | 14 |
| Binary | 100010 | 1111 | 101101 | 11000 | 1000011 | 0 | 1010010 | 100010110 | 110010 | 1100 |
Color Harmonies of #220F2D
Complementary color
Monochromatic Colors of #220F2D
Black with #220F2D
Text Example
Text Example
White with #220F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F2D; }
p { color: rgb(34,15,45); }
H1.HeaderClassName
{
color: #220F2D;
}
.AnyTagClassName
{
color: #220F2D;
}
</style>
background-color css
<style>
a { background-color: #220F2D; }
a { background-color: rgb(34,15,45); }
div.DivClassName
{
background-color: #220F2D;
}
.BgClassName
{
background-color: #220F2D;
}
</style>
border-color css
<style>
span { border-color: #220F2D; }
span { border-color: rgb(34,15,45); }
td.TdClassName
{
border-color: #220F2D;
}
.TagClassName
{
border-color: #220F2D;
}
</style>