#20383B

Color #20383B Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #20383B

Tints of Nordic #20383B

Color information

#20383B (or 0x20383B) is unknown color: approx Nordic. HEX triplet: 20, 38 and 3B. RGB value is (32,56,59). Sum of RGB (Red+Green+Blue) = 32+56+59=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #20383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20383B is #DFC7C4. Grayscale: #313131. Windows color (decimal): -14665669 or 3880992. OLE color: 3880992.

HSL color Cylindrical-coordinate representation of color #20383B: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20383B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB325659-
CMYK0.460.0500.77
HSL186.67º29.67%17.84%-
HSV(B)186.67º45.76%23.14%-
XYZ2.83.454.66-
YUV49.17133.55115.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=21.77%
G=38.10%
B=40.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3256590.460.0500.77186.6729.6717.84
Hex20383B2E504Dbb1e12
Octal40707356501152733622
Binary10000011100011101110111010101001101101110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20383B; }

 p { color: rgb(32,56,59); }

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

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

 a { background-color: rgb(32,56,59); }

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

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

 span { border-color: rgb(32,56,59); }

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