#20383C

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

Shades of Nordic #20383C

Tints of Nordic #20383C

Color information

#20383C (or 0x20383C) is unknown color: approx Nordic. HEX triplet: 20, 38 and 3C. RGB value is (32,56,60). Sum of RGB (Red+Green+Blue) = 32+56+60=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #20383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20383C is #DFC7C3. Grayscale: #313131. Windows color (decimal): -14665668 or 3946528. OLE color: 3946528.

HSL color Cylindrical-coordinate representation of color #20383C: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20383C is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB325660-
CMYK0.470.0700.76
HSL188.57º30.43%18.04%-
HSV(B)188.57º46.67%23.53%-
XYZ2.833.464.79-
YUV49.28134.05115.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=21.62%
G=37.84%
B=40.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3256600.470.0700.76188.5730.4318.04
Hex20383C2F704Cbd1e12
Octal40707457701142753622
Binary10000011100011110010111111101001100101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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