Html Css Color HEX #20293D Midnight Express

📋 copy color: '#20293D'

red 32 ◦ green 41 ◦ blue 61

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

Shades of Midnight Express #20293D

Tints of Midnight Express #20293D

RGB

 RED value IS 32 (12.89% from 255) = 23.88%

 GREEN value IS 41 (16.41% from 255) = 30.6%

 BLUE value IS 61 (24.22% from 255) = 45.52%

R = 23.88%
G = 30.6%
B = 45.52%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20293D (or 0x20293D) is known color: Midnight Express. HEX triplet: 20, 29 and 3D. RGB value is (32,41,61). Sum of RGB (Red+Green+Blue) = 32+41+61=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #20293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20293D is #DFD6C2. Grayscale: #282828. Windows color (decimal): -14669507 or 4008224. OLE color: 4008224.

HSL color Cylindrical-coordinate representation of color #20293D: hue angle of 221.38º 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 #20293D is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 41 61 -
CMYK 0.48 0.33 0 0.76
HSL 221.38º 0.31% 0.18% -
HSV(B) 221.38º 0.48% 0.24% -
XYZ 2.23 2.23 4.73 -
YUV 40.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 32 41 61 0.48 0.33 0 0.76 221.38 0.31 0.18
Hex 20 29 3D 30 21 0 4C DD 1F 12
Octal 40 51 75 60 41 0 114 335 37 22
Binary 100000 101001 111101 110000 100001 0 1001100 11011101 11111 10010

Color Harmonies of #20293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20293D

Black with #20293D

Text Example


Text Example

White with #20293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20293D;
 }
 .AnyTagClassName
 {
   color: #20293D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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