#20272E

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

Shades of Blue Charcoal #20272E

Tints of Blue Charcoal #20272E

Color information

#20272E (or 0x20272E) is unknown color: approx Blue Charcoal. HEX triplet: 20, 27 and 2E. RGB value is (32,39,46). Sum of RGB (Red+Green+Blue) = 32+39+46=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #20272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20272E is #DFD8D1. Grayscale: #252525. Windows color (decimal): -14670034 or 3024672. OLE color: 3024672.

HSL color Cylindrical-coordinate representation of color #20272E: hue angle of 210º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #20272E is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB323946-
CMYK0.300.1500.82
HSL210º17.95%15.29%-
HSV(B)210º30.43%18.04%-
XYZ1.811.962.87-
YUV37.7132.68123.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=27.35%
G=33.33%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3239460.300.1500.8221017.9515.29
Hex20272E1EF052d212f
Octal404756361701223222217
Binary1000001001111011101111011110101001011010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20272E; }

 p { color: rgb(32,39,46); }

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

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

 a { background-color: rgb(32,39,46); }

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

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

 span { border-color: rgb(32,39,46); }

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