Shades of Blackcurrant #201D22
Tints of Blackcurrant #201D22
RGB
CMYK
RGB Variations
Color information
#201D22 (or 0x201D22) is known color: Blackcurrant. HEX triplet: 20, 1D and 22. RGB value is (32,29,34). Sum of RGB (Red+Green+Blue) = 32+29+34=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 34 - color contains mainly: blue. Hex color #201D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D22 is #DFE2DD. Grayscale: #1E1E1E. Windows color (decimal): -14672606 or 2235680. OLE color: 2235680.
HSL color Cylindrical-coordinate representation of color #201D22: hue angle of 276º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #201D22 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 29 | 34 | - |
CMYK | 0.06 | 0.15 | 0 | 0.87 |
HSL | 276º | 0.08% | 0.12% | - |
HSV(B) | 276º | 0.15% | 0.13% | - |
XYZ | 1.32 | 1.3 | 1.69 | - |
YUV | 30.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 29 | 34 | 0.06 | 0.15 | 0 | 0.87 | 276 | 0.08 | 0.12 |
Hex | 20 | 1D | 22 | 6 | F | 0 | 57 | 114 | 8 | C |
Octal | 40 | 35 | 42 | 6 | 17 | 0 | 127 | 424 | 10 | 14 |
Binary | 100000 | 11101 | 100010 | 110 | 1111 | 0 | 1010111 | 100010100 | 1000 | 1100 |
Color Harmonies of #201D22
Complementary color
Monochromatic Colors of #201D22
Black with #201D22
Text Example
Text Example
White with #201D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D22; }
p { color: rgb(32,29,34); }
H1.HeaderClassName
{
color: #201D22;
}
.AnyTagClassName
{
color: #201D22;
}
</style>
background-color css
<style>
a { background-color: #201D22; }
a { background-color: rgb(32,29,34); }
div.DivClassName
{
background-color: #201D22;
}
.BgClassName
{
background-color: #201D22;
}
</style>
border-color css
<style>
span { border-color: #201D22; }
span { border-color: rgb(32,29,34); }
td.TdClassName
{
border-color: #201D22;
}
.TagClassName
{
border-color: #201D22;
}
</style>