Html Css Color HEX #202533 Midnight Express

📋 copy color: '#202533'

red 32 ◦ green 37 ◦ blue 51

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

Shades of Midnight Express #202533

Tints of Midnight Express #202533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

 BLUE value IS 51 (20.31% from 255) = 42.5%

R = 26.67%
G = 30.83%
B = 42.5%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#202533 (or 0x202533) is known color: Midnight Express. HEX triplet: 20, 25 and 33. RGB value is (32,37,51). Sum of RGB (Red+Green+Blue) = 32+37+51=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #202533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202533 is #DFDACC. Grayscale: #252525. Windows color (decimal): -14670541 or 3351840. OLE color: 3351840.

HSL color Cylindrical-coordinate representation of color #202533: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #202533 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 32 37 51 -
CMYK 0.37 0.27 0 0.8
HSL 224.21º 0.23% 0.16% -
HSV(B) 224.21º 0.37% 0.2% -
XYZ 1.85 1.87 3.4 -
YUV 37.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 32 37 51 0.37 0.27 0 0.8 224.21 0.23 0.16
Hex 20 25 33 25 1B 0 50 E0 17 10
Octal 40 45 63 45 33 0 120 340 27 20
Binary 100000 100101 110011 100101 11011 0 1010000 11100000 10111 10000

Color Harmonies of #202533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202533

Black with #202533

Text Example


Text Example

White with #202533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202533; }

 p { color: rgb(32,37,51); }

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

background-color css

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

 a { background-color: rgb(32,37,51); }

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

border-color css

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

 span { border-color: rgb(32,37,51); }

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