Html Css Color HEX #212733 Midnight Express

📋 copy color: '#212733'

red 33 ◦ green 39 ◦ blue 51

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

Shades of Midnight Express #212733

Tints of Midnight Express #212733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.71%

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

R = 26.83%
G = 31.71%
B = 41.46%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#212733 (or 0x212733) is known color: Midnight Express. HEX triplet: 21, 27 and 33. RGB value is (33,39,51). Sum of RGB (Red+Green+Blue) = 33+39+51=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #212733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212733 is #DED8CC. Grayscale: #262626. Windows color (decimal): -14604493 or 3352353. OLE color: 3352353.

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

Color convert

RGB 33 39 51 -
CMYK 0.35 0.24 0 0.8
HSL 220º 0.21% 0.16% -
HSV(B) 220º 0.35% 0.2% -
XYZ 1.95 2.01 3.42 -
YUV 38.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 33 39 51 0.35 0.24 0 0.8 220 0.21 0.16
Hex 21 27 33 23 18 0 50 DC 15 10
Octal 41 47 63 43 30 0 120 334 25 20
Binary 100001 100111 110011 100011 11000 0 1010000 11011100 10101 10000

Color Harmonies of #212733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212733

Black with #212733

Text Example


Text Example

White with #212733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212733; }

 p { color: rgb(33,39,51); }

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

background-color css

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

 a { background-color: rgb(33,39,51); }

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

border-color css

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

 span { border-color: rgb(33,39,51); }

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