Shades of Blackcurrant #201E22
Tints of Blackcurrant #201E22
RGB
CMYK
RGB Variations
Color information
#201E22 (or 0x201E22) is known color: Blackcurrant. HEX triplet: 20, 1E and 22. RGB value is (32,30,34). Sum of RGB (Red+Green+Blue) = 32+30+34=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 34 - color contains mainly: blue. Hex color #201E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E22 is #DFE1DD. Grayscale: #1F1F1F. Windows color (decimal): -14672350 or 2235936. OLE color: 2235936.
HSL color Cylindrical-coordinate representation of color #201E22: hue angle of 270º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #201E22 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 30 | 34 | - |
CMYK | 0.06 | 0.12 | 0 | 0.87 |
HSL | 270º | 0.06% | 0.13% | - |
HSV(B) | 270º | 0.12% | 0.13% | - |
XYZ | 1.35 | 1.35 | 1.7 | - |
YUV | 31.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 30 | 34 | 0.06 | 0.12 | 0 | 0.87 | 270 | 0.06 | 0.13 |
Hex | 20 | 1E | 22 | 6 | C | 0 | 57 | 10E | 6 | D |
Octal | 40 | 36 | 42 | 6 | 14 | 0 | 127 | 416 | 6 | 15 |
Binary | 100000 | 11110 | 100010 | 110 | 1100 | 0 | 1010111 | 100001110 | 110 | 1101 |
Color Harmonies of #201E22
Complementary color
Monochromatic Colors of #201E22
Black with #201E22
Text Example
Text Example
White with #201E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E22; }
p { color: rgb(32,30,34); }
H1.HeaderClassName
{
color: #201E22;
}
.AnyTagClassName
{
color: #201E22;
}
</style>
background-color css
<style>
a { background-color: #201E22; }
a { background-color: rgb(32,30,34); }
div.DivClassName
{
background-color: #201E22;
}
.BgClassName
{
background-color: #201E22;
}
</style>
border-color css
<style>
span { border-color: #201E22; }
span { border-color: rgb(32,30,34); }
td.TdClassName
{
border-color: #201E22;
}
.TagClassName
{
border-color: #201E22;
}
</style>