Html Css Color HEX #212537 Midnight Express

📋 copy color: '#212537'

red 33 ◦ green 37 ◦ blue 55

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

Shades of Midnight Express #212537

Tints of Midnight Express #212537

RGB

 RED value IS 33 (13.28% from 255) = 26.4%

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

 BLUE value IS 55 (21.88% from 255) = 44%

R = 26.4%
G = 29.6%
B = 44%

CMYK

 C value IS 0.4

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212537 (or 0x212537) is known color: Midnight Express. HEX triplet: 21, 25 and 37. RGB value is (33,37,55). Sum of RGB (Red+Green+Blue) = 33+37+55=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #212537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212537 is #DEDAC8. Grayscale: #252525. Windows color (decimal): -14605001 or 3613985. OLE color: 3613985.

HSL color Cylindrical-coordinate representation of color #212537: hue angle of 229.09º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #212537 is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 37 55 -
CMYK 0.4 0.33 0 0.78
HSL 229.09º 0.25% 0.17% -
HSV(B) 229.09º 0.4% 0.22% -
XYZ 1.98 1.92 3.88 -
YUV 37.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 33 37 55 0.4 0.33 0 0.78 229.09 0.25 0.17
Hex 21 25 37 28 21 0 4E E5 19 11
Octal 41 45 67 50 41 0 116 345 31 21
Binary 100001 100101 110111 101000 100001 0 1001110 11100101 11001 10001

Color Harmonies of #212537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212537

Black with #212537

Text Example


Text Example

White with #212537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212537; }

 p { color: rgb(33,37,55); }

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

background-color css

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

 a { background-color: rgb(33,37,55); }

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

border-color css

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

 span { border-color: rgb(33,37,55); }

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