Html Css Color HEX #202530 Midnight Express

📋 copy color: '#202530'

red 32 ◦ green 37 ◦ blue 48

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

Shades of Midnight Express #202530

Tints of Midnight Express #202530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 27.35%
G = 31.62%
B = 41.03%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#202530 (or 0x202530) is known color: Midnight Express. HEX triplet: 20, 25 and 30. RGB value is (32,37,48). Sum of RGB (Red+Green+Blue) = 32+37+48=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #202530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202530 is #DFDACF. Grayscale: #242424. Windows color (decimal): -14670544 or 3155232. OLE color: 3155232.

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

Color convert

RGB 32 37 48 -
CMYK 0.33 0.23 0 0.81
HSL 221.25º 0.2% 0.16% -
HSV(B) 221.25º 0.33% 0.19% -
XYZ 1.79 1.84 3.06 -
YUV 36.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 32 37 48 0.33 0.23 0 0.81 221.25 0.2 0.16
Hex 20 25 30 21 17 0 51 DD 14 10
Octal 40 45 60 41 27 0 121 335 24 20
Binary 100000 100101 110000 100001 10111 0 1010001 11011101 10100 10000

Color Harmonies of #202530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202530

Black with #202530

Text Example


Text Example

White with #202530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202530; }

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

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

background-color css

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

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

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

border-color css

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

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

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