Shades of Blackcurrant #220D2B
Tints of Blackcurrant #220D2B
RGB
CMYK
RGB Variations
Color information
#220D2B (or 0x220D2B) is known color: Blackcurrant. HEX triplet: 22, 0D and 2B. RGB value is (34,13,43). Sum of RGB (Red+Green+Blue) = 34+13+43=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #220D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D2B is #DDF2D4. Grayscale: #161616. Windows color (decimal): -14545621 or 2821410. OLE color: 2821410.
HSL color Cylindrical-coordinate representation of color #220D2B: hue angle of 282º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #220D2B is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 13 | 43 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.83 |
| HSL | 282º | 0.54% | 0.11% | - |
| HSV(B) | 282º | 0.7% | 0.17% | - |
| XYZ | 1.24 | 0.8 | 2.38 | - |
| YUV | 22.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 43 | 0.21 | 0.70 | 0 | 0.83 | 282 | 0.54 | 0.11 |
| Hex | 22 | D | 2B | 15 | 46 | 0 | 53 | 11A | 36 | B |
| Octal | 42 | 15 | 53 | 25 | 106 | 0 | 123 | 432 | 66 | 13 |
| Binary | 100010 | 1101 | 101011 | 10101 | 1000110 | 0 | 1010011 | 100011010 | 110110 | 1011 |
Color Harmonies of #220D2B
Complementary color
Monochromatic Colors of #220D2B
Black with #220D2B
Text Example
Text Example
White with #220D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D2B; }
p { color: rgb(34,13,43); }
H1.HeaderClassName
{
color: #220D2B;
}
.AnyTagClassName
{
color: #220D2B;
}
</style>
background-color css
<style>
a { background-color: #220D2B; }
a { background-color: rgb(34,13,43); }
div.DivClassName
{
background-color: #220D2B;
}
.BgClassName
{
background-color: #220D2B;
}
</style>
border-color css
<style>
span { border-color: #220D2B; }
span { border-color: rgb(34,13,43); }
td.TdClassName
{
border-color: #220D2B;
}
.TagClassName
{
border-color: #220D2B;
}
</style>