Shades of Blackcurrant #201A22
Tints of Blackcurrant #201A22
RGB
CMYK
RGB Variations
Color information
#201A22 (or 0x201A22) is known color: Blackcurrant. HEX triplet: 20, 1A and 22. RGB value is (32,26,34). Sum of RGB (Red+Green+Blue) = 32+26+34=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 34 - color contains mainly: blue. Hex color #201A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A22 is #DFE5DD. Grayscale: #1C1C1C. Windows color (decimal): -14673374 or 2234912. OLE color: 2234912.
HSL color Cylindrical-coordinate representation of color #201A22: hue angle of 285º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #201A22 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 26 | 34 | - |
CMYK | 0.06 | 0.24 | 0 | 0.87 |
HSL | 285º | 0.13% | 0.12% | - |
HSV(B) | 285º | 0.24% | 0.13% | - |
XYZ | 1.25 | 1.16 | 1.67 | - |
YUV | 28.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 26 | 34 | 0.06 | 0.24 | 0 | 0.87 | 285 | 0.13 | 0.12 |
Hex | 20 | 1A | 22 | 6 | 18 | 0 | 57 | 11D | D | C |
Octal | 40 | 32 | 42 | 6 | 30 | 0 | 127 | 435 | 15 | 14 |
Binary | 100000 | 11010 | 100010 | 110 | 11000 | 0 | 1010111 | 100011101 | 1101 | 1100 |
Color Harmonies of #201A22
Complementary color
Monochromatic Colors of #201A22
Black with #201A22
Text Example
Text Example
White with #201A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A22; }
p { color: rgb(32,26,34); }
H1.HeaderClassName
{
color: #201A22;
}
.AnyTagClassName
{
color: #201A22;
}
</style>
background-color css
<style>
a { background-color: #201A22; }
a { background-color: rgb(32,26,34); }
div.DivClassName
{
background-color: #201A22;
}
.BgClassName
{
background-color: #201A22;
}
</style>
border-color css
<style>
span { border-color: #201A22; }
span { border-color: rgb(32,26,34); }
td.TdClassName
{
border-color: #201A22;
}
.TagClassName
{
border-color: #201A22;
}
</style>