#202931

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

Shades of Blue Charcoal #202931

Tints of Blue Charcoal #202931

Color information

#202931 (or 0x202931) is unknown color: approx Blue Charcoal. HEX triplet: 20, 29 and 31. RGB value is (32,41,49). Sum of RGB (Red+Green+Blue) = 32+41+49=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #202931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202931 is #DFD6CE. Grayscale: #272727. Windows color (decimal): -14669519 or 3221792. OLE color: 3221792.

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

Color convert

RGB324149-
CMYK0.350.1600.81
HSL208.24º20.99%15.88%-
HSV(B)208.24º34.69%19.22%-
XYZ1.942.113.21-
YUV39.22133.52122.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=26.23%
G=33.61%
B=40.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3241490.350.1600.81208.2420.9915.88
Hex2029312310051d01510
Octal405161432001213202520
Binary1000001010011100011000111000001010001110100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202931; }

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

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

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

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

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

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

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

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