#212931

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

Shades of Blue Charcoal #212931

Tints of Blue Charcoal #212931

Color information

#212931 (or 0x212931) is unknown color: approx Blue Charcoal. HEX triplet: 21, 29 and 31. RGB value is (33,41,49). Sum of RGB (Red+Green+Blue) = 33+41+49=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #212931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212931 is #DED6CE. Grayscale: #272727. Windows color (decimal): -14603983 or 3221793. OLE color: 3221793.

HSL color Cylindrical-coordinate representation of color #212931: hue angle of 210º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212931 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB334149-
CMYK0.330.1600.81
HSL210º19.51%16.08%-
HSV(B)210º32.65%19.22%-
XYZ1.972.133.21-
YUV39.52133.35123.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=26.83%
G=33.33%
B=39.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3341490.330.1600.8121019.5116.08
Hex2129312110051d21410
Octal415161412001213222420
Binary1000011010011100011000011000001010001110100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212931; }

 p { color: rgb(33,41,49); }

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

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

 a { background-color: rgb(33,41,49); }

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

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

 span { border-color: rgb(33,41,49); }

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