#211A23

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

Shades of Blackcurrant #211A23

Tints of Blackcurrant #211A23

Color information

#211A23 (or 0x211A23) is unknown color: approx Blackcurrant. HEX triplet: 21, 1A and 23. RGB value is (33,26,35). Sum of RGB (Red+Green+Blue) = 33+26+35=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 35 - color contains mainly: blue. Hex color #211A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A23 is #DEE5DC. Grayscale: #1D1D1D. Windows color (decimal): -14607837 or 2300449. OLE color: 2300449.

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

Color convert

RGB332635-
CMYK0.060.2600.86
HSL286.67º14.75%11.96%-
HSV(B)286.67º25.71%13.73%-
XYZ1.31.181.75-
YUV29.12131.32130.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=35.11%
G=27.66%
B=37.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3326350.060.2600.86286.6714.7511.96
Hex211A2361A05611ffc
Octal41324363201264371714
Binary10000111010100011110110100101011010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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