Html Css Color HEX #212840 Midnight Express

📋 copy color: '#212840'

red 33 ◦ green 40 ◦ blue 64

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

Shades of Midnight Express #212840

Tints of Midnight Express #212840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 24.09%
G = 29.2%
B = 46.72%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212840 (or 0x212840) is known color: Midnight Express. HEX triplet: 21, 28 and 40. RGB value is (33,40,64). Sum of RGB (Red+Green+Blue) = 33+40+64=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #212840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212840 is #DED7BF. Grayscale: #282828. Windows color (decimal): -14604224 or 4204577. OLE color: 4204577.

HSL color Cylindrical-coordinate representation of color #212840: hue angle of 226.45º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #212840 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 40 64 -
CMYK 0.48 0.38 0 0.75
HSL 226.45º 0.32% 0.19% -
HSV(B) 226.45º 0.48% 0.25% -
XYZ 2.31 2.21 5.16 -
YUV 40.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 33 40 64 0.48 0.38 0 0.75 226.45 0.32 0.19
Hex 21 28 40 30 26 0 4B E2 20 13
Octal 41 50 100 60 46 0 113 342 40 23
Binary 100001 101000 1000000 110000 100110 0 1001011 11100010 100000 10011

Color Harmonies of #212840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212840

Black with #212840

Text Example


Text Example

White with #212840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212840; }

 p { color: rgb(33,40,64); }

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

background-color css

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

 a { background-color: rgb(33,40,64); }

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

border-color css

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

 span { border-color: rgb(33,40,64); }

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