Html Css Color HEX #20383D Nordic

📋 copy color: '#20383D'

red 32 ◦ green 56 ◦ blue 61

#20383D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #20383D

Tints of Nordic #20383D

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 value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20383D (or 0x20383D) is known color: 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

RGB 32 56 61 -
CMYK 0.48 0.08 0 0.76
HSL 190.34º 0.31% 0.18% -
HSV(B) 190.34º 0.48% 0.24% -
XYZ 2.85 3.47 4.93 -
YUV 49.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 32 56 61 0.48 0.08 0 0.76 190.34 0.31 0.18
Hex 20 38 3D 30 8 0 4C BE 1F 12
Octal 40 70 75 60 10 0 114 276 37 22
Binary 100000 111000 111101 110000 1000 0 1001100 10111110 11111 10010

Color Harmonies of #20383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20383D

Black with #20383D

Text Example


Text Example

White with #20383D

Text Example


Text Example

HTML Codes & Css Web 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>