Html Css Color HEX #212836 Midnight Express

📋 copy color: '#212836'

red 33 ◦ green 40 ◦ blue 54

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

Shades of Midnight Express #212836

Tints of Midnight Express #212836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 25.98%
G = 31.5%
B = 42.52%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#212836 (or 0x212836) is known color: Midnight Express. HEX triplet: 21, 28 and 36. RGB value is (33,40,54). Sum of RGB (Red+Green+Blue) = 33+40+54=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #212836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212836 is #DED7C9. Grayscale: #272727. Windows color (decimal): -14604234 or 3549217. OLE color: 3549217.

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

Color convert

RGB 33 40 54 -
CMYK 0.39 0.26 0 0.79
HSL 220º 0.24% 0.17% -
HSV(B) 220º 0.39% 0.21% -
XYZ 2.05 2.11 3.79 -
YUV 39.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 33 40 54 0.39 0.26 0 0.79 220 0.24 0.17
Hex 21 28 36 27 1A 0 4F DC 18 11
Octal 41 50 66 47 32 0 117 334 30 21
Binary 100001 101000 110110 100111 11010 0 1001111 11011100 11000 10001

Color Harmonies of #212836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212836

Black with #212836

Text Example


Text Example

White with #212836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212836; }

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

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

background-color css

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

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

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

border-color css

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

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

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