#20383D

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

Shades of Nordic #20383D

Tints of Nordic #20383D

Color information

#20383D (or 0x20383D) is unknown color: approx Nordic. HEX triplet: 20, 38 and 3D. RGB value is (32,56,61). Sum of RGB (Red+Green+Blue) = 32+56+61=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #20383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20383D is #DFC7C2. Grayscale: #313131. Windows color (decimal): -14665667 or 4012064. OLE color: 4012064.

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

Color convert

RGB325661-
CMYK0.480.0800.76
HSL190.34º31.18%18.24%-
HSV(B)190.34º47.54%23.92%-
XYZ2.853.474.93-
YUV49.39134.55115.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=21.48%
G=37.58%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3256610.480.0800.76190.3431.1818.24
Hex20383D30804Cbe1f12
Octal407075601001142763722
Binary100000111000111101110000100001001100101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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