#212022

Color #212022 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #212022

Tints of Blackcurrant #212022

Color information

#212022 (or 0x212022) is unknown color: approx Blackcurrant. HEX triplet: 21, 20 and 22. RGB value is (33,32,34). Sum of RGB (Red+Green+Blue) = 33+32+34=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 34 - color contains mainly: blue. Hex color #212022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212022 is #DEDFDD. Grayscale: #202020. Windows color (decimal): -14606302 or 2236449. OLE color: 2236449.

HSL color Cylindrical-coordinate representation of color #212022: hue angle of 270º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #212022 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB333234-
CMYK0.030.0600.87
HSL270º3.03%12.94%-
HSV(B)270º5.88%13.33%-
XYZ1.431.471.72-
YUV32.53128.83128.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=33.33%
G=32.32%
B=34.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3332340.030.0600.872703.0312.94
Hex2120223605710e3d
Octal414042360127416315
Binary1000011000001000101111001010111100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212022; }

 p { color: rgb(33,32,34); }

 H1.HeaderClassName
 {
   color: #212022;
 }
 .AnyTagClassName
 {
   color: #212022;
 }
</style>
background-color css

<style>
 a { background-color: #212022; }

 a { background-color: rgb(33,32,34); }

 div.DivClassName
 {
   background-color: #212022;
 }
 .BgClassName
 {
   background-color: #212022;
 }
</style>
border-color css

<style>
 span { border-color: #212022; }

 span { border-color: rgb(33,32,34); }

 td.TdClassName
 {
   border-color: #212022;
 }
 .TagClassName
 {
   border-color: #212022;
 }
</style>