Html Css Color HEX #202335 Midnight Express

📋 copy color: '#202335'

red 32 ◦ green 35 ◦ blue 53

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

Shades of Midnight Express #202335

Tints of Midnight Express #202335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 53 (21.09% from 255) = 44.17%

R = 26.67%
G = 29.17%
B = 44.17%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#202335 (or 0x202335) is known color: Midnight Express. HEX triplet: 20, 23 and 35. RGB value is (32,35,53). Sum of RGB (Red+Green+Blue) = 32+35+53=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #202335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202335 is #DFDCCA. Grayscale: #242424. Windows color (decimal): -14671051 or 3482400. OLE color: 3482400.

HSL color Cylindrical-coordinate representation of color #202335: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202335 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 35 53 -
CMYK 0.40 0.34 0 0.79
HSL 231.43º 0.25% 0.17% -
HSV(B) 231.43º 0.4% 0.21% -
XYZ 1.84 1.77 3.61 -
YUV 36.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 32 35 53 0.40 0.34 0 0.79 231.43 0.25 0.17
Hex 20 23 35 28 22 0 4F E7 19 11
Octal 40 43 65 50 42 0 117 347 31 21
Binary 100000 100011 110101 101000 100010 0 1001111 11100111 11001 10001

Color Harmonies of #202335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202335

Black with #202335

Text Example


Text Example

White with #202335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202335; }

 p { color: rgb(32,35,53); }

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

background-color css

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

 a { background-color: rgb(32,35,53); }

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

border-color css

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

 span { border-color: rgb(32,35,53); }

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