#211C23

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

Shades of Blackcurrant #211C23

Tints of Blackcurrant #211C23

Color information

#211C23 (or 0x211C23) is unknown color: approx Blackcurrant. HEX triplet: 21, 1C and 23. RGB value is (33,28,35). Sum of RGB (Red+Green+Blue) = 33+28+35=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: blue. Hex color #211C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C23 is #DEE3DC. Grayscale: #1E1E1E. Windows color (decimal): -14607325 or 2300961. OLE color: 2300961.

HSL color Cylindrical-coordinate representation of color #211C23: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #211C23 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB332835-
CMYK0.060.2000.86
HSL282.86º11.11%12.35%-
HSV(B)282.86º20%13.73%-
XYZ1.351.281.77-
YUV30.29130.66129.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=34.38%
G=29.17%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3328350.060.2000.86282.8611.1112.35
Hex211C2361405611bbc
Octal41344362401264331314
Binary10000111100100011110101000101011010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211C23; }

 p { color: rgb(33,28,35); }

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

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

 a { background-color: rgb(33,28,35); }

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

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

 span { border-color: rgb(33,28,35); }

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