Html Css Color HEX #20383C Nordic

📋 copy color: '#20383C'

red 32 ◦ green 56 ◦ blue 60

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

Shades of Nordic #20383C

Tints of Nordic #20383C

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 32 56 60 -
CMYK 0.47 0.07 0 0.76
HSL 188.57º 0.3% 0.18% -
HSV(B) 188.57º 0.47% 0.24% -
XYZ 2.83 3.46 4.79 -
YUV 49.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 32 56 60 0.47 0.07 0 0.76 188.57 0.3 0.18
Hex 20 38 3C 2F 7 0 4C BD 1E 12
Octal 40 70 74 57 7 0 114 275 36 22
Binary 100000 111000 111100 101111 111 0 1001100 10111101 11110 10010

Color Harmonies of #20383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20383C

Black with #20383C

Text Example


Text Example

White with #20383C

Text Example


Text Example

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