#20262C

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

Shades of Blue Charcoal #20262C

Tints of Blue Charcoal #20262C

Color information

#20262C (or 0x20262C) is unknown color: approx Blue Charcoal. HEX triplet: 20, 26 and 2C. RGB value is (32,38,44). Sum of RGB (Red+Green+Blue) = 32+38+44=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 44 - color contains mainly: blue. Hex color #20262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20262C is #DFD9D3. Grayscale: #242424. Windows color (decimal): -14670292 or 2893344. OLE color: 2893344.

HSL color Cylindrical-coordinate representation of color #20262C: hue angle of 210º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #20262C is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB323844-
CMYK0.270.1400.83
HSL210º15.79%14.9%-
HSV(B)210º27.27%17.25%-
XYZ1.741.882.65-
YUV36.89132.01124.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.07%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=28.07%
G=33.33%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3238440.270.1400.8321015.7914.9
Hex20262C1BE053d210f
Octal404654331601233222017
Binary1000001001101011001101111100101001111010010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20262C; }

 p { color: rgb(32,38,44); }

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

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

 a { background-color: rgb(32,38,44); }

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

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

 span { border-color: rgb(32,38,44); }

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