Html Css Color HEX #212533 Midnight Express

📋 copy color: '#212533'

red 33 ◦ green 37 ◦ blue 51

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

Shades of Midnight Express #212533

Tints of Midnight Express #212533

RGB

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

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

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

R = 27.27%
G = 30.58%
B = 42.15%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#212533 (or 0x212533) is known color: Midnight Express. HEX triplet: 21, 25 and 33. RGB value is (33,37,51). Sum of RGB (Red+Green+Blue) = 33+37+51=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: blue. Hex color #212533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212533 is #DEDACC. Grayscale: #252525. Windows color (decimal): -14605005 or 3351841. OLE color: 3351841.

HSL color Cylindrical-coordinate representation of color #212533: hue angle of 226.67º 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 #212533 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 37 51 -
CMYK 0.35 0.27 0 0.8
HSL 226.67º 0.21% 0.16% -
HSV(B) 226.67º 0.35% 0.2% -
XYZ 1.89 1.89 3.4 -
YUV 37.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 33 37 51 0.35 0.27 0 0.8 226.67 0.21 0.16
Hex 21 25 33 23 1B 0 50 E3 15 10
Octal 41 45 63 43 33 0 120 343 25 20
Binary 100001 100101 110011 100011 11011 0 1010000 11100011 10101 10000

Color Harmonies of #212533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212533

Black with #212533

Text Example


Text Example

White with #212533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212533; }

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

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

background-color css

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

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

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

border-color css

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

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

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