Shades of Blackcurrant #22012B
Tints of Blackcurrant #22012B
RGB
CMYK
RGB Variations
Color information
#22012B (or 0x22012B) is known color: Blackcurrant. HEX triplet: 22, 01 and 2B. RGB value is (34,1,43). Sum of RGB (Red+Green+Blue) = 34+1+43=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #22012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22012B is #DDFED4. Grayscale: #0F0F0F. Windows color (decimal): -14548693 or 2818338. OLE color: 2818338.
HSL color Cylindrical-coordinate representation of color #22012B: hue angle of 287.14º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22012B is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 1 | 43 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.83 |
| HSL | 287.14º | 0.95% | 0.09% | - |
| HSV(B) | 287.14º | 0.98% | 0.17% | - |
| XYZ | 1.11 | 0.54 | 2.33 | - |
| YUV | 15.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 43 | 0.21 | 0.98 | 0 | 0.83 | 287.14 | 0.95 | 0.09 |
| Hex | 22 | 1 | 2B | 15 | 62 | 0 | 53 | 11F | 5F | 9 |
| Octal | 42 | 1 | 53 | 25 | 142 | 0 | 123 | 437 | 137 | 11 |
| Binary | 100010 | 1 | 101011 | 10101 | 1100010 | 0 | 1010011 | 100011111 | 1011111 | 1001 |
Color Harmonies of #22012B
Complementary color
Monochromatic Colors of #22012B
Black with #22012B
Text Example
Text Example
White with #22012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22012B; }
p { color: rgb(34,1,43); }
H1.HeaderClassName
{
color: #22012B;
}
.AnyTagClassName
{
color: #22012B;
}
</style>
background-color css
<style>
a { background-color: #22012B; }
a { background-color: rgb(34,1,43); }
div.DivClassName
{
background-color: #22012B;
}
.BgClassName
{
background-color: #22012B;
}
</style>
border-color css
<style>
span { border-color: #22012B; }
span { border-color: rgb(34,1,43); }
td.TdClassName
{
border-color: #22012B;
}
.TagClassName
{
border-color: #22012B;
}
</style>