Html Css Color HEX #212847 Midnight Express

📋 copy color: '#212847'

red 33 ◦ green 40 ◦ blue 71

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

Shades of Midnight Express #212847

Tints of Midnight Express #212847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 22.92%
G = 27.78%
B = 49.31%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#212847 (or 0x212847) is known color: Midnight Express. HEX triplet: 21, 28 and 47. RGB value is (33,40,71). Sum of RGB (Red+Green+Blue) = 33+40+71=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #212847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212847 is #DED7B8. Grayscale: #292929. Windows color (decimal): -14604217 or 4663329. OLE color: 4663329.

HSL color Cylindrical-coordinate representation of color #212847: hue angle of 228.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212847 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 40 71 -
CMYK 0.54 0.44 0 0.72
HSL 228.95º 0.37% 0.2% -
HSV(B) 228.95º 0.54% 0.28% -
XYZ 2.52 2.3 6.27 -
YUV 41.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 33 40 71 0.54 0.44 0 0.72 228.95 0.37 0.2
Hex 21 28 47 36 2C 0 48 E5 25 14
Octal 41 50 107 66 54 0 110 345 45 24
Binary 100001 101000 1000111 110110 101100 0 1001000 11100101 100101 10100

Color Harmonies of #212847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212847

Black with #212847

Text Example


Text Example

White with #212847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212847; }

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

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

background-color css

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

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

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

border-color css

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

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

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