Html Css Color HEX #212631 Midnight Express

📋 copy color: '#212631'

red 33 ◦ green 38 ◦ blue 49

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

Shades of Midnight Express #212631

Tints of Midnight Express #212631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

 BLUE value IS 49 (19.53% from 255) = 40.83%

R = 27.5%
G = 31.67%
B = 40.83%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212631 (or 0x212631) is known color: Midnight Express. HEX triplet: 21, 26 and 31. RGB value is (33,38,49). Sum of RGB (Red+Green+Blue) = 33+38+49=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #212631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212631 is #DED9CE. Grayscale: #252525. Windows color (decimal): -14604751 or 3221025. OLE color: 3221025.

HSL color Cylindrical-coordinate representation of color #212631: 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 #212631 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 38 49 -
CMYK 0.33 0.22 0 0.81
HSL 221.25º 0.2% 0.16% -
HSV(B) 221.25º 0.33% 0.19% -
XYZ 1.87 1.93 3.18 -
YUV 37.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 33 38 49 0.33 0.22 0 0.81 221.25 0.2 0.16
Hex 21 26 31 21 16 0 51 DD 14 10
Octal 41 46 61 41 26 0 121 335 24 20
Binary 100001 100110 110001 100001 10110 0 1010001 11011101 10100 10000

Color Harmonies of #212631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212631

Black with #212631

Text Example


Text Example

White with #212631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212631; }

 p { color: rgb(33,38,49); }

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

background-color css

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

 a { background-color: rgb(33,38,49); }

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

border-color css

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

 span { border-color: rgb(33,38,49); }

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